* [PATCH i-g-t] tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
@ 2026-07-30 12:57 James Lin
2026-07-31 8:08 ` ✓ Xe.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: James Lin @ 2026-07-30 12:57 UTC (permalink / raw)
To: igt-dev; +Cc: alex.hung, sunpeng.li, chiahsuan.chung, Pinglei.lin, James Lin
[Why]
test_cursor_pos() reuses the primary plane across cursor positions. The
TEST_QUARTER_FB path repositions the primary to an opposite quarter of the
screen (opp_x, opp_y). On the next iteration the reference frame reprograms
the full-size framebuffer with igt_plane_set_fb(), which resets the plane
size but NOT its CRTC position, so the "full-screen" reference primary keeps
the stale quarter offset and therefore no longer covers the CRTC.
On DCN4x the cursor falls back to overlay mode whenever the top plane does
not fill the CRTC. With the stale offset the reference frame is composited
with an overlay cursor instead of a native one, which renders differently
from the settled frame and produces a stable CRC mismatch against the test
frame (only the first position, where the primary is still at the origin,
happens to pass).
[How]
Explicitly reset the primary plane position to (0,0) for the reference
frame so it actually covers the CRTC, matching the test's intent.
Signed-off-by: James Lin <PingLei.Lin@amd.com>
---
tests/amdgpu/amd_cursor_overlay.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/amdgpu/amd_cursor_overlay.c b/tests/amdgpu/amd_cursor_overlay.c
index 41c9905b8..b130da4ff 100644
--- a/tests/amdgpu/amd_cursor_overlay.c
+++ b/tests/amdgpu/amd_cursor_overlay.c
@@ -214,6 +214,7 @@ static void test_cursor_pos(data_t *data, int x, int y, unsigned int flags)
cr = igt_get_cairo_ctx(rgb_fb->fd, rgb_fb);
igt_plane_set_fb(data->primary, rgb_fb);
+ igt_plane_set_position(data->primary, 0, 0);
igt_display_commit2(&data->display, COMMIT_ATOMIC);
igt_paint_color(cr, 0, 0, rgb_fb->width, rgb_fb->height, 0.0, 0.0, 0.0);
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* ✓ Xe.CI.BAT: success for tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
2026-07-30 12:57 [PATCH i-g-t] tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame James Lin
@ 2026-07-31 8:08 ` Patchwork
2026-07-31 8:29 ` ✗ i915.CI.BAT: failure " Patchwork
2026-07-31 9:37 ` ✓ Xe.CI.FULL: success " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2026-07-31 8:08 UTC (permalink / raw)
To: James Lin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5037 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
URL : https://patchwork.freedesktop.org/series/171420/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9034_BAT -> XEIGTPW_15614_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 13)
------------------------------
Additional (1): bat-bmg-2
Known issues
------------
Here are the changes found in XEIGTPW_15614_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@write:
- bat-bmg-2: NOTRUN -> [SKIP][1] ([Intel XE#2134]) +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@fbdev@write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][2] ([Intel XE#2233])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][3] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-bmg-2: NOTRUN -> [SKIP][4] ([Intel XE#2482]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_frontbuffer_tracking@basic:
- bat-bmg-2: NOTRUN -> [SKIP][5] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-bmg-2: NOTRUN -> [SKIP][6] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@xe_exec_multi_queue@priority:
- bat-bmg-2: NOTRUN -> [SKIP][7] ([Intel XE#8364]) +13 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@xe_exec_multi_queue@priority.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][8] ([Intel XE#2229])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_pat@pat-index-xehpc:
- bat-bmg-2: NOTRUN -> [SKIP][9] ([Intel XE#1420] / [Intel XE#7590])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-bmg-2: NOTRUN -> [SKIP][10] ([Intel XE#2245] / [Intel XE#7590])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-bmg-2: NOTRUN -> [SKIP][11] ([Intel XE#2236] / [Intel XE#7590])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2489
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
Build changes
-------------
* IGT: IGT_9034 -> IGTPW_15614
* Linux: xe-5508-5e24f68d311764bf343f9def49b752b509dfd5fd -> xe-5512-9103d091078b8e56e68b810a1b1a506ef4e51478
IGTPW_15614: 15614
IGT_9034: be1d1af352dbd4ca4557202a8ed0d6d60f95e0bf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5508-5e24f68d311764bf343f9def49b752b509dfd5fd: 5e24f68d311764bf343f9def49b752b509dfd5fd
xe-5512-9103d091078b8e56e68b810a1b1a506ef4e51478: 9103d091078b8e56e68b810a1b1a506ef4e51478
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/index.html
[-- Attachment #2: Type: text/html, Size: 5960 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* ✗ i915.CI.BAT: failure for tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
2026-07-30 12:57 [PATCH i-g-t] tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame James Lin
2026-07-31 8:08 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-07-31 8:29 ` Patchwork
2026-07-31 9:37 ` ✓ Xe.CI.FULL: success " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2026-07-31 8:29 UTC (permalink / raw)
To: James Lin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2463 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
URL : https://patchwork.freedesktop.org/series/171420/
State : failure
== Summary ==
CI Bug Log - changes from IGT_9034 -> IGTPW_15614
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15614 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15614, 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_15614/index.html
Participating hosts (41 -> 38)
------------------------------
Missing (3): bat-dg2-13 bat-dg2-9 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15614:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gtt:
- bat-arlh-2: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9034/bat-arlh-2/igt@i915_selftest@live@gtt.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15614/bat-arlh-2/igt@i915_selftest@live@gtt.html
Known issues
------------
Here are the changes found in IGTPW_15614 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-arlh-2: [PASS][3] -> [INCOMPLETE][4] ([i915#16547])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9034/bat-arlh-2/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15614/bat-arlh-2/igt@i915_selftest@live.html
[i915#16547]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16547
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_9034 -> IGTPW_15614
* Linux: CI_DRM_18925 -> CI_DRM_18929
CI-20190529: 20190529
CI_DRM_18925: 5e24f68d311764bf343f9def49b752b509dfd5fd @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18929: 9103d091078b8e56e68b810a1b1a506ef4e51478 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15614: 15614
IGT_9034: be1d1af352dbd4ca4557202a8ed0d6d60f95e0bf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15614/index.html
[-- Attachment #2: Type: text/html, Size: 3104 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* ✓ Xe.CI.FULL: success for tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
2026-07-30 12:57 [PATCH i-g-t] tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame James Lin
2026-07-31 8:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-07-31 8:29 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-07-31 9:37 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2026-07-31 9:37 UTC (permalink / raw)
To: James Lin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 71832 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame
URL : https://patchwork.freedesktop.org/series/171420/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9034_FULL -> XEIGTPW_15614_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_15614_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_getversion@basic:
- shard-bmg: [PASS][1] -> [FAIL][2] ([Intel XE#8714]) +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@core_getversion@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@core_getversion@basic.html
* igt@core_hotunplug@hotrebind-lateclose:
- shard-bmg: [PASS][3] -> [ABORT][4] ([Intel XE#8007]) +1 other test abort
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@core_hotunplug@hotrebind-lateclose.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@core_hotunplug@hotrebind-lateclose.html
* igt@intel_hwmon@hwmon-read:
- shard-bmg: [PASS][5] -> [SKIP][6] ([Intel XE#5177] / [Intel XE#8714])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@intel_hwmon@hwmon-read.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@intel_hwmon@hwmon-read.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][7] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [PASS][8] -> [FAIL][9] ([Intel XE#301]) +1 other test fail
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#8303]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-10/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5.html
* igt@kms_pm_dc@dc3co-after-dc6@pr-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#8395] / [Intel XE#8396])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_pm_dc@dc3co-after-dc6@pr-xrgb8888.html
* igt@kms_pm_dc@dc3co-after-dc6@psr2-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#8396]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_pm_dc@dc3co-after-dc6@psr2-xrgb8888.html
* igt@xe_live_ktest@xe_bo:
- shard-bmg: [PASS][13] -> [SKIP][14] ([Intel XE#2229]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@xe_live_ktest@xe_bo.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_live_ktest@xe_bo.html
* igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling@numvfs-random:
- shard-bmg: [PASS][15] -> [FAIL][16] ([Intel XE#7992]) +1 other test fail
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling@numvfs-random.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling@numvfs-random.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: [PASS][17] -> [FAIL][18] ([Intel XE#6569])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@xe_sriov_flr@flr-each-isolation.html
* igt@xe_sriov_vram@vf-access-provisioned:
- shard-bmg: [PASS][19] -> [SKIP][20] ([Intel XE#8714]) +750 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@xe_sriov_vram@vf-access-provisioned.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_sriov_vram@vf-access-provisioned.html
#### Possible fixes ####
* igt@fbdev@unaligned-read:
- shard-bmg: [SKIP][21] ([Intel XE#2134]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@fbdev@unaligned-read.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@fbdev@unaligned-read.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][23] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-bmg: [SKIP][25] ([Intel XE#8714]) -> [PASS][26] +692 other tests pass
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][27] ([Intel XE#8399]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: [SKIP][29] ([Intel XE#8714]) -> [SKIP][30] ([Intel XE#2233])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: [SKIP][31] ([Intel XE#8714]) -> [SKIP][32] ([Intel XE#2370])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-bmg: [SKIP][33] ([Intel XE#2327]) -> [SKIP][34] ([Intel XE#8714]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: [SKIP][35] ([Intel XE#8714]) -> [SKIP][36] ([Intel XE#2327]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_big_fb@linear-32bpp-rotate-270.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-bmg: [SKIP][37] ([Intel XE#8714]) -> [SKIP][38] ([Intel XE#7059] / [Intel XE#7085])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: [SKIP][39] ([Intel XE#8714]) -> [SKIP][40] ([Intel XE#1124]) +9 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-bmg: [SKIP][41] ([Intel XE#8714]) -> [SKIP][42] ([Intel XE#2328] / [Intel XE#7367]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_big_fb@y-tiled-addfb.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-10/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-bmg: [SKIP][43] ([Intel XE#8714]) -> [SKIP][44] ([Intel XE#610] / [Intel XE#7387]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-bmg: [SKIP][45] ([Intel XE#1124]) -> [SKIP][46] ([Intel XE#8714]) +12 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_bw@linear-tiling-1-displays-target-1920x1080p:
- shard-bmg: [SKIP][47] ([Intel XE#367]) -> [SKIP][48] ([Intel XE#8714]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-target-1920x1080p:
- shard-bmg: [SKIP][49] ([Intel XE#8714]) -> [SKIP][50] ([Intel XE#367]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_bw@linear-tiling-3-displays-target-1920x1080p.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@kms_bw@linear-tiling-3-displays-target-1920x1080p.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
- shard-bmg: [SKIP][51] ([Intel XE#8714]) -> [SKIP][52] ([Intel XE#2887]) +11 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
- shard-bmg: [SKIP][53] ([Intel XE#3432]) -> [SKIP][54] ([Intel XE#8714])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: [SKIP][55] ([Intel XE#8714]) -> [SKIP][56] ([Intel XE#3432])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-bmg: [SKIP][57] ([Intel XE#2887]) -> [SKIP][58] ([Intel XE#8714]) +19 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-bmg: [SKIP][59] ([Intel XE#2652]) -> [SKIP][60] ([Intel XE#8714])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-bmg: [SKIP][61] ([Intel XE#8714]) -> [SKIP][62] ([Intel XE#2252]) +5 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_chamelium_audio@hdmi-audio-edid.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: [SKIP][63] ([Intel XE#2325] / [Intel XE#7358]) -> [SKIP][64] ([Intel XE#8714]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-9/igt@kms_chamelium_color@ctm-0-25.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-bmg: [SKIP][65] ([Intel XE#8714]) -> [SKIP][66] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_chamelium_color@ctm-0-50.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d:
- shard-bmg: [SKIP][67] ([Intel XE#8714]) -> [SKIP][68] ([Intel XE#7358]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4:
- shard-bmg: [SKIP][69] ([Intel XE#7358]) -> [SKIP][70] ([Intel XE#8714])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
* igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode:
- shard-bmg: [SKIP][71] ([Intel XE#2252]) -> [SKIP][72] ([Intel XE#8714]) +6 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][73] ([Intel XE#7642]) -> [SKIP][74] ([Intel XE#8714])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-9/igt@kms_content_protection@content-type-change.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-bmg: [SKIP][75] ([Intel XE#8714]) -> [SKIP][76] ([Intel XE#2390] / [Intel XE#6974])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-1.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-bmg: [SKIP][77] ([Intel XE#2390] / [Intel XE#6974]) -> [SKIP][78] ([Intel XE#8714]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_content_protection@dp-mst-type-1.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-bmg: [SKIP][79] ([Intel XE#8714]) -> [SKIP][80] ([Intel XE#6974])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][81] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][82] ([Intel XE#8714])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_content_protection@legacy.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][83] ([Intel XE#8714]) -> [FAIL][84] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_content_protection@lic-type-0.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-bmg: [SKIP][85] ([Intel XE#8714]) -> [SKIP][86] ([Intel XE#7642]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_content_protection@lic-type-1.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@uevent:
- shard-bmg: [FAIL][87] ([Intel XE#6707] / [Intel XE#7439]) -> [SKIP][88] ([Intel XE#8714])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_content_protection@uevent.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: [SKIP][89] ([Intel XE#2320]) -> [SKIP][90] ([Intel XE#8714]) +5 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-128x42.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: [SKIP][91] ([Intel XE#2321] / [Intel XE#7355]) -> [SKIP][92] ([Intel XE#8714]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@kms_cursor_crc@cursor-random-512x170.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-bmg: [SKIP][93] ([Intel XE#8714]) -> [SKIP][94] ([Intel XE#2320]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_cursor_crc@cursor-sliding-256x85.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-bmg: [SKIP][95] ([Intel XE#8714]) -> [SKIP][96] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_cursor_crc@cursor-sliding-512x512.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][97] ([Intel XE#7571]) -> [FAIL][98] ([Intel XE#7809])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: [SKIP][99] ([Intel XE#8714]) -> [SKIP][100] ([Intel XE#2286] / [Intel XE#6035])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-bmg: [SKIP][101] ([Intel XE#1508]) -> [SKIP][102] ([Intel XE#8714])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-bmg: [SKIP][103] ([Intel XE#8714]) -> [SKIP][104] ([Intel XE#4354] / [Intel XE#5882])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_dp_link_training@non-uhbr-mst.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc-bigjoiner:
- shard-bmg: [SKIP][105] ([Intel XE#8265]) -> [SKIP][106] ([Intel XE#8714]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc-bigjoiner.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-bigjoiner:
- shard-bmg: [SKIP][107] ([Intel XE#8714]) -> [SKIP][108] ([Intel XE#8265]) +2 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
- shard-bmg: [SKIP][109] ([Intel XE#8714]) -> [SKIP][110] ([Intel XE#4422] / [Intel XE#7442])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-bmg: [SKIP][111] ([Intel XE#4422] / [Intel XE#7442]) -> [SKIP][112] ([Intel XE#8714])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: [SKIP][113] ([Intel XE#8714]) -> [SKIP][114] ([Intel XE#4156] / [Intel XE#7425])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_fbcon_fbt@fbc.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_fbcon_fbt@fbc.html
* igt@kms_fbcon_fbt@psr:
- shard-bmg: [SKIP][115] ([Intel XE#8714]) -> [SKIP][116] ([Intel XE#8680])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_fbcon_fbt@psr.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@dp-mst:
- shard-bmg: [SKIP][117] ([Intel XE#8714]) -> [SKIP][118] ([Intel XE#2375])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_feature_discovery@dp-mst.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@dsc:
- shard-bmg: [SKIP][119] ([Intel XE#8586]) -> [SKIP][120] ([Intel XE#8714])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_feature_discovery@dsc.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_feature_discovery@dsc.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: [SKIP][121] ([Intel XE#2374] / [Intel XE#6128]) -> [SKIP][122] ([Intel XE#8714])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-5/igt@kms_feature_discovery@psr2.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][123] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][124] ([Intel XE#301])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: [SKIP][125] ([Intel XE#7178] / [Intel XE#7349]) -> [SKIP][126] ([Intel XE#8714])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x:
- shard-bmg: [SKIP][127] ([Intel XE#8714]) -> [SKIP][128] ([Intel XE#7179])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: [SKIP][129] ([Intel XE#7178] / [Intel XE#7351]) -> [SKIP][130] ([Intel XE#8714]) +2 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-bmg: [SKIP][131] ([Intel XE#8714]) -> [SKIP][132] ([Intel XE#7178] / [Intel XE#7351]) +5 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: [SKIP][133] ([Intel XE#7179]) -> [SKIP][134] ([Intel XE#8714]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render:
- shard-bmg: [SKIP][135] ([Intel XE#7061] / [Intel XE#7356]) -> [SKIP][136] ([Intel XE#8714]) +4 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][137] ([Intel XE#8714]) -> [SKIP][138] ([Intel XE#4141]) +11 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][139] ([Intel XE#4141]) -> [SKIP][140] ([Intel XE#8714]) +16 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-render:
- shard-bmg: [SKIP][141] ([Intel XE#8714]) -> [SKIP][142] ([Intel XE#7061] / [Intel XE#7356]) +5 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-render.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][143] ([Intel XE#2311]) -> [SKIP][144] ([Intel XE#8714]) +62 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt:
- shard-bmg: [SKIP][145] ([Intel XE#8714]) -> [SKIP][146] ([Intel XE#2311]) +59 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrshdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][147] ([Intel XE#8714]) -> [SKIP][148] ([Intel XE#2313]) +69 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: [SKIP][149] ([Intel XE#2352] / [Intel XE#7399]) -> [SKIP][150] ([Intel XE#8714])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y:
- shard-bmg: [SKIP][151] ([Intel XE#8714]) -> [SKIP][152] ([Intel XE#7399])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html
* igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc:
- shard-bmg: [SKIP][153] ([Intel XE#7061]) -> [SKIP][154] ([Intel XE#8714]) +10 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw:
- shard-bmg: [SKIP][155] ([Intel XE#2313]) -> [SKIP][156] ([Intel XE#8714]) +69 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt:
- shard-bmg: [SKIP][157] ([Intel XE#8714]) -> [SKIP][158] ([Intel XE#7061]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][159] ([Intel XE#3544]) -> [SKIP][160] ([Intel XE#3374] / [Intel XE#3544])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-bmg: [SKIP][161] ([Intel XE#8714]) -> [SKIP][162] ([Intel XE#4298] / [Intel XE#5873])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_joiner@basic-max-non-joiner.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: [SKIP][163] ([Intel XE#8714]) -> [SKIP][164] ([Intel XE#6911] / [Intel XE#7378])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_joiner@basic-ultra-joiner.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: [SKIP][165] ([Intel XE#4090] / [Intel XE#7443]) -> [SKIP][166] ([Intel XE#8714])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: [SKIP][167] ([Intel XE#8714]) -> [SKIP][168] ([Intel XE#2486])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_panel_fitting@atomic-fastset.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: [SKIP][169] ([Intel XE#8714]) -> [SKIP][170] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
- shard-bmg: [SKIP][171] ([Intel XE#8714]) -> [SKIP][172] ([Intel XE#7283]) +5 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier:
- shard-bmg: [SKIP][173] ([Intel XE#7283]) -> [SKIP][174] ([Intel XE#8714]) +6 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@kms_plane@pixel-format-y-tiled-modifier.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-modifier.html
* igt@kms_plane_multiple@tiling-y:
- shard-bmg: [SKIP][175] ([Intel XE#8714]) -> [SKIP][176] ([Intel XE#5020] / [Intel XE#7348])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_plane_multiple@tiling-y.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: [SKIP][177] ([Intel XE#2763] / [Intel XE#6886]) -> [SKIP][178] ([Intel XE#8714])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-bmg: [SKIP][179] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870]) -> [SKIP][180] ([Intel XE#8714])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-2/igt@kms_pm_backlight@fade-with-suspend.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc3co-after-dc6:
- shard-bmg: [SKIP][181] ([Intel XE#8714]) -> [SKIP][182] ([Intel XE#8395] / [Intel XE#8396])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_pm_dc@dc3co-after-dc6.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_pm_dc@dc3co-after-dc6.html
* igt@kms_pm_dc@dc3co-vpb-framegap:
- shard-bmg: [SKIP][183] ([Intel XE#8395] / [Intel XE#8396]) -> [SKIP][184] ([Intel XE#8714])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@kms_pm_dc@dc3co-vpb-framegap.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_pm_dc@dc3co-vpb-framegap.html
* igt@kms_pm_dc@dc5-pageflip-negative:
- shard-bmg: [SKIP][185] ([Intel XE#6927]) -> [SKIP][186] ([Intel XE#8714])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_pm_dc@dc5-pageflip-negative.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_pm_dc@dc5-pageflip-negative.html
* igt@kms_pm_dc@dc5-psr:
- shard-bmg: [SKIP][187] ([Intel XE#8714]) -> [SKIP][188] ([Intel XE#7794])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_pm_dc@dc5-psr.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: [SKIP][189] ([Intel XE#2505] / [Intel XE#7447]) -> [SKIP][190] ([Intel XE#8714])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@kms_pm_dc@deep-pkgc.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-bmg: [SKIP][191] ([Intel XE#8714]) -> [SKIP][192] ([Intel XE#2499])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_pm_lpsp@kms-lpsp.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-10/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@package-g7:
- shard-bmg: [SKIP][193] ([Intel XE#6814] / [Intel XE#7428]) -> [SKIP][194] ([Intel XE#8714])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-5/igt@kms_pm_rpm@package-g7.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-bmg: [SKIP][195] ([Intel XE#8714]) -> [SKIP][196] ([Intel XE#1489]) +10 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: [SKIP][197] ([Intel XE#1489]) -> [SKIP][198] ([Intel XE#8714]) +9 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-bmg: [SKIP][199] ([Intel XE#8714]) -> [SKIP][200] ([Intel XE#2387] / [Intel XE#7429])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_psr2_su@page_flip-p010.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: [SKIP][201] ([Intel XE#2387] / [Intel XE#7429]) -> [SKIP][202] ([Intel XE#8714])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@kms_psr2_su@page_flip-xrgb8888.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- shard-bmg: [SKIP][203] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][204] ([Intel XE#8714]) +11 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@kms_psr@fbc-psr2-cursor-plane-move.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_psr@fbc-psr2-cursor-plane-move.html
* igt@kms_psr@psr2-sprite-blt:
- shard-bmg: [SKIP][205] ([Intel XE#8714]) -> [SKIP][206] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_psr@psr2-sprite-blt.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: [SKIP][207] ([Intel XE#8714]) -> [SKIP][208] ([Intel XE#2330] / [Intel XE#5813]) +1 other test skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: [SKIP][209] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][210] ([Intel XE#8714]) +3 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-9/igt@kms_rotation_crc@sprite-rotation-90.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-bmg: [SKIP][211] ([Intel XE#8714]) -> [SKIP][212] ([Intel XE#2413])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-full.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: [SKIP][213] ([Intel XE#2413]) -> [SKIP][214] ([Intel XE#8714])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@kms_scaling_modes@scaling-mode-full-aspect.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: [SKIP][215] ([Intel XE#8714]) -> [SKIP][216] ([Intel XE#1435] / [Intel XE#8695])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_setmode@basic-clone-single-crtc.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_sharpness_filter@filter-tap:
- shard-bmg: [SKIP][217] ([Intel XE#8714]) -> [SKIP][218] ([Intel XE#6503]) +2 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@kms_sharpness_filter@filter-tap.html
* igt@kms_sharpness_filter@filter-toggle:
- shard-bmg: [SKIP][219] ([Intel XE#6503]) -> [SKIP][220] ([Intel XE#8714]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-5/igt@kms_sharpness_filter@filter-toggle.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_sharpness_filter@filter-toggle.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][221] ([Intel XE#8714]) -> [SKIP][222] ([Intel XE#2426] / [Intel XE#5848])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][223] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][224] ([Intel XE#8714])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-bmg: [SKIP][225] ([Intel XE#8714]) -> [SKIP][226] ([Intel XE#1499])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@kms_vrr@flip-basic-fastset.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flipline:
- shard-bmg: [SKIP][227] ([Intel XE#1499]) -> [SKIP][228] ([Intel XE#8714]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-5/igt@kms_vrr@flipline.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@kms_vrr@flipline.html
* igt@xe_compute@ccs-mode-basic:
- shard-bmg: [SKIP][229] ([Intel XE#6599]) -> [SKIP][230] ([Intel XE#8714])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@xe_compute@ccs-mode-basic.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_compute@ccs-mode-basic.html
* igt@xe_cw_post_sync@walker-post-sync:
- shard-bmg: [SKIP][231] ([Intel XE#8608]) -> [SKIP][232] ([Intel XE#8714])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-9/igt@xe_cw_post_sync@walker-post-sync.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_cw_post_sync@walker-post-sync.html
* igt@xe_evict@evict-small-external-multi-queue-cm:
- shard-bmg: [SKIP][233] ([Intel XE#8714]) -> [SKIP][234] ([Intel XE#8370])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_evict@evict-small-external-multi-queue-cm.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@xe_evict@evict-small-external-multi-queue-cm.html
* igt@xe_evict@evict-small-multi-queue-priority:
- shard-bmg: [SKIP][235] ([Intel XE#8370]) -> [SKIP][236] ([Intel XE#8714])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@xe_evict@evict-small-multi-queue-priority.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-priority.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
- shard-bmg: [SKIP][237] ([Intel XE#8714]) -> [SKIP][238] ([Intel XE#2322] / [Intel XE#7372]) +7 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
- shard-bmg: [SKIP][239] ([Intel XE#2322] / [Intel XE#7372]) -> [SKIP][240] ([Intel XE#8714]) +9 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-race-imm:
- shard-bmg: [SKIP][241] ([Intel XE#8714]) -> [SKIP][242] ([Intel XE#8374]) +12 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-race-imm.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-race-imm.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch:
- shard-bmg: [SKIP][243] ([Intel XE#8374]) -> [SKIP][244] ([Intel XE#8714]) +17 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
* igt@xe_exec_multi_queue@one-queue-priority-smem:
- shard-bmg: [SKIP][245] ([Intel XE#8364]) -> [SKIP][246] ([Intel XE#8714]) +30 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-5/igt@xe_exec_multi_queue@one-queue-priority-smem.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_multi_queue@one-queue-priority-smem.html
* igt@xe_exec_multi_queue@two-queues-basic-smem:
- shard-bmg: [SKIP][247] ([Intel XE#8714]) -> [SKIP][248] ([Intel XE#8364]) +28 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_exec_multi_queue@two-queues-basic-smem.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@xe_exec_multi_queue@two-queues-basic-smem.html
* igt@xe_exec_reset@multi-queue-cancel:
- shard-bmg: [SKIP][249] ([Intel XE#8369]) -> [SKIP][250] ([Intel XE#8714]) +3 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-2/igt@xe_exec_reset@multi-queue-cancel.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_reset@multi-queue-cancel.html
* igt@xe_exec_reset@multi-queue-cat-error:
- shard-bmg: [SKIP][251] ([Intel XE#8714]) -> [SKIP][252] ([Intel XE#8369]) +1 other test skip
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_exec_reset@multi-queue-cat-error.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@xe_exec_reset@multi-queue-cat-error.html
* igt@xe_exec_system_allocator@many-stride-new-prefetch:
- shard-bmg: [INCOMPLETE][253] ([Intel XE#7098] / [Intel XE#8159]) -> [SKIP][254] ([Intel XE#8714])
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-10/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
- shard-bmg: [SKIP][255] ([Intel XE#8378]) -> [SKIP][256] ([Intel XE#8714]) +10 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
* igt@xe_exec_threads@threads-multi-queue-mixed-userptr-rebind:
- shard-bmg: [SKIP][257] ([Intel XE#8714]) -> [SKIP][258] ([Intel XE#8378]) +10 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-rebind.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-rebind.html
* igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add:
- shard-bmg: [SKIP][259] ([Intel XE#8714]) -> [SKIP][260] ([Intel XE#6281] / [Intel XE#7426])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-5/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html
* igt@xe_multigpu_svm@mgpu-concurrent-access-basic:
- shard-bmg: [SKIP][261] ([Intel XE#6964] / [Intel XE#8714]) -> [SKIP][262] ([Intel XE#6964]) +5 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-9/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html
* igt@xe_page_reclaim@binds-null-vma:
- shard-bmg: [SKIP][263] ([Intel XE#8714]) -> [SKIP][264] ([Intel XE#7793]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_page_reclaim@binds-null-vma.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-3/igt@xe_page_reclaim@binds-null-vma.html
* igt@xe_page_reclaim@boundary-split:
- shard-bmg: [SKIP][265] ([Intel XE#7793]) -> [SKIP][266] ([Intel XE#8714]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@xe_page_reclaim@boundary-split.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_page_reclaim@boundary-split.html
* igt@xe_pat@l2-flush-opt-svm-pat-restrict:
- shard-bmg: [SKIP][267] ([Intel XE#8714]) -> [SKIP][268] ([Intel XE#7590])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: [SKIP][269] ([Intel XE#1420] / [Intel XE#7590]) -> [SKIP][270] ([Intel XE#8714])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-4/igt@xe_pat@pat-index-xehpc.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- shard-bmg: [SKIP][271] ([Intel XE#8714]) -> [SKIP][272] ([Intel XE#2245] / [Intel XE#7590])
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pat@pat-index-xelp.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-8/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-sw-hw-compare:
- shard-bmg: [SKIP][273] ([Intel XE#8714]) -> [FAIL][274] ([Intel XE#7695])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pat@pat-sw-hw-compare.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-1/igt@xe_pat@pat-sw-hw-compare.html
* igt@xe_peer2peer@write:
- shard-bmg: [SKIP][275] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353]) -> [SKIP][276] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353] / [Intel XE#8714])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-6/igt@xe_peer2peer@write.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-i2c:
- shard-bmg: [SKIP][277] ([Intel XE#5694] / [Intel XE#7370]) -> [SKIP][278] ([Intel XE#8714])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-1/igt@xe_pm@d3cold-i2c.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_pm@d3cold-i2c.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-bmg: [SKIP][279] ([Intel XE#2284] / [Intel XE#7370]) -> [SKIP][280] ([Intel XE#8714])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@xe_pm@d3cold-mmap-vram.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@d3hot-i2c:
- shard-bmg: [SKIP][281] ([Intel XE#8714]) -> [SKIP][282] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pm@d3hot-i2c.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-6/igt@xe_pm@d3hot-i2c.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-bmg: [SKIP][283] ([Intel XE#8714]) -> [SKIP][284] ([Intel XE#579] / [Intel XE#7329] / [Intel XE#7517])
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pm@vram-d3cold-threshold.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-10/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_pmu@all-fn-engine-activity-load:
- shard-bmg: [SKIP][285] ([Intel XE#8714]) -> [FAIL][286] ([Intel XE#7992])
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pmu@all-fn-engine-activity-load.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@xe_pmu@all-fn-engine-activity-load.html
* igt@xe_pxp@display-pxp-fb:
- shard-bmg: [SKIP][287] ([Intel XE#4733] / [Intel XE#7417]) -> [SKIP][288] ([Intel XE#8714]) +3 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-2/igt@xe_pxp@display-pxp-fb.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_pxp@display-pxp-fb.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-bmg: [SKIP][289] ([Intel XE#8714]) -> [SKIP][290] ([Intel XE#4733] / [Intel XE#7417]) +3 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-2/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: [SKIP][291] ([Intel XE#944]) -> [SKIP][292] ([Intel XE#8714]) +5 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-8/igt@xe_query@multigpu-query-invalid-extension.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-7/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-bmg: [SKIP][293] ([Intel XE#8714]) -> [SKIP][294] ([Intel XE#944]) +2 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9034/shard-bmg-7/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/shard-bmg-4/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.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#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#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#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[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#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5177
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
[Intel XE#5882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5882
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6128
[Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6814
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6927
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
[Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
[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#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
[Intel XE#7329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7329
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[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#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7387
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7426
[Intel XE#7428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7428
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7443
[Intel XE#7447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7447
[Intel XE#7517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7517
[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#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695
[Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
[Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
[Intel XE#7794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7794
[Intel XE#7809]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7809
[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#8159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8159
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8303]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8303
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8370
[Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8395]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8395
[Intel XE#8396]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8396
[Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
[Intel XE#8586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8586
[Intel XE#8608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8608
[Intel XE#8680]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8680
[Intel XE#8695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8695
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#8714]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8714
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_9034 -> IGTPW_15614
* Linux: xe-5508-5e24f68d311764bf343f9def49b752b509dfd5fd -> xe-5512-9103d091078b8e56e68b810a1b1a506ef4e51478
IGTPW_15614: 15614
IGT_9034: be1d1af352dbd4ca4557202a8ed0d6d60f95e0bf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5508-5e24f68d311764bf343f9def49b752b509dfd5fd: 5e24f68d311764bf343f9def49b752b509dfd5fd
xe-5512-9103d091078b8e56e68b810a1b1a506ef4e51478: 9103d091078b8e56e68b810a1b1a506ef4e51478
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15614/index.html
[-- Attachment #2: Type: text/html, Size: 90756 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-31 9:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30 12:57 [PATCH i-g-t] tests/amdgpu/amd_cursor_overlay: reset primary position for reference frame James Lin
2026-07-31 8:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-07-31 8:29 ` ✗ i915.CI.BAT: failure " Patchwork
2026-07-31 9:37 ` ✓ Xe.CI.FULL: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox