* [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests
@ 2026-07-10 2:27 Pranay Samala
2026-07-10 2:27 ` [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 Pranay Samala
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Pranay Samala @ 2026-07-10 2:27 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, sameer.lattannavar, pranay.samala, Swati Sharma
Extend chamelium-only testlist with audio-after-suspend tests for
DP/HDMI and kms_chamelium_color_pipeline tests.
v2:
- Update commit message (Kathik)
v3:
- Update the subject (Kamil)
- Split the pacthes (Kamil)
- Move suspend tests at the end (Swati)
v4:
- Update the subject (Swati)
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
---
tests/intel-ci/chamelium-only.testlist | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
index d627ad414..898c53134 100644
--- a/tests/intel-ci/chamelium-only.testlist
+++ b/tests/intel-ci/chamelium-only.testlist
@@ -14,6 +14,15 @@ igt@kms_chamelium_color@ctm-negative
igt@kms_chamelium_color@ctm-red-to-blue
igt@kms_chamelium_color@degamma
igt@kms_chamelium_color@gamma
+igt@kms_chamelium_color_pipeline@plane-ctm3x4
+igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d
+igt@kms_chamelium_color_pipeline@plane-lut1d
+igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4
+igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d
+igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d
+igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4
+igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4
+igt@kms_chamelium_color_pipeline@plane-lut3d-green-only
igt@kms_chamelium_edid@dp-edid-read
igt@kms_chamelium_edid@dp-edid-resolution-list
igt@kms_chamelium_edid@dp-edid-stress-resolution-4k
@@ -71,6 +80,8 @@ igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate
# Suspend operations can cause system hangs or connection timeouts,
# so isolating them at the tail ensures stability of main test
# execution.
+igt@kms_chamelium_audio@dp-audio-after-suspend
+igt@kms_chamelium_audio@hdmi-audio-after-suspend
igt@kms_chamelium_edid@dp-edid-change-during-suspend
igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
igt@kms_chamelium_hpd@common-hpd-after-suspend
--
2.53.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala @ 2026-07-10 2:27 ` Pranay Samala 2026-07-10 5:29 ` Sharma, Swati2 2026-07-10 4:30 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests Patchwork ` (3 subsequent siblings) 4 siblings, 1 reply; 7+ messages in thread From: Pranay Samala @ 2026-07-10 2:27 UTC (permalink / raw) To: igt-dev; +Cc: karthik.b.s, sameer.lattannavar, pranay.samala Add chamelium test to BMG, LNL, PTL blocklists. This is a valid skip for display version < 35. v2: - Add NVL specific test in other blocklists (Swati) v3: - Split the patches (Kamil) v4: - Update the subject (Swati) Signed-off-by: Pranay Samala <pranay.samala@intel.com> --- tests/intel-ci/xe.bmg.display.blocklist.txt | 4 ++++ tests/intel-ci/xe.lnl.display.blocklist.txt | 4 ++++ tests/intel-ci/xe.ptl.display.blocklist.txt | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt index 4c2a7390a..3e30e5772 100644 --- a/tests/intel-ci/xe.bmg.display.blocklist.txt +++ b/tests/intel-ci/xe.bmg.display.blocklist.txt @@ -181,3 +181,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x igt@kms_pm_dc@dc3co-.* igt@kms_vrr@lobf-dc3co ######################################## +# Valid skip :- For display ver < 35 +######################################## +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only +######################################## diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt index 1dbb24ae3..7462294aa 100644 --- a/tests/intel-ci/xe.lnl.display.blocklist.txt +++ b/tests/intel-ci/xe.lnl.display.blocklist.txt @@ -191,3 +191,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x igt@kms_pm_dc@dc3co-.* igt@kms_vrr@lobf-dc3co ######################################## +# Valid skip :- For display ver < 35 +######################################## +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only +######################################## diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt index 1041931a1..c46312d1e 100644 --- a/tests/intel-ci/xe.ptl.display.blocklist.txt +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt @@ -182,3 +182,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x igt@kms_pm_dc@dc3co-.* igt@kms_vrr@lobf-dc3co ######################################## +# Valid skip :- For display ver < 35 +######################################## +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only +######################################## -- 2.53.0 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 2026-07-10 2:27 ` [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 Pranay Samala @ 2026-07-10 5:29 ` Sharma, Swati2 0 siblings, 0 replies; 7+ messages in thread From: Sharma, Swati2 @ 2026-07-10 5:29 UTC (permalink / raw) To: Pranay Samala, igt-dev; +Cc: karthik.b.s, sameer.lattannavar Hi Pranay On 10-07-2026 07:57 am, Pranay Samala wrote: > Add chamelium test to BMG, LNL, PTL blocklists. > This is a valid skip for display version < 35. Patch LGTM Reviewed-by: Swati Sharma <swati2.sharma@intel.com> > > v2: > - Add NVL specific test in other blocklists (Swati) > > v3: > - Split the patches (Kamil) > > v4: > - Update the subject (Swati) > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/intel-ci/xe.bmg.display.blocklist.txt | 4 ++++ > tests/intel-ci/xe.lnl.display.blocklist.txt | 4 ++++ > tests/intel-ci/xe.ptl.display.blocklist.txt | 4 ++++ > 3 files changed, 12 insertions(+) > > diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt > index 4c2a7390a..3e30e5772 100644 > --- a/tests/intel-ci/xe.bmg.display.blocklist.txt > +++ b/tests/intel-ci/xe.bmg.display.blocklist.txt > @@ -181,3 +181,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x > igt@kms_pm_dc@dc3co-.* > igt@kms_vrr@lobf-dc3co > ######################################## > +# Valid skip :- For display ver < 35 > +######################################## > +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only > +######################################## > diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt > index 1dbb24ae3..7462294aa 100644 > --- a/tests/intel-ci/xe.lnl.display.blocklist.txt > +++ b/tests/intel-ci/xe.lnl.display.blocklist.txt > @@ -191,3 +191,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x > igt@kms_pm_dc@dc3co-.* > igt@kms_vrr@lobf-dc3co > ######################################## > +# Valid skip :- For display ver < 35 > +######################################## > +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only > +######################################## > diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt > index 1041931a1..c46312d1e 100644 > --- a/tests/intel-ci/xe.ptl.display.blocklist.txt > +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt > @@ -182,3 +182,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x > igt@kms_pm_dc@dc3co-.* > igt@kms_vrr@lobf-dc3co > ######################################## > +# Valid skip :- For display ver < 35 > +######################################## > +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only > +######################################## ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala 2026-07-10 2:27 ` [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 Pranay Samala @ 2026-07-10 4:30 ` Patchwork 2026-07-10 4:36 ` ✓ i915.CI.BAT: " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-07-10 4:30 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1102 bytes --] == Series Details == Series: series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests URL : https://patchwork.freedesktop.org/series/170157/ State : success == Summary == CI Bug Log - changes from XEIGT_8997_BAT -> XEIGTPW_15507_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (13 -> 13) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_8997 -> IGTPW_15507 * Linux: xe-5378-e5af800f48075d6b249b979cc8bf210c051d86aa -> xe-5379-e6db87755f42426899dd6ca45f97eb1b98e2f9fc IGTPW_15507: eacf0302094ae9cabb7dedfda5b348cca7957257 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8997: 8997 xe-5378-e5af800f48075d6b249b979cc8bf210c051d86aa: e5af800f48075d6b249b979cc8bf210c051d86aa xe-5379-e6db87755f42426899dd6ca45f97eb1b98e2f9fc: e6db87755f42426899dd6ca45f97eb1b98e2f9fc == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/index.html [-- Attachment #2: Type: text/html, Size: 1661 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala 2026-07-10 2:27 ` [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 Pranay Samala 2026-07-10 4:30 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests Patchwork @ 2026-07-10 4:36 ` Patchwork 2026-07-10 11:54 ` ✗ Xe.CI.FULL: failure " Patchwork 2026-07-11 6:11 ` ✗ i915.CI.Full: " Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-07-10 4:36 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1184 bytes --] == Series Details == Series: series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests URL : https://patchwork.freedesktop.org/series/170157/ State : success == Summary == CI Bug Log - changes from IGT_8997 -> IGTPW_15507 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/index.html Participating hosts (42 -> 39) ------------------------------ Missing (3): bat-dg2-13 fi-snb-2520m fi-elk-e7500 Changes ------- No changes found Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8997 -> IGTPW_15507 * Linux: CI_DRM_18797 -> CI_DRM_18799 CI-20190529: 20190529 CI_DRM_18797: e5af800f48075d6b249b979cc8bf210c051d86aa @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_18799: 40a9450db040664b837f21ae4aeb5f9faecf7cd7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_15507: eacf0302094ae9cabb7dedfda5b348cca7957257 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8997: 8997 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/index.html [-- Attachment #2: Type: text/html, Size: 1764 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.FULL: failure for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala ` (2 preceding siblings ...) 2026-07-10 4:36 ` ✓ i915.CI.BAT: " Patchwork @ 2026-07-10 11:54 ` Patchwork 2026-07-11 6:11 ` ✗ i915.CI.Full: " Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-07-10 11:54 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 51141 bytes --] == Series Details == Series: series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests URL : https://patchwork.freedesktop.org/series/170157/ State : failure == Summary == CI Bug Log - changes from XEIGT_8997_FULL -> XEIGTPW_15507_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_15507_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_15507_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_15507_FULL: ### IGT changes ### #### Possible regressions #### * igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_decode1: - shard-bmg: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-10/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_decode1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_decode1.html * igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_enhance1: - shard-bmg: [PASS][3] -> [ABORT][4] +2 other tests abort [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-10/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_enhance1.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@xe_pmu@all-fn-engine-activity-load@engine-drm_xe_engine_class_video_enhance1.html * igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0: - shard-bmg: [PASS][5] -> [WARN][6] +1 other test warn [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-9/igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0.html Known issues ------------ Here are the changes found in XEIGTPW_15507_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2327]) +4 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1407]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-1/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip: - shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#7059] / [Intel XE#7085]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2328] / [Intel XE#7367]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-5/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +11 other tests skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#607] / [Intel XE#7361]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#1477] / [Intel XE#7361]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#610] / [Intel XE#7387]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p: - shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#7679]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p.html * igt@kms_bw@linear-tiling-1-displays-target-2560x1440p: - shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#367]) +2 other tests skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-target-2560x1440p.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#2887]) +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#3432]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2652]) +17 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs: - shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2887]) +18 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html * igt@kms_chamelium_color@ctm-0-50: - shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2325] / [Intel XE#7358]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_chamelium_color@ctm-0-50.html - shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#306] / [Intel XE#7358]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-2/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d: - shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#7358]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html * igt@kms_chamelium_edid@dp-edid-change-during-hibernate: - shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2252]) +12 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html * igt@kms_chamelium_frames@hdmi-crc-single: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#373]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-1/igt@kms_chamelium_frames@hdmi-crc-single.html * igt@kms_chamelium_sharpness_filter@filter-basic: - shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#6507]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@kms_chamelium_sharpness_filter@filter-basic.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2390] / [Intel XE#6974]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14: - shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#6974]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html * igt@kms_content_protection@legacy: - shard-bmg: NOTRUN -> [FAIL][30] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +3 other tests fail [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_content_protection@legacy.html * igt@kms_content_protection@uevent: - shard-bmg: NOTRUN -> [FAIL][31] ([Intel XE#6707] / [Intel XE#7439]) +1 other test fail [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2320]) +9 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1424]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-6/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2286] / [Intel XE#6035]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#1508]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dp_link_training@uhbr-mst: - shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#4354] / [Intel XE#7386]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_dp_link_training@uhbr-mst.html * igt@kms_dsc@dsc-with-output-formats: - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#8265]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats: - shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#4422] / [Intel XE#7442]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-5/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#4156] / [Intel XE#7425]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible: - shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#1421]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@b-edp1: - shard-lnl: [PASS][42] -> [FAIL][43] ([Intel XE#301]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-lnl: [PASS][44] -> [FAIL][45] ([Intel XE#301] / [Intel XE#3149]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7178] / [Intel XE#7349]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7178] / [Intel XE#7351]) +3 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2311]) +89 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#4141]) +16 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#1469] / [Intel XE#7399]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-tiling-y.html - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2352] / [Intel XE#7399]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff: - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#656] / [Intel XE#7905]) +9 other tests skip [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-offscreen-pri-shrfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#6312]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-offscreen-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#7061] / [Intel XE#7356]) +5 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#7061] / [Intel XE#7356]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-rte: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#7905]) +5 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-rte.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-indfb-scaledprimary: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#7865]) +6 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsrhdr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y: - shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#7399]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html * igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2313]) +79 other tests skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt: - shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#7061]) +10 other tests skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt.html * igt@kms_hdmi_inject@inject-4k: - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1470]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_hdmi_inject@inject-4k.html * igt@kms_hdr@brightness-with-hdr: - shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#3374] / [Intel XE#3544]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-6/igt@kms_hdr@brightness-with-hdr.html - shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#3544]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#6901]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#6911] / [Intel XE#7466]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#4090] / [Intel XE#7443]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-4/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#7591]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2486]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_stress@stress-xrgb8888-yftiled: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#6912] / [Intel XE#7375]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping: - shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#7283]) +7 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html * igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#7283]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html * igt@kms_plane_lowres@tiling-none@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#599] / [Intel XE#7382]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html * igt@kms_plane_lowres@tiling-yf: - shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2393]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25: - shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b: - shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html * igt@kms_pm_dc@dc3co-vpb-simulation@pr: - shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#8395]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_pm_dc@dc3co-vpb-simulation@pr.html - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#8395]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-4/igt@kms_pm_dc@dc3co-vpb-simulation@pr.html * igt@kms_pm_dc@dc3co-vpb-simulation@psr2: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#8396]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_pm_dc@dc3co-vpb-simulation@psr2.html - shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#8396]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-4/igt@kms_pm_dc@dc3co-vpb-simulation@psr2.html * igt@kms_pm_dc@dc5-pageflip-negative: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#6927]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_pm_dc@dc5-pageflip-negative.html * igt@kms_pm_dc@dc5-retention-flops: - shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#3309] / [Intel XE#7368]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@package-g7: - shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#6814] / [Intel XE#7428]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_pm_rpm@package-g7.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#2893] / [Intel XE#4608] / [Intel XE#7304]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#4608]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#4608] / [Intel XE#7304]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#1489]) +8 other tests skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#2387] / [Intel XE#7429]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2234] / [Intel XE#2850]) +16 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@pr-sprite-render: - shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1406]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-1/igt@kms_psr@pr-sprite-render.html * igt@kms_psr@psr2-primary-render: - shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#2234]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_psr@psr2-primary-render.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#7795]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#3904] / [Intel XE#7342]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-rotation-270: - shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-6/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_scaling_modes@scaling-mode-center: - shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2413]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_sharpness_filter@invalid-filter-with-plane: - shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#6503]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@kms_sharpness_filter@invalid-filter-with-plane.html * igt@kms_tv_load_detect@load-detect: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#330] / [Intel XE#5857]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-4/igt@kms_tv_load_detect@load-detect.html - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2450] / [Intel XE#5857]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@flip-basic: - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#1499]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@kms_vrr@flip-basic.html * igt@kms_vrr@max-min@pipe-a-edp-1: - shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#4227]) +1 other test fail [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-8/igt@kms_vrr@max-min@pipe-a-edp-1.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-4/igt@kms_vrr@max-min@pipe-a-edp-1.html * igt@xe_evict@evict-small-external-multi-queue-cm: - shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#8370]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@xe_evict@evict-small-external-multi-queue-cm.html - shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@xe_evict@evict-small-external-multi-queue-cm.html * igt@xe_exec_balancer@once-virtual-basic: - shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#7482]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@xe_exec_balancer@once-virtual-basic.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr: - shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#2322] / [Intel XE#7372]) +11 other tests skip [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html * igt@xe_exec_basic@multigpu-once-basic: - shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1392]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-7/igt@xe_exec_basic@multigpu-once-basic.html * igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-race-prefetch: - shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#8374]) +4 other tests skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-4/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-race-prefetch.html * igt@xe_exec_fault_mode@twice-multi-queue-userptr: - shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#8374]) +25 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html * igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate: - shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#8364]) +37 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html * igt@xe_exec_multi_queue@many-execs-preempt-mode-userptr: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#8364]) +5 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-7/igt@xe_exec_multi_queue@many-execs-preempt-mode-userptr.html * igt@xe_exec_reset@multi-queue-close-execqueues: - shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#8369]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-1/igt@xe_exec_reset@multi-queue-close-execqueues.html * igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-eocheck: - shard-lnl: [PASS][113] -> [ABORT][114] ([Intel XE#8007]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-eocheck.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-eocheck.html * igt@xe_exec_threads@threads-many-queues: - shard-bmg: NOTRUN -> [ABORT][115] ([Intel XE#6652] / [Intel XE#7893] / [Intel XE#8300]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-5/igt@xe_exec_threads@threads-many-queues.html * igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race: - shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#8378]) +11 other tests skip [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race.html * igt@xe_exec_threads@threads-multi-queue-userptr: - shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#8378]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-userptr.html * igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add: - shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#6281] / [Intel XE#7426]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_fault_injection@exec-queue-create-fail-xe_pxp_exec_queue_add.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wa_gt_init: - shard-bmg: [PASS][119] -> [ABORT][120] ([Intel XE#8007]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_gt_init.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_gt_init.html * igt@xe_multigpu_svm@mgpu-concurrent-access-basic: - shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#6964]) +5 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html - shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#6964]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-2/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html * igt@xe_page_reclaim@binds-full-pd: - shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#7793]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@xe_page_reclaim@binds-full-pd.html * igt@xe_page_reclaim@invalid-1g: - shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#7793]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@xe_page_reclaim@invalid-1g.html * igt@xe_pat@pat-sw-hw-compare: - shard-bmg: NOTRUN -> [FAIL][125] ([Intel XE#7695]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@xe_pat@pat-sw-hw-compare.html * igt@xe_pm@d3cold-basic: - shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2284] / [Intel XE#7370]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3cold-i2c: - shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#5694] / [Intel XE#7370]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-10/igt@xe_pm@d3cold-i2c.html * igt@xe_pm@vram-d3cold-threshold: - shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#579] / [Intel XE#7329] / [Intel XE#7517]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-2/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_pxp@pxp-termination-key-update-post-suspend: - shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#4733] / [Intel XE#7417]) +3 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@xe_pxp@pxp-termination-key-update-post-suspend.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#944]) +3 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_query@multigpu-query-topology-l3-bank-mask: - shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#944]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/igt@xe_query@multigpu-query-topology-l3-bank-mask.html * igt@xe_sriov_auto_provisioning@exclusive-ranges: - shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#4130] / [Intel XE#7366]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-3/igt@xe_sriov_auto_provisioning@exclusive-ranges.html * igt@xe_sriov_flr@flr-vfs-parallel: - shard-bmg: [PASS][133] -> [FAIL][134] ([Intel XE#6569]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-2/igt@xe_sriov_flr@flr-vfs-parallel.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-5/igt@xe_sriov_flr@flr-vfs-parallel.html * igt@xe_sriov_vfio@bind-unbind-vfs: - shard-lnl: NOTRUN -> [SKIP][135] ([Intel XE#7724]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-4/igt@xe_sriov_vfio@bind-unbind-vfs.html * igt@xe_wedged@basic-wedged: - shard-lnl: [PASS][136] -> [ABORT][137] ([Intel XE#3119]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-8/igt@xe_wedged@basic-wedged.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-3/igt@xe_wedged@basic-wedged.html #### Possible fixes #### * igt@core_hotunplug@unplug-rescan: - shard-bmg: [ABORT][138] ([Intel XE#8007]) -> [PASS][139] +3 other tests pass [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-4/igt@core_hotunplug@unplug-rescan.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@core_hotunplug@unplug-rescan.html * igt@intel_hwmon@hwmon-write: - shard-bmg: [FAIL][140] ([Intel XE#8583]) -> [PASS][141] [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-3/igt@intel_hwmon@hwmon-write.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-9/igt@intel_hwmon@hwmon-write.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-bmg: [INCOMPLETE][142] ([Intel XE#7084] / [Intel XE#8150]) -> [PASS][143] +1 other test pass [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: - shard-lnl: [FAIL][144] ([Intel XE#301]) -> [PASS][145] +1 other test pass [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html * igt@kms_plane@pixel-format-x-tiled-modifier: - shard-lnl: [ABORT][146] ([Intel XE#8007]) -> [PASS][147] +1 other test pass [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-8/igt@kms_plane@pixel-format-x-tiled-modifier.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-6/igt@kms_plane@pixel-format-x-tiled-modifier.html * igt@xe_sriov_flr@flr-each-isolation: - shard-bmg: [FAIL][148] ([Intel XE#6569]) -> [PASS][149] [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-bmg-7/igt@xe_sriov_flr@flr-each-isolation.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-bmg-6/igt@xe_sriov_flr@flr-each-isolation.html #### Warnings #### * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-lnl: [SKIP][150] ([Intel XE#309] / [Intel XE#7343] / [Intel XE#7935]) -> [SKIP][151] ([Intel XE#309] / [Intel XE#7343]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_flip@flip-vs-expired-vblank: - shard-lnl: [FAIL][152] ([Intel XE#301]) -> [FAIL][153] ([Intel XE#301] / [Intel XE#3149]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8997/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/shard-lnl-8/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#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470 [Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [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#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#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [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#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450 [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#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#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3119]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3119 [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#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304 [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904 [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090 [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130 [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156 [Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227 [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#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608 [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733 [Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#5857]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5857 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#6281]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6281 [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312 [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503 [Intel XE#6507]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6507 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569 [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652 [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886 [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901 [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#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#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084 [Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085 [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178 [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283 [Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304 [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#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#7361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7361 [Intel XE#7366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7366 [Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367 [Intel XE#7368]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7368 [Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370 [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372 [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374 [Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375 [Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382 [Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383 [Intel XE#7386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7386 [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#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#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466 [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482 [Intel XE#7517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7517 [Intel XE#7591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7591 [Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679 [Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695 [Intel XE#7724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7724 [Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793 [Intel XE#7795]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7795 [Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865 [Intel XE#7893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7893 [Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905 [Intel XE#7935]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7935 [Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007 [Intel XE#8150]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8150 [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#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#8583]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8583 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 Build changes ------------- * IGT: IGT_8997 -> IGTPW_15507 * Linux: xe-5378-e5af800f48075d6b249b979cc8bf210c051d86aa -> xe-5379-e6db87755f42426899dd6ca45f97eb1b98e2f9fc IGTPW_15507: eacf0302094ae9cabb7dedfda5b348cca7957257 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8997: 8997 xe-5378-e5af800f48075d6b249b979cc8bf210c051d86aa: e5af800f48075d6b249b979cc8bf210c051d86aa xe-5379-e6db87755f42426899dd6ca45f97eb1b98e2f9fc: e6db87755f42426899dd6ca45f97eb1b98e2f9fc == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15507/index.html [-- Attachment #2: Type: text/html, Size: 57348 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala ` (3 preceding siblings ...) 2026-07-10 11:54 ` ✗ Xe.CI.FULL: failure " Patchwork @ 2026-07-11 6:11 ` Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-07-11 6:11 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 143293 bytes --] == Series Details == Series: series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests URL : https://patchwork.freedesktop.org/series/170157/ State : failure == Summary == CI Bug Log - changes from CI_DRM_18799_full -> IGTPW_15507_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_15507_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_15507_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_15507/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_15507_full: ### IGT changes ### #### Possible regressions #### * igt@perf_pmu@frequency: - shard-tglu: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-6/igt@perf_pmu@frequency.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@perf_pmu@frequency.html Known issues ------------ Here are the changes found in IGTPW_15507_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@unbind-reset-rebind: - shard-dg1: NOTRUN -> [ABORT][4] ([i915#11814]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@device_reset@unbind-reset-rebind.html * igt@drm_buddy@drm_buddy: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#15678]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@drm_buddy@drm_buddy.html * igt@gem_basic@multigpu-create-close: - shard-tglu-1: NOTRUN -> [SKIP][6] ([i915#7697]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][7] ([i915#13008]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#7697]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@gem_close_race@multigpu-basic-threads.html - shard-dg1: NOTRUN -> [SKIP][9] ([i915#7697]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-12/igt@gem_close_race@multigpu-basic-threads.html - shard-tglu: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@gem_close_race@multigpu-basic-threads.html - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#7697]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8555]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-hang.html - shard-dg1: NOTRUN -> [SKIP][13] ([i915#8555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@gem_ctx_persistence@heartbeat-hang.html - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#8555]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@legacy-engines-cleanup: - shard-snb: NOTRUN -> [SKIP][15] ([i915#1099]) +4 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-snb5/igt@gem_ctx_persistence@legacy-engines-cleanup.html * igt@gem_eio@in-flight-suspend: - shard-rkl: [PASS][16] -> [INCOMPLETE][17] ([i915#13390]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@gem_eio@in-flight-suspend.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@kms: - shard-rkl: [PASS][18] -> [DMESG-WARN][19] ([i915#13363]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-5/igt@gem_eio@kms.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gem_eio@kms.html - shard-tglu: [PASS][20] -> [DMESG-WARN][21] ([i915#13363]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-6/igt@gem_eio@kms.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-10/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][22] ([i915#4771]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-1/igt@gem_exec_balancer@bonded-dual.html - shard-dg1: NOTRUN -> [SKIP][23] ([i915#4771]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#4812]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_exec_balancer@bonded-false-hang.html - shard-dg1: NOTRUN -> [SKIP][25] ([i915#4812]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@gem_exec_balancer@bonded-false-hang.html - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4812]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4771]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@parallel: - shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#4525]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-out-fence: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#4525]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@gem_exec_balancer@parallel-out-fence.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#6334]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#3539]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_exec_flush@basic-uc-set-default.html - shard-dg1: NOTRUN -> [SKIP][32] ([i915#3539]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_reloc@basic-gtt-wc: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3281]) +10 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-wc.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281]) +14 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#3281]) +4 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@gem_exec_reloc@basic-write-cpu-active.html - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_reloc@basic-write-gtt-noreloc: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#14544] / [i915#3281]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt-noreloc.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4537] / [i915#4812]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_exec_schedule@reorder-wide.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: NOTRUN -> [INCOMPLETE][39] ([i915#13356]) +1 other test incomplete [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_exec_suspend@basic-s0.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4860]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4860]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-6/igt@gem_fenced_exec_thrash@too-many-fences.html - shard-dg1: NOTRUN -> [SKIP][42] ([i915#4860]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_lmem_swapping@heavy-multi: - shard-tglu-1: NOTRUN -> [SKIP][43] ([i915#4613]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@massive: - shard-tglu: NOTRUN -> [SKIP][44] ([i915#4613]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@gem_lmem_swapping@massive.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#4613]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4613]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][47] ([i915#4613]) +6 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk2/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_vme: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#284]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@gem_media_vme.html * igt@gem_mmap_gtt@basic-small-bo-tiledx: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4077]) +9 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_mmap_gtt@basic-small-bo-tiledx.html - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4077]) +3 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@gem_mmap_gtt@basic-small-bo-tiledx.html * igt@gem_mmap_gtt@cpuset-medium-copy: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4077]) +3 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-medium-copy.html * igt@gem_mmap_wc@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4083]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@gem_mmap_wc@set-cache-level.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4083]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4083]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-12/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@reads-display: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3282]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@gem_partial_pwrite_pread@reads-display.html - shard-dg1: NOTRUN -> [SKIP][56] ([i915#3282]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3282]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3282]) +9 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-exhaustion: - shard-glk: NOTRUN -> [WARN][59] ([i915#14702] / [i915#2658]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk4/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#4270]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu: NOTRUN -> [SKIP][62] ([i915#13398]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-9/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4270]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#8428]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_render_copy@y-tiled-to-vebox-y-tiled: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#5190] / [i915#8428]) +6 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4885]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@gem_softpin@evict-snoop.html - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4885]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@gem_softpin@evict-snoop.html - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4885]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4079]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@gem_tiled_pread_pwrite.html - shard-rkl: NOTRUN -> [SKIP][70] ([i915#14544] / [i915#3282]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@dmabuf-sync: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3297] / [i915#3323]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#3297]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@unsync-unmap: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#3297]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@gem_userptr_blits@unsync-unmap.html - shard-tglu: NOTRUN -> [SKIP][74] ([i915#3297]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@gem_userptr_blits@unsync-unmap.html * igt@gem_workarounds@suspend-resume-context: - shard-glk: NOTRUN -> [INCOMPLETE][75] ([i915#13356]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk6/igt@gem_workarounds@suspend-resume-context.html * igt@gem_workarounds@suspend-resume-fd: - shard-glk: [PASS][76] -> [INCOMPLETE][77] ([i915#13356] / [i915#14586]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk9/igt@gem_workarounds@suspend-resume-fd.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk2/igt@gem_workarounds@suspend-resume-fd.html * igt@gen9_exec_parse@allowed-single: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#2527]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-invalid-length: - shard-tglu-1: NOTRUN -> [SKIP][79] ([i915#2527] / [i915#2856]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@gen9_exec_parse@batch-invalid-length.html - shard-dg1: NOTRUN -> [SKIP][80] ([i915#2527]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@secure-batches: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#14544] / [i915#2527]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#2856]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@gen9_exec_parse@unaligned-access.html * igt@gen9_exec_parse@unaligned-jump: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#2527] / [i915#2856]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@gen9_exec_parse@unaligned-jump.html - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#2856]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-5/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_drm_fdinfo@busy-idle-check-all@rcs0: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#11527]) +6 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-1/igt@i915_drm_fdinfo@busy-idle-check-all@rcs0.html * igt@i915_drm_fdinfo@busy-idle-check-all@vcs0: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#11527]) +7 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@i915_drm_fdinfo@busy-idle-check-all@vcs0.html * igt@i915_drm_fdinfo@busy-idle-check-all@vcs1: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#11527]) +5 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@i915_drm_fdinfo@busy-idle-check-all@vcs1.html * igt@i915_drm_fdinfo@isolation@rcs0: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#14073]) +7 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@i915_drm_fdinfo@isolation@rcs0.html - shard-dg1: NOTRUN -> [SKIP][89] ([i915#14073]) +5 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-18/igt@i915_drm_fdinfo@isolation@rcs0.html * igt@i915_drm_fdinfo@virtual-busy-hang-all: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#14118]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@i915_drm_fdinfo@virtual-busy-hang-all.html - shard-dg1: NOTRUN -> [SKIP][91] ([i915#14118]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@i915_drm_fdinfo@virtual-busy-hang-all.html * igt@i915_module_load@reload-no-display: - shard-tglu: [PASS][92] -> [DMESG-WARN][93] ([i915#13029] / [i915#14545]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-5/igt@i915_module_load@reload-no-display.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@i915_module_load@reload-no-display.html * igt@i915_module_load@resize-bar: - shard-dg2: NOTRUN -> [DMESG-WARN][94] ([i915#14545]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][95] ([i915#7178]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-12/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][96] ([i915#6412]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@i915_module_load@resize-bar.html - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#6412]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][98] ([i915#6590]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rpm@system-suspend: - shard-rkl: NOTRUN -> [INCOMPLETE][99] ([i915#13356]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@thresholds: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#11681]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@i915_pm_rps@thresholds.html * igt@i915_pm_rps@thresholds-park: - shard-dg1: NOTRUN -> [SKIP][101] ([i915#11681]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@i915_pm_rps@thresholds-park.html - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#11681]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@i915_pm_rps@thresholds-park.html * igt@i915_query@test-query-geometry-subslices: - shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#5723]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html * igt@i915_suspend@debugfs-reader: - shard-glk: NOTRUN -> [INCOMPLETE][104] ([i915#16182] / [i915#4817]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk9/igt@i915_suspend@debugfs-reader.html - shard-rkl: [PASS][105] -> [ABORT][106] ([i915#15131] / [i915#15140]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-2/igt@i915_suspend@debugfs-reader.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-1/igt@i915_suspend@debugfs-reader.html * igt@i915_suspend@forcewake: - shard-dg2: [PASS][107] -> [INCOMPLETE][108] ([i915#4817]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-3/igt@i915_suspend@forcewake.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#4212]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-1: - shard-glk: [PASS][110] -> [FAIL][111] ([i915#14888]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk3/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-1.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk6/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-1.html * igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1: - shard-glk: [PASS][112] -> [INCOMPLETE][113] ([i915#12761]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk2/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk8/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-tglu-1: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/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-tglu: NOTRUN -> [SKIP][115] ([i915#1769] / [i915#3555]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-0: - shard-tglu-1: NOTRUN -> [SKIP][116] ([i915#5286]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +3 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html - shard-tglu: NOTRUN -> [SKIP][118] ([i915#5286]) +3 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#14544] / [i915#5286]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538] / [i915#5286]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [PASS][121] -> [FAIL][122] ([i915#15733] / [i915#5138]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#14544] / [i915#3638]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#3638]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip: - shard-tglu-1: NOTRUN -> [SKIP][125] ([i915#3828]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#3828]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html - shard-tglu: NOTRUN -> [SKIP][127] ([i915#3828]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3828]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#3828]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html - shard-rkl: NOTRUN -> [SKIP][130] ([i915#3828]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][131] +6 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-7/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3638]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#5190]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5190]) +5 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/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-180-hflip: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#4538]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1: - shard-glk10: NOTRUN -> [SKIP][136] +62 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk10/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#6095]) +14 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-edp-1.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#6095]) +54 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-8/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#10307] / [i915#6095]) +103 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#12313]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-18/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html - shard-tglu: NOTRUN -> [SKIP][141] ([i915#12313]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#12313]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html - shard-dg2: NOTRUN -> [SKIP][143] ([i915#12313]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#12313]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][146] ([i915#6095]) +174 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#14098] / [i915#14544] / [i915#6095]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#14544] / [i915#6095]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#6095]) +8 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1: - shard-glk11: NOTRUN -> [INCOMPLETE][150] ([i915#15582]) +1 other test incomplete [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk11/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs: - shard-tglu-1: NOTRUN -> [SKIP][151] ([i915#6095]) +29 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-glk10: NOTRUN -> [INCOMPLETE][152] ([i915#15582]) +1 other test incomplete [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk10/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#6095]) +67 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-tglu-1: NOTRUN -> [SKIP][154] ([i915#12313]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#14098] / [i915#6095]) +44 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3742]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html - shard-tglu: NOTRUN -> [SKIP][157] ([i915#3742]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#13781]) +3 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#11151] / [i915#7828]) +4 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html - shard-dg1: NOTRUN -> [SKIP][160] ([i915#11151] / [i915#7828]) +4 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-12/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][161] +13 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d: - shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#16471]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html * igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#16471]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#11151] / [i915#7828]) +9 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#11151] / [i915#7828]) +10 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#11151] / [i915#7828]) +7 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-3/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@vga-hpd-after-suspend: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#11151] / [i915#7828]) +2 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-after-suspend.html * igt@kms_content_protection@atomic: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#15865]) +3 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#15330]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html - shard-tglu: NOTRUN -> [SKIP][170] ([i915#15330]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#15330] / [i915#3116] / [i915#3299]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy: - shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#15865]) +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-0: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#15865]) +3 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@uevent-hdcp14: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#15865]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_content_protection@uevent-hdcp14.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][175] ([i915#13049]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#13049]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#13049]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-tglu: [PASS][178] -> [FAIL][179] ([i915#13566]) +1 other test fail [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_crc@cursor-onscreen-256x85: - shard-tglu-1: NOTRUN -> [FAIL][180] ([i915#13566]) +1 other test fail [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-256x85.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#13049]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-tglu-1: NOTRUN -> [SKIP][182] ([i915#13049]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-rkl: [PASS][183] -> [FAIL][184] ([i915#13566]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-128x42.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][185] ([i915#13566]) +5 other tests fail [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-tglu: NOTRUN -> [FAIL][186] ([i915#13566]) +3 other tests fail [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#13049]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#8814]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_crc@cursor-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][189] ([i915#12358] / [i915#14152] / [i915#7882]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk9/igt@kms_cursor_crc@cursor-suspend.html - shard-rkl: [PASS][190] -> [INCOMPLETE][191] ([i915#12358] / [i915#14152]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_cursor_crc@cursor-suspend.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [INCOMPLETE][192] ([i915#12358] / [i915#14152]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk9/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [INCOMPLETE][193] ([i915#12358] / [i915#14152]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#9809]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#4103]) +2 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#4103]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg1: NOTRUN -> [SKIP][197] ([i915#4103]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#16119] / [i915#4213]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg2: NOTRUN -> [SKIP][199] ([i915#4103]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#13046] / [i915#5354]) +5 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: NOTRUN -> [FAIL][201] ([i915#15804]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#9067]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][203] ([i915#14544] / [i915#9067]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-dg1: NOTRUN -> [SKIP][204] ([i915#9067]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-tglu: NOTRUN -> [SKIP][205] ([i915#9067]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-mtlp: NOTRUN -> [SKIP][206] ([i915#9067]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu: NOTRUN -> [SKIP][207] ([i915#4103]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][208] ([i915#3804]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_aux_dev@basic: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#1257]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_dp_aux_dev@basic.html * igt@kms_dp_link_training@non-uhbr-mst: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#13749] / [i915#14544]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: [PASS][211] -> [SKIP][212] ([i915#13749]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-10/igt@kms_dp_link_training@non-uhbr-sst.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_link_training@uhbr-sst: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#13748]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_dp_link_training@uhbr-sst.html - shard-dg1: NOTRUN -> [SKIP][214] ([i915#13748]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@kms_dp_link_training@uhbr-sst.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#13748]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_dp_link_training@uhbr-sst.html - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#13749]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-5/igt@kms_dp_link_training@uhbr-sst.html - shard-dg2: NOTRUN -> [SKIP][217] ([i915#13748]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_dp_link_training@uhbr-sst.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#13707]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_dp_linktrain_fallback@dsc-fallback.html - shard-rkl: NOTRUN -> [SKIP][219] ([i915#13707] / [i915#14544]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_dp_linktrain_fallback@dsc-fallback.html - shard-dg1: NOTRUN -> [SKIP][220] ([i915#13707]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@kms_dp_linktrain_fallback@dsc-fallback.html - shard-tglu: NOTRUN -> [SKIP][221] ([i915#13707]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@kms_dp_linktrain_fallback@dsc-fallback.html - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#13707]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-fractional-bpp-bigjoiner: - shard-tglu-1: NOTRUN -> [SKIP][223] ([i915#16361]) +2 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html * igt@kms_dsc@dsc-with-bpc-formats-ultrajoiner: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#16361]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@kms_dsc@dsc-with-bpc-formats-ultrajoiner.html * igt@kms_dsc@dsc-with-formats: - shard-tglu: NOTRUN -> [SKIP][225] ([i915#16361]) +4 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-10/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-formats-ultrajoiner: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#14544] / [i915#16361]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_dsc@dsc-with-formats-ultrajoiner.html - shard-dg1: NOTRUN -> [SKIP][227] ([i915#16361]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_dsc@dsc-with-formats-ultrajoiner.html - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#16361]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_dsc@dsc-with-formats-ultrajoiner.html * igt@kms_dsc@dsc-with-output-formats-bigjoiner: - shard-rkl: NOTRUN -> [SKIP][229] ([i915#16361]) +3 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglu: NOTRUN -> [SKIP][230] ([i915#3469]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#16081]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_feature_discovery@display-2x.html - shard-rkl: NOTRUN -> [SKIP][232] ([i915#16081]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_feature_discovery@display-2x.html - shard-dg1: NOTRUN -> [SKIP][233] ([i915#16081]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-18/igt@kms_feature_discovery@display-2x.html - shard-tglu: NOTRUN -> [SKIP][234] ([i915#16081]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_feature_discovery@display-2x.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#16081]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@psr2: - shard-tglu-1: NOTRUN -> [SKIP][236] ([i915#658]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-dpms-on-nop: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#14544] / [i915#9934]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-on-nop.html - shard-tglu: NOTRUN -> [SKIP][238] ([i915#9934]) +1 other test skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@kms_flip@2x-flip-vs-dpms-on-nop.html - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#9934]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_flip@2x-flip-vs-dpms-on-nop.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#9934]) +9 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#9934]) +4 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-18/igt@kms_flip@2x-plain-flip-interruptible.html - shard-tglu: NOTRUN -> [SKIP][242] ([i915#3637] / [i915#9934]) +6 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_flip@2x-plain-flip-interruptible.html - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#3637] / [i915#9934]) +3 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#9934]) +4 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@kms_flip@2x-plain-flip-ts-check.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-tglu-1: NOTRUN -> [SKIP][245] ([i915#3637] / [i915#9934]) +3 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][246] ([i915#12745] / [i915#4839]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk4/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a1: - shard-glk: NOTRUN -> [INCOMPLETE][247] ([i915#12745]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk4/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][248] ([i915#15643]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#15643]) +4 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html - shard-tglu: NOTRUN -> [SKIP][250] ([i915#15643]) +3 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/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-dg2: NOTRUN -> [SKIP][251] ([i915#15643]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html - shard-dg1: NOTRUN -> [SKIP][252] ([i915#15643]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#15643]) +1 other test skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#15643] / [i915#5190]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#15990] / [i915#8708]) +2 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#15990] / [i915#8708]) +4 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#15990] / [i915#8708]) +8 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#15991] / [i915#5354]) +35 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#1825]) +8 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-glk11: NOTRUN -> [INCOMPLETE][260] ([i915#10056]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk11/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][261] ([i915#15989]) +26 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-rkl: [PASS][262] -> [SKIP][263] ([i915#15989]) +6 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-indfb-draw-mmap-gtt.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-blt: - shard-glk: [PASS][264] -> [SKIP][265] +7 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-blt.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk2/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#15989]) +15 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-cur-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][267] +96 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-blt: - shard-dg2: [PASS][268] -> [SKIP][269] ([i915#15989]) +5 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-10/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-blt.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@fbchdr-stridechange: - shard-dg1: NOTRUN -> [SKIP][270] ([i915#15989]) +5 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@kms_frontbuffer_tracking@fbchdr-stridechange.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#15102]) +48 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite: - shard-tglu-1: NOTRUN -> [SKIP][272] +42 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render: - shard-dg1: NOTRUN -> [SKIP][273] ([i915#15102]) +16 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#15989]) +11 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-draw-render: - shard-tglu-1: NOTRUN -> [SKIP][275] ([i915#15102]) +17 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#15102]) +29 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][277] ([i915#15991]) +11 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#15990]) +25 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][279] ([i915#15990]) +11 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt: - shard-tglu-1: NOTRUN -> [SKIP][280] ([i915#15989]) +10 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][281] ([i915#15989]) +19 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-6/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#15104] / [i915#15990]) +3 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][283] ([i915#15102] / [i915#3023]) +20 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][284] +114 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html - shard-rkl: NOTRUN -> [SKIP][285] ([i915#14544] / [i915#1825]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][286] ([i915#15991] / [i915#1825]) +14 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][287] ([i915#14544]) +7 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][288] ([i915#15102]) +34 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][289] ([i915#15990]) +8 other tests skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-1/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-onoff: - shard-dg1: NOTRUN -> [SKIP][290] +36 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-19/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#15991]) +32 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psrhdr-rgb565-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][292] ([i915#14544] / [i915#15102]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-rgb565-draw-mmap-wc.html * igt@kms_hdr@bpc-switch: - shard-tglu-1: NOTRUN -> [SKIP][293] ([i915#3555] / [i915#8228]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][294] ([i915#14544] / [i915#3555] / [i915#8228]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_hdr@invalid-hdr.html - shard-tglu: NOTRUN -> [SKIP][295] ([i915#3555] / [i915#8228]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_hdr@invalid-hdr.html * igt@kms_joiner@basic-big-joiner: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#15460]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-1/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-rkl: NOTRUN -> [SKIP][297] ([i915#15459]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-tglu-1: NOTRUN -> [SKIP][298] ([i915#15458]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#15459]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][300] ([i915#15815]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-tglu: NOTRUN -> [SKIP][301] ([i915#15815]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-10/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-tglu: NOTRUN -> [SKIP][302] ([i915#6301]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_stress@stress-xrgb8888-yftiled: - shard-tglu: NOTRUN -> [SKIP][303] ([i915#14712]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-10/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html - shard-glk: NOTRUN -> [DMESG-FAIL][304] ([i915#118] / [i915#16396]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk1/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html - shard-rkl: NOTRUN -> [SKIP][305] ([i915#14712]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier: - shard-tglu: NOTRUN -> [SKIP][306] ([i915#15709]) +3 other tests skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier: - shard-rkl: NOTRUN -> [SKIP][307] ([i915#15709]) +5 other tests skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping: - shard-dg1: NOTRUN -> [SKIP][308] ([i915#15709]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-19/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#15709]) +5 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7: - shard-dg1: NOTRUN -> [SKIP][310] ([i915#16386]) +3 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html - shard-tglu: NOTRUN -> [SKIP][311] ([i915#16386]) +3 other tests skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5: - shard-rkl: NOTRUN -> [SKIP][312] ([i915#16386]) +3 other tests skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5.html * igt@kms_plane@pixel-format-y-tiled-modifier: - shard-mtlp: NOTRUN -> [SKIP][313] ([i915#15709]) +1 other test skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_plane@pixel-format-y-tiled-modifier.html * igt@kms_plane_lowres@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][314] ([i915#3555]) +2 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_plane_lowres@tiling-yf.html - shard-dg1: NOTRUN -> [SKIP][315] ([i915#3555]) +1 other test skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_plane_lowres@tiling-yf.html - shard-tglu: NOTRUN -> [SKIP][316] ([i915#3555]) +1 other test skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@kms_plane_lowres@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][317] ([i915#3555] / [i915#8821]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@2x-tiling-4: - shard-dg2: NOTRUN -> [SKIP][318] ([i915#13958]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_plane_multiple@2x-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][319] ([i915#13958]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-y: - shard-tglu-1: NOTRUN -> [SKIP][320] ([i915#13958]) +1 other test skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_scaling@intel-max-src-size: - shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#6953]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b: - shard-rkl: NOTRUN -> [SKIP][322] ([i915#14544] / [i915#15329]) +3 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][323] ([i915#15329]) +3 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-5: - shard-mtlp: NOTRUN -> [SKIP][324] ([i915#15329] / [i915#6953]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a: - shard-mtlp: NOTRUN -> [SKIP][325] ([i915#15329]) +3 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html * igt@kms_pm_backlight@basic-brightness: - shard-dg2: NOTRUN -> [SKIP][326] ([i915#12343] / [i915#5354]) +1 other test skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-7/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][327] ([i915#12343] / [i915#5354]) +1 other test skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html - shard-tglu: NOTRUN -> [SKIP][328] ([i915#12343] / [i915#9812]) +1 other test skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#13441]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-pageflip-negative: - shard-tglu-1: NOTRUN -> [SKIP][330] ([i915#9685]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_pm_dc@dc5-pageflip-negative.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#15948]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@kms_pm_dc@dc5-psr.html - shard-rkl: NOTRUN -> [SKIP][332] ([i915#15948]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: NOTRUN -> [SKIP][333] ([i915#15739]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][334] ([i915#15073]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-dg1: [PASS][335] -> [SKIP][336] ([i915#15073]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-18/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-tglu-1: NOTRUN -> [SKIP][337] ([i915#15073]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-mtlp: NOTRUN -> [SKIP][338] ([i915#15073]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@package-g7: - shard-rkl: NOTRUN -> [SKIP][339] ([i915#15403]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_pm_rpm@package-g7.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-glk: NOTRUN -> [INCOMPLETE][340] ([i915#10553]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk3/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][341] ([i915#6524]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][342] ([i915#6524]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-5/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#11520]) +7 other tests skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html - shard-snb: NOTRUN -> [SKIP][344] ([i915#11520]) +6 other tests skip [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-snb1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][345] ([i915#11520]) +12 other tests skip [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk5/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][346] ([i915#11520]) +4 other tests skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-16/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][347] ([i915#11520] / [i915#14544]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][348] ([i915#12316]) +5 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][349] ([i915#9808]) +1 other test skip [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-tglu-1: NOTRUN -> [SKIP][350] ([i915#11520]) +2 other tests skip [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - shard-tglu: NOTRUN -> [SKIP][351] ([i915#11520]) +9 other tests skip [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][352] ([i915#11520]) +11 other tests skip [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - shard-glk10: NOTRUN -> [SKIP][353] ([i915#11520]) +1 other test skip [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - shard-glk11: NOTRUN -> [SKIP][354] ([i915#11520]) +1 other test skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk11/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu-1: NOTRUN -> [SKIP][355] ([i915#9683]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][356] ([i915#9683]) +1 other test skip [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-sprite-plane-onoff: - shard-rkl: NOTRUN -> [SKIP][357] ([i915#1072] / [i915#9732]) +21 other tests skip [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_psr@fbc-pr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-cursor-blt: - shard-tglu-1: NOTRUN -> [SKIP][358] ([i915#9732]) +6 other tests skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_psr@fbc-psr2-cursor-blt.html * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][359] +501 other tests skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk5/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html * igt@kms_psr@pr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][360] ([i915#9732]) +19 other tests skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-10/igt@kms_psr@pr-sprite-mmap-cpu.html - shard-mtlp: NOTRUN -> [SKIP][361] ([i915#9688]) +6 other tests skip [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_psr@pr-sprite-mmap-cpu.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][362] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-cursor-plane-move: - shard-dg2: NOTRUN -> [SKIP][363] ([i915#1072] / [i915#9732]) +16 other tests skip [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-5/igt@kms_psr@psr2-cursor-plane-move.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][364] ([i915#1072] / [i915#9732]) +8 other tests skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-12/igt@kms_psr@psr2-sprite-mmap-gtt.html - shard-mtlp: NOTRUN -> [SKIP][365] ([i915#4077] / [i915#9688]) +1 other test skip [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-5/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglu-1: NOTRUN -> [SKIP][366] ([i915#15949]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-dg1: NOTRUN -> [SKIP][367] ([i915#5289]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][368] ([i915#5289]) +2 other tests skip [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-3/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][369] ([i915#12755] / [i915#15867] / [i915#5190]) +1 other test skip [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html - shard-mtlp: NOTRUN -> [SKIP][370] ([i915#12755] / [i915#15867]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][371] ([i915#5289]) +3 other tests skip [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu-1: NOTRUN -> [SKIP][372] ([i915#3555]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_selftest@drm_framebuffer: - shard-tglu: NOTRUN -> [ABORT][373] ([i915#13179]) +1 other test abort [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@kms_selftest@drm_framebuffer.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][374] ([i915#15106]) +6 other tests fail [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-snb6/igt@kms_setmode@basic.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][375] ([i915#3555]) +1 other test skip [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [INCOMPLETE][376] ([i915#12276]) +3 other tests incomplete [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk4/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][377] ([i915#9906]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-3/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-tglu-1: NOTRUN -> [SKIP][378] ([i915#9906]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@perf_pmu@module-unload: - shard-rkl: NOTRUN -> [ABORT][379] ([i915#15778]) [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][380] ([i915#13356] / [i915#14242] / [i915#16236]) [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk2/igt@perf_pmu@rc6-suspend.html - shard-rkl: NOTRUN -> [ABORT][381] ([i915#15131]) [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-1/igt@perf_pmu@rc6-suspend.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][382] ([i915#8516]) [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_udl@share-import: - shard-rkl: NOTRUN -> [SKIP][383] ([i915#16420]) [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@prime_udl@share-import.html * igt@prime_udl@share-import-addfb: - shard-mtlp: NOTRUN -> [SKIP][384] ([i915#16420]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-8/igt@prime_udl@share-import-addfb.html - shard-dg2: NOTRUN -> [SKIP][385] ([i915#16420]) [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@prime_udl@share-import-addfb.html - shard-rkl: NOTRUN -> [SKIP][386] ([i915#14544] / [i915#16420]) [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@prime_udl@share-import-addfb.html - shard-dg1: NOTRUN -> [SKIP][387] ([i915#16420]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@prime_udl@share-import-addfb.html - shard-tglu: NOTRUN -> [SKIP][388] ([i915#16420]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-7/igt@prime_udl@share-import-addfb.html * igt@prime_vgem@basic-read: - shard-dg2: NOTRUN -> [SKIP][389] ([i915#3291] / [i915#3708]) [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-8/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-flip-hang: - shard-glk11: NOTRUN -> [SKIP][390] +57 other tests skip [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk11/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][391] ([i915#3708]) [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@prime_vgem@fence-read-hang.html - shard-rkl: NOTRUN -> [SKIP][392] ([i915#3708]) [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-rkl: NOTRUN -> [SKIP][393] ([i915#14544] / [i915#9917]) [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][394] ([i915#9917]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6: - shard-tglu: NOTRUN -> [SKIP][395] ([i915#16066]) +9 other tests skip [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-9/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html * igt@sysfs_heartbeat_interval@precise: - shard-snb: NOTRUN -> [SKIP][396] +298 other tests skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-snb7/igt@sysfs_heartbeat_interval@precise.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][397] ([i915#4818]) [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@tools_test@sysfs_l3_parity.html - shard-dg1: NOTRUN -> [SKIP][398] ([i915#4818]) [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@suspend: - shard-dg1: [DMESG-WARN][399] ([i915#4423]) -> [PASS][400] [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg1-17/igt@gem_eio@suspend.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-13/igt@gem_eio@suspend.html * igt@gem_exec_big@single: - shard-mtlp: [FAIL][401] ([i915#15871]) -> [PASS][402] [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-mtlp-2/igt@gem_exec_big@single.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-4/igt@gem_exec_big@single.html * igt@gem_exec_gttfill@engines: - shard-dg2: [FAIL][403] ([i915#16503]) -> [PASS][404] [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-4/igt@gem_exec_gttfill@engines.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@gem_exec_gttfill@engines.html * igt@gem_exec_gttfill@engines@ccs0: - shard-dg2: [FAIL][405] -> [PASS][406] [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-4/igt@gem_exec_gttfill@engines@ccs0.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@gem_exec_gttfill@engines@ccs0.html * igt@gem_exec_gttfill@engines@vcs0: - shard-dg2: [CRASH][407] -> [PASS][408] +5 other tests pass [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-4/igt@gem_exec_gttfill@engines@vcs0.html [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-3/igt@gem_exec_gttfill@engines@vcs0.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [INCOMPLETE][409] ([i915#13356] / [i915#13820]) -> [PASS][410] +1 other test pass [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-1/igt@i915_pm_freq_api@freq-suspend@gt0.html [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-1/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_suspend@fence-restore-untiled: - shard-rkl: [INCOMPLETE][411] ([i915#4817]) -> [PASS][412] [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-4/igt@i915_suspend@fence-restore-untiled.html [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@i915_suspend@fence-restore-untiled.html * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-c-hdmi-a-1: - shard-glk: [FAIL][413] ([i915#14888]) -> [PASS][414] [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk3/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-c-hdmi-a-1.html [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk6/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-c-hdmi-a-1.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][415] ([i915#15733] / [i915#5138]) -> [PASS][416] [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1: - shard-rkl: [FAIL][417] ([i915#13566]) -> [PASS][418] +5 other tests pass [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html - shard-tglu: [FAIL][419] ([i915#13566]) -> [PASS][420] +3 other tests pass [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-snb: [ABORT][421] ([i915#15840]) -> [PASS][422] [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-snb1/igt@kms_fbcon_fbt@fbc-suspend.html [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-snb5/igt@kms_fbcon_fbt@fbc-suspend.html - shard-tglu: [ABORT][423] ([i915#15840]) -> [PASS][424] [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-7/igt@kms_fbcon_fbt@fbc-suspend.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-tglu: [FAIL][425] ([i915#13027]) -> [PASS][426] +1 other test pass [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-tglu-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-tglu-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1: - shard-mtlp: [FAIL][427] ([i915#13027]) -> [PASS][428] +1 other test pass [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-mtlp-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1.html [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1.html * igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move: - shard-glk: [SKIP][429] -> [PASS][430] +13 other tests pass [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move.html [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt: - shard-rkl: [SKIP][431] ([i915#15989]) -> [PASS][432] +3 other tests pass [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-1/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][433] ([i915#14544] / [i915#15073]) -> [PASS][434] [433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_pm_rpm@dpms-lpsp.html - shard-dg1: [SKIP][435] ([i915#15073]) -> [PASS][436] +4 other tests pass [435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg1-18/igt@kms_pm_rpm@dpms-lpsp.html [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-14/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: [SKIP][437] ([i915#15073]) -> [PASS][438] +2 other tests pass [437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress.html [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [SKIP][439] ([i915#15073]) -> [PASS][440] +2 other tests pass [439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp.html [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][441] ([i915#4349]) -> [PASS][442] +4 other tests pass [441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html #### Warnings #### * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-rkl: [SKIP][443] ([i915#14544] / [i915#4525]) -> [SKIP][444] ([i915#4525]) [443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-rkl: [SKIP][445] ([i915#14544] / [i915#3281]) -> [SKIP][446] ([i915#3281]) +1 other test skip [445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-wc-cpu-active: - shard-rkl: [SKIP][447] ([i915#3281]) -> [SKIP][448] ([i915#14544] / [i915#3281]) +3 other tests skip [447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@gem_exec_reloc@basic-wc-cpu-active.html [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_exec_reloc@basic-wc-cpu-active.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-rkl: [SKIP][449] ([i915#4613]) -> [SKIP][450] ([i915#14544] / [i915#4613]) [449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-random.html [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@random-engines: - shard-rkl: [SKIP][451] ([i915#14544] / [i915#4613]) -> [SKIP][452] ([i915#4613]) [451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gem_lmem_swapping@random-engines.html [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@gem_lmem_swapping@random-engines.html * igt@gem_partial_pwrite_pread@reads: - shard-rkl: [SKIP][453] ([i915#3282]) -> [SKIP][454] ([i915#14544] / [i915#3282]) +1 other test skip [453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@gem_partial_pwrite_pread@reads.html [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-rkl: [SKIP][455] ([i915#14544] / [i915#3282]) -> [SKIP][456] ([i915#3282]) +4 other tests skip [455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gem_partial_pwrite_pread@write-snoop.html [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-1/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-rkl: [SKIP][457] ([i915#14544] / [i915#8411]) -> [SKIP][458] ([i915#8411]) [457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gen9_exec_parse@bb-start-cmd: - shard-rkl: [SKIP][459] ([i915#2527]) -> [SKIP][460] ([i915#14544] / [i915#2527]) [459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-5/igt@gen9_exec_parse@bb-start-cmd.html [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: [SKIP][461] ([i915#14544] / [i915#2527]) -> [SKIP][462] ([i915#2527]) +1 other test skip [461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@gen9_exec_parse@bb-start-far.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-rkl: [SKIP][463] ([i915#14544] / [i915#5286]) -> [SKIP][464] ([i915#5286]) +1 other test skip [463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip: - shard-rkl: [SKIP][465] ([i915#14544] / [i915#3828]) -> [SKIP][466] ([i915#3828]) [465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html [466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-rkl: [SKIP][467] ([i915#3638]) -> [SKIP][468] ([i915#14544] / [i915#3638]) [467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-7/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html [468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-rkl: [SKIP][469] ([i915#14544] / [i915#3638]) -> [SKIP][470] ([i915#3638]) +1 other test skip [469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html [470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-rkl: [SKIP][471] ([i915#12313] / [i915#14544]) -> [SKIP][472] ([i915#12313]) [471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html [472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][473] ([i915#14544] / [i915#6095]) -> [SKIP][474] ([i915#6095]) +5 other tests skip [473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html [474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2: - shard-rkl: [SKIP][475] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][476] ([i915#14098] / [i915#6095]) +6 other tests skip [475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html [476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2: - shard-rkl: [SKIP][477] ([i915#6095]) -> [SKIP][478] ([i915#14544] / [i915#6095]) +2 other tests skip [477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html [478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-rkl: [SKIP][479] ([i915#14098] / [i915#6095]) -> [SKIP][480] ([i915#14098] / [i915#14544] / [i915#6095]) +5 other tests skip [479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html [480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_cdclk@plane-scaling: - shard-rkl: [SKIP][481] ([i915#14544] / [i915#3742]) -> [SKIP][482] ([i915#3742]) [481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_cdclk@plane-scaling.html [482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_audio@hdmi-audio-after-suspend: - shard-rkl: [SKIP][483] ([i915#11151]) -> [SKIP][484] ([i915#11151] / [i915#14544]) [483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-7/igt@kms_chamelium_audio@hdmi-audio-after-suspend.html [484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio-after-suspend.html * igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d: - shard-rkl: [SKIP][485] ([i915#14544] / [i915#16471]) -> [SKIP][486] ([i915#16471]) [485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html [486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html * igt@kms_chamelium_color_pipeline@plane-lut3d-green-only: - shard-rkl: [SKIP][487] ([i915#16471]) -> [SKIP][488] ([i915#14544] / [i915#16471]) [487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_chamelium_color_pipeline@plane-lut3d-green-only.html [488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut3d-green-only.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-rkl: [SKIP][489] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][490] ([i915#11151] / [i915#7828]) +3 other tests skip [489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_chamelium_frames@hdmi-frame-dump.html [490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: [SKIP][491] ([i915#11151] / [i915#7828]) -> [SKIP][492] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip [491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-2/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html [492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: [SKIP][493] ([i915#15330] / [i915#3116]) -> [SKIP][494] ([i915#14544] / [i915#15330] / [i915#3116]) [493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-1.html [494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy-hdcp14: - shard-rkl: [SKIP][495] ([i915#15865]) -> [SKIP][496] ([i915#14544] / [i915#15865]) [495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-7/igt@kms_content_protection@legacy-hdcp14.html [496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_content_protection@legacy-hdcp14.html * igt@kms_content_protection@type1: - shard-rkl: [SKIP][497] ([i915#14544] / [i915#15865]) -> [SKIP][498] ([i915#15865]) +1 other test skip [497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_content_protection@type1.html [498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_content_protection@type1.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: [SKIP][499] -> [SKIP][500] ([i915#14544]) +24 other tests skip [499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html [500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: [SKIP][501] ([i915#4103]) -> [SKIP][502] ([i915#14544] / [i915#4103]) [501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dsc@dsc-basic: - shard-rkl: [SKIP][503] ([i915#14544] / [i915#16361]) -> [SKIP][504] ([i915#16361]) +1 other test skip [503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_dsc@dsc-basic.html [504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: [SKIP][505] ([i915#16361]) -> [SKIP][506] ([i915#14544] / [i915#16361]) [505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html [506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_feature_discovery@display-3x: - shard-rkl: [SKIP][507] ([i915#14544] / [i915#16081]) -> [SKIP][508] ([i915#16081]) [507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_feature_discovery@display-3x.html [508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: [SKIP][509] ([i915#14544] / [i915#9934]) -> [SKIP][510] ([i915#9934]) +3 other tests skip [509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms.html [510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-suspend: - shard-glk: [INCOMPLETE][511] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][512] ([i915#12745] / [i915#4839] / [i915#6113]) [511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk6/igt@kms_flip@2x-flip-vs-suspend.html [512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk1/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-glk: [INCOMPLETE][513] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][514] ([i915#12314] / [i915#12745] / [i915#4839]) [513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk4/igt@kms_flip@flip-vs-suspend-interruptible.html [514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk8/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1: - shard-glk: [INCOMPLETE][515] ([i915#12745]) -> [INCOMPLETE][516] ([i915#12314] / [i915#12745]) [515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-glk4/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html [516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-glk8/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-rkl: [SKIP][517] ([i915#14544] / [i915#15643]) -> [SKIP][518] ([i915#15643]) +2 other tests skip [517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html [518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-rkl: [SKIP][519] ([i915#15643]) -> [SKIP][520] ([i915#14544] / [i915#15643]) +1 other test skip [519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html [520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: [SKIP][521] ([i915#1825]) -> [SKIP][522] ([i915#14544] / [i915#1825]) +1 other test skip [521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html [522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-dg1: [SKIP][523] ([i915#4423]) -> [SKIP][524] +1 other test skip [523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg1-17/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html [524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg1-17/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbchdr-tiling-4: - shard-rkl: [SKIP][525] ([i915#5439]) -> [SKIP][526] ([i915#14544] / [i915#5439]) [525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-tiling-4.html [526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-rkl: [SKIP][527] ([i915#15102] / [i915#3023]) -> [SKIP][528] ([i915#14544] / [i915#15102] / [i915#3023]) +5 other tests skip [527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html [528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: [SKIP][529] ([i915#15102]) -> [SKIP][530] ([i915#10433] / [i915#15102]) +3 other tests skip [529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html [530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move: - shard-dg2: [SKIP][531] ([i915#10433] / [i915#15102]) -> [SKIP][532] ([i915#15102]) [531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html [532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: [SKIP][533] ([i915#14544]) -> [SKIP][534] +33 other tests skip [533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html [534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: [SKIP][535] ([i915#14544] / [i915#15102]) -> [SKIP][536] ([i915#15102]) +12 other tests skip [535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-draw-mmap-cpu.html [536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte: - shard-rkl: [SKIP][537] ([i915#15102]) -> [SKIP][538] ([i915#14544] / [i915#15102]) +10 other tests skip [537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html [538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-rkl: [SKIP][539] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][540] ([i915#15102] / [i915#3023]) +5 other tests skip [539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html [540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: [SKIP][541] ([i915#12713] / [i915#16490]) -> [SKIP][542] ([i915#1187] / [i915#12713] / [i915#16490]) [541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-mtlp-7/igt@kms_hdr@brightness-with-hdr.html [542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: [INCOMPLETE][543] ([i915#15436]) -> [SKIP][544] ([i915#3555] / [i915#8228]) [543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html [544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-rkl: [SKIP][545] ([i915#14544] / [i915#15458]) -> [SKIP][546] ([i915#15458]) [545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html [546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: [SKIP][547] ([i915#14544] / [i915#6301]) -> [SKIP][548] ([i915#6301]) [547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html [548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_plane@pixel-format-y-tiled-ccs-modifier: - shard-rkl: [SKIP][549] ([i915#14544] / [i915#15709]) -> [SKIP][550] ([i915#15709]) +1 other test skip [549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html [550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-rkl: [SKIP][551] ([i915#13958] / [i915#14544]) -> [SKIP][552] ([i915#13958]) [551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-yf.html [552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][553] ([i915#15073]) -> [SKIP][554] ([i915#14544] / [i915#15073]) [553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp.html [554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-rkl: [SKIP][555] ([i915#11520] / [i915#14544]) -> [SKIP][556] ([i915#11520]) [555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html [556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-4/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@pr-cursor-mmap-cpu: - shard-rkl: [SKIP][557] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][558] ([i915#1072] / [i915#9732]) +7 other tests skip [557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_psr@pr-cursor-mmap-cpu.html [558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-8/igt@kms_psr@pr-cursor-mmap-cpu.html * igt@kms_psr@pr-primary-mmap-cpu: - shard-rkl: [SKIP][559] ([i915#1072] / [i915#9732]) -> [SKIP][560] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip [559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-3/igt@kms_psr@pr-primary-mmap-cpu.html [560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@kms_psr@pr-primary-mmap-cpu.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: [SKIP][561] ([i915#14544] / [i915#5289]) -> [SKIP][562] ([i915#5289]) [561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [562]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_vrr@flip-basic-fastset: - shard-rkl: [SKIP][563] ([i915#14544] / [i915#9906]) -> [SKIP][564] ([i915#9906]) [563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-6/igt@kms_vrr@flip-basic-fastset.html [564]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-5/igt@kms_vrr@flip-basic-fastset.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-rkl: [SKIP][565] ([i915#2436]) -> [SKIP][566] ([i915#14544] / [i915#2436]) [565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18799/shard-rkl-7/igt@perf@gen8-unprivileged-single-ctx-counters.html [566]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [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#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118 [i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [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#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761 [i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008 [i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027 [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363 [i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390 [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398 [i915#13441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13441 [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#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820 [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#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118 [i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152 [i915#14242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14242 [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#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702 [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712 [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#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131 [i915#15140]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15140 [i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329 [i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330 [i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403 [i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436 [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#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#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#15804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15804 [i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815 [i915#15840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15840 [i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865 [i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867 [i915#15871]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15871 [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#16066]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16066 [i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081 [i915#16119]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16119 [i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182 [i915#16236]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16236 [i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361 [i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386 [i915#16396]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16396 [i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420 [i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471 [i915#16490]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16490 [i915#16503]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16503 [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#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#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#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [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#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8997 -> IGTPW_15507 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_18799: 40a9450db040664b837f21ae4aeb5f9faecf7cd7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_15507: eacf0302094ae9cabb7dedfda5b348cca7957257 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8997: 8997 piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15507/index.html [-- Attachment #2: Type: text/html, Size: 190153 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-07-11 6:12 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-07-10 2:27 [PATCH i-g-t v4 1/2] intel-ci: Add audio/color chamelium tests Pranay Samala 2026-07-10 2:27 ` [PATCH i-g-t v4 2/2] intel-ci: Blocklist lud3d for display_ver < 35 Pranay Samala 2026-07-10 5:29 ` Sharma, Swati2 2026-07-10 4:30 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v4,1/2] intel-ci: Add audio/color chamelium tests Patchwork 2026-07-10 4:36 ` ✓ i915.CI.BAT: " Patchwork 2026-07-10 11:54 ` ✗ Xe.CI.FULL: failure " Patchwork 2026-07-11 6:11 ` ✗ i915.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox