* [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms
@ 2026-02-17 5:56 Pranay Samala
2026-02-17 12:29 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Pranay Samala @ 2026-02-17 5:56 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, sameer.lattannavar, pranay.samala
Optimize the modifier check by moving it outside the CRTC/Output loop.
This avoids redundancy and ensures the test is cleanly skipped.
Fixes: a4805b36cf23 ("tests/kms_plane: Skip unsupported modifiers")
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/kms_plane.c | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 362748cdb..f37b019d1 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -1489,18 +1489,14 @@ static void run_test(data_t *data, void (*test)(data_t *, enum pipe))
igt_crtc_t *crtc;
int count = 0;
+ igt_skip_on_f(((data->flags & TEST_PIXEL_FORMAT) &&
+ !igt_display_has_format_mod(&data->display,
+ DRM_FORMAT_XBGR8888, data->mod)),
+ "Skipping: Modifier " IGT_MODIFIER_FMT
+ " is not supported on this platform\n",
+ IGT_MODIFIER_ARGS(data->mod));
+
for_each_crtc_with_single_output(&data->display, crtc, data->output) {
- if ((data->flags & TEST_PIXEL_FORMAT) &&
- !igt_display_has_format_mod(&data->display,
- DRM_FORMAT_XBGR8888,
- data->mod)) {
- igt_info("Skipping: Modifier " IGT_MODIFIER_FMT
- " is not supported on pipe %s, output %s\n",
- IGT_MODIFIER_ARGS(data->mod),
- kmstest_pipe_name(crtc->pipe),
- igt_output_name(data->output));
- continue;
- }
igt_display_reset(&data->display);
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Xe.CI.BAT: success for tests/kms_plane: Optimize modifier check for unsupported platforms 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala @ 2026-02-17 12:29 ` Patchwork 2026-02-17 12:37 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2026-02-17 12:29 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1290 bytes --] == Series Details == Series: tests/kms_plane: Optimize modifier check for unsupported platforms URL : https://patchwork.freedesktop.org/series/161684/ State : success == Summary == CI Bug Log - changes from XEIGT_8755_BAT -> XEIGTPW_14561_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (14 -> 14) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_14561_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_waitfence@engine: - bat-dg2-oem2: [PASS][1] -> [FAIL][2] ([Intel XE#6519]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/bat-dg2-oem2/igt@xe_waitfence@engine.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/bat-dg2-oem2/igt@xe_waitfence@engine.html [Intel XE#6519]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6519 Build changes ------------- * IGT: IGT_8755 -> IGTPW_14561 IGTPW_14561: 14561 IGT_8755: 8755 xe-4565-32b409741f18c54cd98f942836d1f7bd9bc15366: 32b409741f18c54cd98f942836d1f7bd9bc15366 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/index.html [-- Attachment #2: Type: text/html, Size: 1852 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_plane: Optimize modifier check for unsupported platforms 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala 2026-02-17 12:29 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2026-02-17 12:37 ` Patchwork 2026-02-17 13:47 ` ✗ Xe.CI.FULL: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2026-02-17 12:37 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5343 bytes --] == Series Details == Series: tests/kms_plane: Optimize modifier check for unsupported platforms URL : https://patchwork.freedesktop.org/series/161684/ State : success == Summary == CI Bug Log - changes from IGT_8755 -> IGTPW_14561 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/index.html Participating hosts (42 -> 41) ------------------------------ Additional (1): bat-adls-6 Missing (2): bat-dg2-13 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_14561 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_lmem_swapping@parallel-random-engines: - bat-adls-6: NOTRUN -> [SKIP][1] ([i915#4613]) +3 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_tiled_pread_basic@basic: - bat-adls-6: NOTRUN -> [SKIP][2] ([i915#15656]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@gem_tiled_pread_basic@basic.html * igt@i915_selftest@live@mman: - bat-atsm-1: [PASS][3] -> [DMESG-FAIL][4] ([i915#14204]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/bat-atsm-1/igt@i915_selftest@live@mman.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-atsm-1/igt@i915_selftest@live@mman.html * igt@intel_hwmon@hwmon-read: - bat-adls-6: NOTRUN -> [SKIP][5] ([i915#7707]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@intel_hwmon@hwmon-read.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-adls-6: NOTRUN -> [SKIP][6] ([i915#4103]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-adls-6: NOTRUN -> [SKIP][7] ([i915#3555] / [i915#3840]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-adls-6: NOTRUN -> [SKIP][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pm_backlight@basic-brightness: - bat-adls-6: NOTRUN -> [SKIP][9] ([i915#5354]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-primary-mmap-gtt: - bat-adls-6: NOTRUN -> [SKIP][10] ([i915#1072] / [i915#9732]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_psr@psr-primary-mmap-gtt.html * igt@kms_setmode@basic-clone-single-crtc: - bat-adls-6: NOTRUN -> [SKIP][11] ([i915#3555]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-read: - bat-adls-6: NOTRUN -> [SKIP][12] ([i915#3291]) +2 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-adls-6/igt@prime_vgem@basic-fence-read.html #### Possible fixes #### * igt@i915_selftest@live@workarounds: - bat-arls-6: [DMESG-FAIL][13] ([i915#12061]) -> [PASS][14] +1 other test pass [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/bat-arls-6/igt@i915_selftest@live@workarounds.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-arls-6/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_selftest@live: - bat-atsm-1: [DMESG-FAIL][15] ([i915#12061]) -> [DMESG-FAIL][16] ([i915#12061] / [i915#14204]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/bat-atsm-1/igt@i915_selftest@live.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/bat-atsm-1/igt@i915_selftest@live.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#14204]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14204 [i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8755 -> IGTPW_14561 CI-20190529: 20190529 CI_DRM_17996: 32b409741f18c54cd98f942836d1f7bd9bc15366 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14561: 14561 IGT_8755: 8755 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/index.html [-- Attachment #2: Type: text/html, Size: 6558 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_plane: Optimize modifier check for unsupported platforms 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala 2026-02-17 12:29 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-02-17 12:37 ` ✓ i915.CI.BAT: " Patchwork @ 2026-02-17 13:47 ` Patchwork 2026-02-17 15:23 ` ✗ i915.CI.Full: " Patchwork 2026-02-18 3:57 ` [PATCH i-g-t] " Karthik B S 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2026-02-17 13:47 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 46200 bytes --] == Series Details == Series: tests/kms_plane: Optimize modifier check for unsupported platforms URL : https://patchwork.freedesktop.org/series/161684/ State : failure == Summary == CI Bug Log - changes from XEIGT_8755_FULL -> XEIGTPW_14561_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_14561_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_14561_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_14561_FULL: ### IGT changes ### #### Possible regressions #### * igt@kms_hdmi_inject@inject-audio: - shard-bmg: [PASS][1] -> [SKIP][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-1/igt@kms_hdmi_inject@inject-audio.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-3/igt@kms_hdmi_inject@inject-audio.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping: - shard-bmg: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html * igt@xe_exec_system_allocator@threads-many-malloc-busy-nomemset: - shard-bmg: [PASS][4] -> [ABORT][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-9/igt@xe_exec_system_allocator@threads-many-malloc-busy-nomemset.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@xe_exec_system_allocator@threads-many-malloc-busy-nomemset.html #### Warnings #### * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-bmg: [SKIP][6] ([Intel XE#4141]) -> [INCOMPLETE][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier: - shard-lnl: [SKIP][8] ([Intel XE#7250]) -> [SKIP][9] +23 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-7/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping: - shard-bmg: [SKIP][10] ([Intel XE#7111]) -> [SKIP][11] +20 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-10/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html Known issues ------------ Here are the changes found in XEIGTPW_14561_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@async-flip-with-page-flip-events-linear: - shard-lnl: [PASS][12] -> [FAIL][13] ([Intel XE#5993]) +3 other tests fail [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2327]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1407]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-4/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-16bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1477]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +3 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2314] / [Intel XE#2894]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#367]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-7/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2887]) +5 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-2/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2652] / [Intel XE#787]) +8 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/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][23] ([Intel XE#2887]) +8 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/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][24] ([Intel XE#2325]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-1/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_edid@vga-edid-read: - shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#373]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-3/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2252]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-dp-2: - shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#6969]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-dp-2.html * igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-dp-2: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#6969] / [Intel XE#7006]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-dp-2.html * igt@kms_content_protection@dp-mst-type-0-suspend-resume: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#6974]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html - shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#6974]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-4/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html * igt@kms_content_protection@srm@pipe-a-dp-1: - shard-bmg: NOTRUN -> [FAIL][31] ([Intel XE#3304]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-5/igt@kms_content_protection@srm@pipe-a-dp-1.html * igt@kms_content_protection@type1: - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2341]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-7/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1424]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2321]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-128x42: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2320]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#2321]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_edge_walk@256x256-right-edge: - shard-bmg: [PASS][37] -> [FAIL][38] ([Intel XE#6841]) +1 other test fail [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-4/igt@kms_cursor_edge_walk@256x256-right-edge.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_cursor_edge_walk@256x256-right-edge.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#309]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: - shard-lnl: [PASS][40] -> [FAIL][41] ([Intel XE#301]) +1 other test fail [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#7178]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#4141]) +11 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#656]) +5 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt: - shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#7061]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-4/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7061]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2311]) +13 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2313]) +10 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#6911]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_plane_multiple@2x-tiling-none: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#4596]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-6/igt@kms_plane_multiple@2x-tiling-none.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b: - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#6886]) +4 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html * igt@kms_pm_dc@dc6-psr: - shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2392]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@package-g7: - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#6813]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@kms_pm_rpm@package-g7.html * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#1406] / [Intel XE#1489]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1406] / [Intel XE#2893]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1128] / [Intel XE#1406]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-1/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-pr-primary-page-flip: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +8 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-7/igt@kms_psr@fbc-pr-primary-page-flip.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1127]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2330]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#3414] / [Intel XE#3904]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#3414] / [Intel XE#3904]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-6/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@basic: - shard-bmg: [PASS][63] -> [FAIL][64] ([Intel XE#6361]) +2 other tests fail [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_setmode@basic.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][65] ([Intel XE#6361]) +1 other test fail [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_setmode@basic@pipe-a-dp-2.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-lnl: [PASS][66] -> [FAIL][67] ([Intel XE#6361]) +2 other tests fail [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2509]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@xe_compute@ccs-mode-compute-kernel: - shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#6599]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@xe_compute@ccs-mode-compute-kernel.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2504]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-5/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug@basic-connect: - shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#4837]) +5 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-3/igt@xe_eudebug@basic-connect.html * igt@xe_eudebug@discovery-race-sigint: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#4837]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@xe_eudebug@discovery-race-sigint.html * igt@xe_eudebug_online@reset-with-attention: - shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#4837] / [Intel XE#6665]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-5/igt@xe_eudebug_online@reset-with-attention.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#688]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-bmg: [PASS][75] -> [INCOMPLETE][76] ([Intel XE#6321]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-mixed-threads-small-multi-queue: - shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#7140]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-4/igt@xe_evict@evict-mixed-threads-small-multi-queue.html * igt@xe_exec_basic@multigpu-once-basic-defer-bind: - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2322]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html * igt@xe_exec_basic@multigpu-once-null-defer-bind: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1392]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-1/igt@xe_exec_basic@multigpu-once-null-defer-bind.html * igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault: - shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#7136]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html * igt@xe_exec_fault_mode@twice-multi-queue-userptr: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#7136]) +7 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/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][82] ([Intel XE#6874]) +15 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-1/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html * igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#6874]) +6 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-2/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr-invalidate.html * igt@xe_exec_system_allocator@many-64k-mmap-shared-remap-dontunmap-eocheck: - shard-bmg: [PASS][84] -> [SKIP][85] ([Intel XE#6557] / [Intel XE#6703]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@xe_exec_system_allocator@many-64k-mmap-shared-remap-dontunmap-eocheck.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-mmap-shared-remap-dontunmap-eocheck.html * igt@xe_exec_system_allocator@many-execqueues-mmap-file-mlock-nomemset: - shard-bmg: [PASS][86] -> [SKIP][87] ([Intel XE#6703]) +87 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@xe_exec_system_allocator@many-execqueues-mmap-file-mlock-nomemset.html [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_system_allocator@many-execqueues-mmap-file-mlock-nomemset.html * igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma: - shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#6196]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma.html * igt@xe_exec_system_allocator@process-many-large-mmap-shared-remap-dontunmap-eocheck: - shard-bmg: [PASS][89] -> [DMESG-FAIL][90] ([Intel XE#6652]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-7/igt@xe_exec_system_allocator@process-many-large-mmap-shared-remap-dontunmap-eocheck.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_system_allocator@process-many-large-mmap-shared-remap-dontunmap-eocheck.html * igt@xe_exec_system_allocator@threads-many-execqueues-mmap-free-race-nomemset: - shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#6703]) +9 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-execqueues-mmap-free-race-nomemset.html * igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr: - shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#7138]) +5 other tests skip [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr.html * igt@xe_exec_threads@threads-multi-queue-fd-userptr: - shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#7138]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-5/igt@xe_exec_threads@threads-multi-queue-fd-userptr.html * igt@xe_mmap@vram: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1416]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@xe_mmap@vram.html * igt@xe_multigpu_svm@mgpu-concurrent-access-basic: - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#6964]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-7/igt@xe_multigpu_svm@mgpu-concurrent-access-basic.html * igt@xe_pat@pat-index-xelp: - shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2245]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-8/igt@xe_pat@pat-index-xelp.html * igt@xe_pm@d3cold-multiple-execs: - shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#2284]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-3/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@vram-d3cold-threshold: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#579]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-4/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#944]) +2 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-7/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_sriov_admin@bulk-preempt-timeout-vfs-disabled: - shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#7174]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@xe_sriov_admin@bulk-preempt-timeout-vfs-disabled.html * igt@xe_survivability@i2c-functionality: - shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#6529]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-7/igt@xe_survivability@i2c-functionality.html #### Possible fixes #### * igt@kms_atomic_transition@plane-all-transition: - shard-bmg: [DMESG-FAIL][102] ([Intel XE#5545]) -> [PASS][103] [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@kms_atomic_transition@plane-all-transition.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-5/igt@kms_atomic_transition@plane-all-transition.html * igt@kms_pm_dc@dc6-dpms: - shard-lnl: [FAIL][104] ([Intel XE#718]) -> [PASS][105] [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-6/igt@kms_pm_dc@dc6-dpms.html [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-5/igt@kms_pm_dc@dc6-dpms.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [FAIL][106] ([Intel XE#4459]) -> [PASS][107] +1 other test pass [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: [INCOMPLETE][108] ([Intel XE#6321]) -> [PASS][109] [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@xe_evict@evict-beng-mixed-many-threads-small.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: - shard-bmg: [SKIP][110] ([Intel XE#6703]) -> [PASS][111] +13 other tests pass [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html * igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early: - shard-bmg: [ABORT][112] -> [PASS][113] [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html #### Warnings #### * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-bmg: [SKIP][114] ([Intel XE#6703]) -> [SKIP][115] ([Intel XE#2327]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-bmg: [SKIP][116] ([Intel XE#1124]) -> [SKIP][117] ([Intel XE#6703]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-bmg: [SKIP][118] ([Intel XE#6703]) -> [SKIP][119] ([Intel XE#1124]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-9/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs: - shard-bmg: [SKIP][120] ([Intel XE#2887]) -> [SKIP][121] ([Intel XE#6703]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-bmg: [SKIP][122] ([Intel XE#2252]) -> [SKIP][123] ([Intel XE#6703]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-bmg: [SKIP][124] ([Intel XE#4156]) -> [SKIP][125] ([Intel XE#6703]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-10/igt@kms_fbcon_fbt@fbc-suspend.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-bmg: [SKIP][126] ([Intel XE#7178]) -> [SKIP][127] ([Intel XE#6703]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-blt: - shard-bmg: [SKIP][128] ([Intel XE#6703]) -> [SKIP][129] ([Intel XE#2311]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-blt.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][130] ([Intel XE#2311]) -> [SKIP][131] ([Intel XE#6703]) +4 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][132] ([Intel XE#4141]) -> [SKIP][133] ([Intel XE#6703]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-bmg: [SKIP][134] ([Intel XE#2352]) -> [SKIP][135] ([Intel XE#6703]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-tiling-y.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [SKIP][136] ([Intel XE#2313]) -> [SKIP][137] ([Intel XE#6703]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier: - shard-bmg: [SKIP][138] ([Intel XE#7111]) -> [SKIP][139] ([Intel XE#6703]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-9/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - shard-bmg: [SKIP][140] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][141] ([Intel XE#1406] / [Intel XE#6703]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-bmg: [SKIP][142] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) -> [SKIP][143] ([Intel XE#1406] / [Intel XE#6703]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-5/igt@kms_psr@pr-cursor-plane-onoff.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_psr@pr-sprite-plane-onoff: - shard-bmg: [SKIP][144] ([Intel XE#1406] / [Intel XE#6703]) -> [SKIP][145] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@kms_psr@pr-sprite-plane-onoff.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@kms_psr@pr-sprite-plane-onoff.html * igt@kms_scaling_modes@scaling-mode-full: - shard-bmg: [SKIP][146] ([Intel XE#2413]) -> [SKIP][147] ([Intel XE#6703]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-1/igt@kms_scaling_modes@scaling-mode-full.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_sharpness_filter@filter-suspend: - shard-bmg: [SKIP][148] ([Intel XE#6503]) -> [SKIP][149] ([Intel XE#6703]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-10/igt@kms_sharpness_filter@filter-suspend.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@kms_sharpness_filter@filter-suspend.html * igt@xe_eudebug@basic-vm-access-faultable: - shard-bmg: [SKIP][150] ([Intel XE#4837]) -> [SKIP][151] ([Intel XE#6703]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-8/igt@xe_eudebug@basic-vm-access-faultable.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_eudebug@basic-vm-access-faultable.html * igt@xe_eudebug@basic-vm-bind-ufence-delay-ack: - shard-bmg: [SKIP][152] ([Intel XE#6703]) -> [SKIP][153] ([Intel XE#4837]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html * igt@xe_eudebug_online@set-breakpoint-sigint-debugger: - shard-bmg: [SKIP][154] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][155] ([Intel XE#6703]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html * igt@xe_evict@evict-small-multi-queue-priority-cm: - shard-bmg: [SKIP][156] ([Intel XE#7140]) -> [SKIP][157] ([Intel XE#6703]) [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-priority-cm.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_evict@evict-small-multi-queue-priority-cm.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind: - shard-bmg: [SKIP][158] ([Intel XE#2322]) -> [SKIP][159] ([Intel XE#6703]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate: - shard-bmg: [SKIP][160] ([Intel XE#6874]) -> [SKIP][161] ([Intel XE#6703]) +2 other tests skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-4/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html * igt@xe_exec_multi_queue@one-queue-userptr: - shard-bmg: [SKIP][162] ([Intel XE#6703]) -> [SKIP][163] ([Intel XE#6874]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_exec_multi_queue@one-queue-userptr.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-10/igt@xe_exec_multi_queue@one-queue-userptr.html * igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-invalidate-race: - shard-bmg: [SKIP][164] ([Intel XE#7138]) -> [SKIP][165] ([Intel XE#6703]) [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-invalidate-race.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-invalidate-race.html * igt@xe_pxp@regular-src-to-pxp-dest-rendercopy: - shard-bmg: [SKIP][166] ([Intel XE#4733]) -> [SKIP][167] ([Intel XE#6703]) [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8755/shard-bmg-2/igt@xe_pxp@regular-src-to-pxp-dest-rendercopy.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/shard-bmg-2/igt@xe_pxp@regular-src-to-pxp-dest-rendercopy.html [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#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#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416 [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#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#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#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [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#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156 [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459 [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596 [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733 [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837 [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993 [Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196 [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321 [Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361 [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503 [Intel XE#6529]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6529 [Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599 [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652 [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665 [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703 [Intel XE#6813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6813 [Intel XE#6841]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6841 [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874 [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#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911 [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964 [Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969 [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974 [Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006 [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061 [Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111 [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136 [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138 [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140 [Intel XE#7174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7174 [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#7250]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7250 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 Build changes ------------- * IGT: IGT_8755 -> IGTPW_14561 IGTPW_14561: 14561 IGT_8755: 8755 xe-4565-32b409741f18c54cd98f942836d1f7bd9bc15366: 32b409741f18c54cd98f942836d1f7bd9bc15366 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14561/index.html [-- Attachment #2: Type: text/html, Size: 55054 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_plane: Optimize modifier check for unsupported platforms 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala ` (2 preceding siblings ...) 2026-02-17 13:47 ` ✗ Xe.CI.FULL: failure " Patchwork @ 2026-02-17 15:23 ` Patchwork 2026-02-18 3:57 ` [PATCH i-g-t] " Karthik B S 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2026-02-17 15:23 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 138750 bytes --] == Series Details == Series: tests/kms_plane: Optimize modifier check for unsupported platforms URL : https://patchwork.freedesktop.org/series/161684/ State : failure == Summary == CI Bug Log - changes from IGT_8755_full -> IGTPW_14561_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_14561_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_14561_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_14561/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_14561_full: ### IGT changes ### #### Possible regressions #### * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-rkl: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier: - shard-dg2: NOTRUN -> [SKIP][3] +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping: - shard-tglu-1: NOTRUN -> [SKIP][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier: - shard-tglu: NOTRUN -> [SKIP][5] +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html * igt@kms_plane@pixel-format-yf-tiled-modifier: - shard-rkl: NOTRUN -> [SKIP][6] +8 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_plane@pixel-format-yf-tiled-modifier.html - shard-dg1: NOTRUN -> [SKIP][7] +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_plane@pixel-format-yf-tiled-modifier.html - shard-mtlp: NOTRUN -> [SKIP][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@kms_plane@pixel-format-yf-tiled-modifier.html #### Warnings #### * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier: - shard-mtlp: [SKIP][9] ([i915#8825]) -> [SKIP][10] +21 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-5/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier: - shard-dg2: [SKIP][11] ([i915#8825]) -> [SKIP][12] +26 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-8/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier: - shard-tglu: [SKIP][13] ([i915#8825]) -> [SKIP][14] +19 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-tglu-2/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier: - shard-rkl: [SKIP][15] ([i915#14544] / [i915#8825]) -> [SKIP][16] +2 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier: - shard-rkl: [SKIP][17] ([i915#8825]) -> [SKIP][18] +9 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html * igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping: - shard-dg1: [SKIP][19] ([i915#8825]) -> [SKIP][20] +22 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-13/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html New tests --------- New tests have been introduced between IGT_8755_full and IGTPW_14561_full: ### New IGT tests (5) ### * igt@kms_cursor_edge_walk@256x256-left-edge@pipe-a-dp-3: - Statuses : 1 pass(s) - Exec time: [3.46] s * igt@kms_cursor_edge_walk@256x256-left-edge@pipe-d-dp-3: - Statuses : 1 pass(s) - Exec time: [3.32] s * igt@kms_cursor_edge_walk@64x64-right-edge@pipe-a-dp-3: - Statuses : 1 pass(s) - Exec time: [3.49] s * igt@kms_cursor_edge_walk@64x64-right-edge@pipe-d-dp-3: - Statuses : 1 pass(s) - Exec time: [3.36] s * igt@kms_cursor_edge_walk@64x64-top-bottom@pipe-c-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [3.25] s Known issues ------------ Here are the changes found in IGTPW_14561_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][21] ([i915#8411]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#11078]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_buddy@drm_buddy: - shard-tglu: NOTRUN -> [SKIP][23] ([i915#15678]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@drm_buddy@drm_buddy.html * igt@gem_close_race@multigpu-basic-process: - shard-rkl: NOTRUN -> [SKIP][24] ([i915#7697]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_close_race@multigpu-basic-process.html - shard-tglu-1: NOTRUN -> [SKIP][25] ([i915#7697]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#6335]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@gem_create@create-ext-cpu-access-big.html - shard-dg2: NOTRUN -> [FAIL][27] ([i915#15454]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-tglu: NOTRUN -> [SKIP][28] ([i915#6335]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-9/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-tglu: NOTRUN -> [SKIP][29] ([i915#8562]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@legacy-engines-mixed: - shard-snb: NOTRUN -> [SKIP][30] ([i915#1099]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb5/igt@gem_ctx_persistence@legacy-engines-mixed.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][31] ([i915#7975]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@gem_eio@hibernate.html * igt@gem_eio@kms: - shard-rkl: [PASS][32] -> [DMESG-WARN][33] ([i915#13363]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-5/igt@gem_eio@kms.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_eio@kms.html - shard-tglu-1: NOTRUN -> [DMESG-WARN][34] ([i915#13363]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-balancer: - shard-tglu-1: NOTRUN -> [SKIP][35] ([i915#4525]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@parallel-dmabuf-import-out-fence: - shard-rkl: NOTRUN -> [SKIP][36] ([i915#4525]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html * igt@gem_exec_capture@capture-invisible: - shard-tglu: NOTRUN -> [SKIP][37] ([i915#6334]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture-recoverable: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#6344]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@gem_exec_capture@capture-recoverable.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3539]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-wb-pro-default: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@gem_exec_flush@basic-wb-pro-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#5107]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-wc: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#14544] / [i915#3281]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-wc.html * igt@gem_exec_reloc@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +3 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-5/igt@gem_exec_reloc@basic-gtt.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +15 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281]) +5 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) +4 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@preempt-queue: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4812]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@gem_exec_schedule@preempt-queue.html - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_suspend@basic-s3: - shard-rkl: NOTRUN -> [INCOMPLETE][49] ([i915#13356]) +1 other test incomplete [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_exec_suspend@basic-s3.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-threaded-none.html - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4860]) +1 other test skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613]) +4 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4613]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html - shard-dg1: NOTRUN -> [SKIP][55] ([i915#12193]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4565]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#4613]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@smem-oom: - shard-glk: NOTRUN -> [SKIP][58] ([i915#4613]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: NOTRUN -> [INCOMPLETE][59] ([i915#5493]) +1 other test incomplete [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_media_vme: - shard-tglu: NOTRUN -> [SKIP][60] ([i915#284]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@gem_media_vme.html * igt@gem_mmap@short-mmap: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4083]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@gem_mmap@short-mmap.html * igt@gem_mmap_wc@write-cpu-read-wc: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4083]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@gem_mmap_wc@write-cpu-read-wc.html * igt@gem_mmap_wc@write-read-distinct: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#4083]) +3 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@gem_mmap_wc@write-read-distinct.html * igt@gem_partial_pwrite_pread@reads: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#3282]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_partial_pwrite_pread@reads.html - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#3282]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-8/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-rkl: NOTRUN -> [SKIP][66] ([i915#14544] / [i915#3282]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][67] ([i915#3282]) +8 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@fail-invalid-protected-context: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4270]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-5/igt@gem_pxp@fail-invalid-protected-context.html - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4270]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu: NOTRUN -> [SKIP][70] ([i915#13398]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@hw-rejects-pxp-context: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#13717]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_pxp@hw-rejects-pxp-context.html - shard-tglu-1: NOTRUN -> [SKIP][72] ([i915#13398]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: [PASS][73] -> [SKIP][74] ([i915#4270]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#8428]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html - shard-dg2: NOTRUN -> [SKIP][76] ([i915#5190] / [i915#8428]) +3 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#4079]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@gem_set_tiling_vs_gtt.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4885]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_blits@basic: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#4077]) +7 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-5/igt@gem_tiled_blits@basic.html * igt@gem_tiled_partial_pwrite_pread@reads: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4077]) +6 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@gem_tiled_partial_pwrite_pread@reads.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#4077]) +8 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#4879]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@gem_unfence_active_buffers.html - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#4879]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-sync: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#3297]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#3282] / [i915#3297]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@readonly-unsync: - shard-tglu-1: NOTRUN -> [SKIP][87] ([i915#3297]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#3281] / [i915#3297]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#3297] / [i915#4958]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu: NOTRUN -> [SKIP][90] ([i915#3297]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen7_exec_parse@chained-batch: - shard-rkl: NOTRUN -> [SKIP][91] +24 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@bb-secure: - shard-tglu: NOTRUN -> [SKIP][92] ([i915#2527] / [i915#2856]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@bb-start-param: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@gen9_exec_parse@bb-start-param.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu-1: NOTRUN -> [SKIP][94] ([i915#2527] / [i915#2856]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@shadow-peek: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#2527]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@fault-injection: - shard-mtlp: NOTRUN -> [ABORT][96] ([i915#15342] / [i915#15481]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@i915_module_load@fault-injection.html * igt@i915_module_load@fault-injection@__uc_init: - shard-mtlp: NOTRUN -> [ABORT][97] ([i915#15481]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@i915_module_load@fault-injection@__uc_init.html * igt@i915_module_load@fault-injection@intel_connector_register: - shard-snb: NOTRUN -> [ABORT][98] ([i915#15342]) +1 other test abort [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb4/igt@i915_module_load@fault-injection@intel_connector_register.html - shard-tglu: NOTRUN -> [ABORT][99] ([i915#15342]) +1 other test abort [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@i915_module_load@fault-injection@intel_connector_register.html - shard-mtlp: NOTRUN -> [DMESG-WARN][100] ([i915#15342]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@i915_module_load@fault-injection@intel_connector_register.html * igt@i915_module_load@fault-injection@intel_guc_ct_init: - shard-snb: NOTRUN -> [SKIP][101] +86 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb4/igt@i915_module_load@fault-injection@intel_guc_ct_init.html * igt@i915_module_load@fault-injection@uc_fw_rsa_data_create: - shard-tglu: NOTRUN -> [SKIP][102] ([i915#15479]) +4 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][103] ([i915#8399]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#6590]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: NOTRUN -> [WARN][105] ([i915#13790] / [i915#2681]) +1 other test warn [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#14498]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@system-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][107] ([i915#13356]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk6/igt@i915_pm_rpm@system-suspend.html - shard-rkl: [PASS][108] -> [INCOMPLETE][109] ([i915#13356]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@i915_pm_rpm@system-suspend.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#11681] / [i915#6621]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@i915_pm_rps@basic-api.html * igt@i915_power@sanity: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#7984]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@i915_power@sanity.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#6245]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#6188]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-7/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_selftest@live@workarounds: - shard-dg2: [PASS][114] -> [DMESG-FAIL][115] ([i915#12061]) +1 other test dmesg-fail [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-11/igt@i915_selftest@live@workarounds.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@debugfs-reader: - shard-rkl: [PASS][116] -> [INCOMPLETE][117] ([i915#4817]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@i915_suspend@debugfs-reader.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@i915_suspend@debugfs-reader.html * igt@i915_suspend@fence-restore-untiled: - shard-glk: [PASS][118] -> [INCOMPLETE][119] ([i915#4817]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-glk1/igt@i915_suspend@fence-restore-untiled.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk6/igt@i915_suspend@fence-restore-untiled.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#14544] / [i915#7707]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@intel_hwmon@hwmon-read.html - shard-tglu: NOTRUN -> [SKIP][121] ([i915#7707]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@intel_hwmon@hwmon-read.html - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#7707]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4212]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][124] ([i915#12454] / [i915#12712]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#12454] / [i915#12712]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4212]) +1 other test skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][127] ([i915#12761] / [i915#14995]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-tglu: NOTRUN -> [SKIP][128] ([i915#9531]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-tglu: NOTRUN -> [SKIP][129] ([i915#1769] / [i915#3555]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][130] ([i915#1769] / [i915#3555]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-mtlp: [PASS][131] -> [FAIL][132] ([i915#5956]) +1 other test fail [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#5286]) +6 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5286]) +2 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#5286]) +4 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#5286]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: [PASS][137] -> [FAIL][138] ([i915#5138]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][139] +10 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#3638]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#4538] / [i915#5190]) +4 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#3638]) +5 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#5190]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][144] +12 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][146] ([i915#6095]) +223 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#6095]) +46 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-3.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#6095]) +59 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#6095]) +39 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#6095]) +85 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#10307] / [i915#6095]) +124 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#12313]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][154] ([i915#12313]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#6095]) +24 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs@pipe-c-edp-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [INCOMPLETE][156] ([i915#15582]) +1 other test incomplete [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk6/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#14098] / [i915#6095]) +64 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#14544] / [i915#3742]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#13781]) +3 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_cdclk@plane-scaling@pipe-c-dp-3: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#13783]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-c-dp-3.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#11151] / [i915#7828]) +9 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html - shard-dg1: NOTRUN -> [SKIP][162] ([i915#11151] / [i915#7828]) +2 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_hpd@dp-hpd: - shard-tglu-1: NOTRUN -> [SKIP][163] ([i915#11151] / [i915#7828]) +2 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#11151] / [i915#7828]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-6/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html - shard-dg2: NOTRUN -> [SKIP][165] ([i915#11151] / [i915#7828]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-7/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#11151] / [i915#7828]) +8 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#6944] / [i915#9424]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_content_protection@atomic-dpms.html - shard-dg2: NOTRUN -> [SKIP][168] ([i915#6944] / [i915#7118] / [i915#9424]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html - shard-tglu-1: NOTRUN -> [SKIP][169] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#6944] / [i915#7116] / [i915#9424]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic-hdcp14: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#6944]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_content_protection@atomic-hdcp14.html * igt@kms_content_protection@atomic-hdcp14@pipe-a-dp-3: - shard-dg2: NOTRUN -> [FAIL][172] ([i915#7173]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_content_protection@atomic-hdcp14@pipe-a-dp-3.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#15330] / [i915#3116] / [i915#3299]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#15330] / [i915#3299]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-0-suspend-resume: - shard-tglu: NOTRUN -> [SKIP][175] ([i915#15330]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#15330] / [i915#3116] / [i915#3299]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-1: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#6944] / [i915#9424]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@suspend-resume: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#6944]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_content_protection@suspend-resume.html * igt@kms_content_protection@type1: - shard-tglu: NOTRUN -> [SKIP][179] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#6944] / [i915#7118] / [i915#9424]) +2 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_content_protection@uevent.html * igt@kms_content_protection@uevent-hdcp14: - shard-tglu: NOTRUN -> [SKIP][181] ([i915#6944]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-6/igt@kms_content_protection@uevent-hdcp14.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][182] ([i915#3555]) +2 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#8814]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-random-128x42: - shard-tglu: [PASS][184] -> [FAIL][185] ([i915#13566]) +1 other test fail [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-tglu-4/igt@kms_cursor_crc@cursor-random-128x42.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@kms_cursor_crc@cursor-random-128x42.html * igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][186] ([i915#13566]) +1 other test fail [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#8814]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#3555]) +4 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html - shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#3555]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#13049]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555]) +2 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][192] ([i915#13049]) +1 other test skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg1: NOTRUN -> [SKIP][193] ([i915#13049]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-tglu: NOTRUN -> [SKIP][194] ([i915#13049]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#13049]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg2: NOTRUN -> [SKIP][196] ([i915#13049]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-rkl: [PASS][197] -> [FAIL][198] ([i915#13566]) +1 other test fail [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-64x21.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-tglu: NOTRUN -> [SKIP][199] ([i915#4103]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [FAIL][200] ([i915#15564]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-tglu: NOTRUN -> [SKIP][201] +47 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#13046] / [i915#5354]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#9809]) +1 other test skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg1: NOTRUN -> [SKIP][204] ([i915#4103] / [i915#4213]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#9723]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#3804]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][207] ([i915#1257]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_dp_aux_dev.html - shard-tglu: NOTRUN -> [SKIP][208] ([i915#1257]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_dp_aux_dev.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#13749]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_link_training@uhbr-sst: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#13748]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_dp_link_training@uhbr-sst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][211] ([i915#13707] / [i915#14544]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#8812]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-fractional-bpp: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#3840]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#3840]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_dsc@dsc-with-bpc-formats.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#3840]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#3840]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][217] ([i915#9878]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk1/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#3469]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-tglu: NOTRUN -> [SKIP][219] ([i915#2065] / [i915#4854]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#14544] / [i915#1839]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-tglu: NOTRUN -> [SKIP][221] ([i915#9337]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-absolute-wf_vblank@ac-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][222] ([i915#12314]) +1 other test incomplete [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk5/igt@kms_flip@2x-absolute-wf_vblank@ac-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3637] / [i915#9934]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html - shard-dg2: NOTRUN -> [SKIP][224] ([i915#9934]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html * igt@kms_flip@2x-flip-vs-dpms-on-nop: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#9934]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_flip@2x-flip-vs-dpms-on-nop.html - shard-tglu: NOTRUN -> [SKIP][226] ([i915#9934]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_flip@2x-flip-vs-dpms-on-nop.html - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#9934]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@kms_flip@2x-flip-vs-dpms-on-nop.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#3637] / [i915#9934]) +5 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-glk10: NOTRUN -> [INCOMPLETE][229] ([i915#12745] / [i915#4839]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk10/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk10: NOTRUN -> [INCOMPLETE][230] ([i915#4839]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk10/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#9934]) +8 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-tglu: NOTRUN -> [SKIP][232] ([i915#3637] / [i915#9934]) +4 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-4/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#15643]) +5 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#15643]) +2 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#15643]) +4 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#15643] / [i915#5190]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#3555] / [i915#8810] / [i915#8813]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#8810] / [i915#8813]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][239] ([i915#15643]) +2 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-dg1: NOTRUN -> [SKIP][240] ([i915#15643]) +4 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][241] ([i915#15643]) +2 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_force_connector_basic@force-load-detect: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#15672]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt: - shard-dg2: [PASS][243] -> [FAIL][244] ([i915#15389]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2: [PASS][245] -> [FAIL][246] ([i915#15389] / [i915#6880]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2: NOTRUN -> [FAIL][247] ([i915#15389] / [i915#6880]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#8708]) +6 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#8708]) +4 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#8708]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-tglu-1: NOTRUN -> [SKIP][251] +24 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-glk10: NOTRUN -> [INCOMPLETE][252] ([i915#10056]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk10/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#15102]) +4 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html - shard-dg1: NOTRUN -> [SKIP][254] ([i915#15102]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#15104]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#15102] / [i915#3458]) +7 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-render: - shard-glk10: NOTRUN -> [SKIP][257] +30 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][258] ([i915#15102]) +20 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#15102] / [i915#3023]) +18 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][260] ([i915#14544] / [i915#1825]) +2 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][261] +24 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][262] ([i915#1825]) +47 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#1825]) +9 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][264] ([i915#15102] / [i915#3458]) +5 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][265] ([i915#14544] / [i915#15102]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#15102]) +1 other test skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][267] ([i915#14544] / [i915#15102] / [i915#3023]) +4 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#5354]) +14 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#15102]) +13 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#3555] / [i915#8228]) +1 other test skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@brightness-with-hdr: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#12713]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_hdr@brightness-with-hdr.html - shard-tglu: NOTRUN -> [SKIP][272] ([i915#12713]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#3555] / [i915#8228]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-5/igt@kms_hdr@static-toggle.html - shard-rkl: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8228]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_hdr@static-toggle.html - shard-dg1: NOTRUN -> [SKIP][275] ([i915#3555] / [i915#8228]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_hdr@static-toggle.html - shard-mtlp: NOTRUN -> [SKIP][276] ([i915#12713] / [i915#3555] / [i915#8228]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-8/igt@kms_hdr@static-toggle.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg2: [PASS][277] -> [SKIP][278] ([i915#15459]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-11/igt@kms_joiner@basic-force-big-joiner.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-3/igt@kms_joiner@basic-force-big-joiner.html - shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#15459]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-max-non-joiner: - shard-tglu: NOTRUN -> [SKIP][280] ([i915#13688]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-9/igt@kms_joiner@basic-max-non-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#15460]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_joiner@invalid-modeset-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][282] ([i915#15460]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#15459]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-rkl: NOTRUN -> [SKIP][284] ([i915#15458]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][285] ([i915#4816]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-dg1: NOTRUN -> [SKIP][286] ([i915#1839]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-tglu: NOTRUN -> [SKIP][287] ([i915#1839]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#6301]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_stress@stress-xrgb8888-yftiled: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#14712]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][290] ([i915#13026]) +1 other test incomplete [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk1/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a: - shard-rkl: [PASS][291] -> [INCOMPLETE][292] ([i915#14412]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html * igt@kms_plane_alpha_blend@constant-alpha-max: - shard-glk: NOTRUN -> [FAIL][293] ([i915#10647] / [i915#12169]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@kms_plane_alpha_blend@constant-alpha-max.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][294] ([i915#10647]) +1 other test fail [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_multiple@2x-tiling-none: - shard-rkl: NOTRUN -> [SKIP][295] ([i915#13958]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_plane_multiple@2x-tiling-none.html * igt@kms_plane_multiple@2x-tiling-y: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#13958]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-7/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-tglu-1: NOTRUN -> [SKIP][297] ([i915#13958]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a: - shard-dg1: NOTRUN -> [SKIP][298] ([i915#15329]) +4 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-tglu: NOTRUN -> [SKIP][299] ([i915#15329] / [i915#3555]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b: - shard-tglu: NOTRUN -> [SKIP][300] ([i915#15329]) +3 other tests skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5: - shard-mtlp: NOTRUN -> [SKIP][301] ([i915#15329] / [i915#3555] / [i915#6953]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a: - shard-mtlp: NOTRUN -> [SKIP][302] ([i915#15329]) +3 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a.html * igt@kms_pm_backlight@bad-brightness: - shard-rkl: NOTRUN -> [SKIP][303] ([i915#5354]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][304] ([i915#9812]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-4/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-tglu: NOTRUN -> [SKIP][305] ([i915#9685]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-9/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][306] ([i915#9685]) +2 other tests skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc5-retention-flops: - shard-rkl: NOTRUN -> [SKIP][307] ([i915#3828]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_lpsp@kms-lpsp: - shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#3828]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg1: [PASS][309] -> [SKIP][310] ([i915#15073]) +1 other test skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-18/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-tglu: NOTRUN -> [SKIP][311] ([i915#15073]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [PASS][312] -> [SKIP][313] ([i915#15073]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-crc-hybrid: - shard-dg1: NOTRUN -> [SKIP][314] ([i915#6524]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-12/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - shard-glk: NOTRUN -> [SKIP][315] ([i915#11520]) +6 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk5/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][316] ([i915#11520]) +8 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html - shard-mtlp: NOTRUN -> [SKIP][317] ([i915#12316]) +4 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - shard-rkl: NOTRUN -> [SKIP][318] ([i915#11520]) +11 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-glk10: NOTRUN -> [SKIP][319] ([i915#11520]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-snb: NOTRUN -> [SKIP][320] ([i915#11520]) +3 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb4/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][321] ([i915#11520]) +8 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][322] ([i915#11520]) +7 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-14/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - shard-tglu-1: NOTRUN -> [SKIP][323] ([i915#11520]) +2 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][324] ([i915#9683]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-cursor-plane-onoff: - shard-rkl: NOTRUN -> [SKIP][325] ([i915#1072] / [i915#9732]) +25 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_psr@fbc-pr-cursor-plane-onoff.html * igt@kms_psr@fbc-psr-dpms: - shard-mtlp: NOTRUN -> [SKIP][326] ([i915#9688]) +5 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_psr@fbc-psr-dpms.html * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][327] +312 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html * igt@kms_psr@pr-basic: - shard-tglu: NOTRUN -> [SKIP][328] ([i915#9732]) +17 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_psr@pr-basic.html * igt@kms_psr@pr-cursor-render: - shard-tglu-1: NOTRUN -> [SKIP][329] ([i915#9732]) +8 other tests skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_psr@pr-cursor-render.html * igt@kms_psr@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][330] ([i915#1072] / [i915#14544] / [i915#9732]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_psr@psr-suspend.html * igt@kms_psr@psr2-cursor-blt: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#1072] / [i915#9732]) +8 other tests skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@kms_psr@psr2-cursor-blt.html * igt@kms_psr@psr2-sprite-blt: - shard-dg1: NOTRUN -> [SKIP][332] ([i915#1072] / [i915#9732]) +10 other tests skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_psr@psr2-sprite-blt.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglu-1: NOTRUN -> [SKIP][333] ([i915#9685]) +1 other test skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][334] ([i915#5289]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][335] ([i915#5289]) +2 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-dg1: NOTRUN -> [SKIP][336] ([i915#5289]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-16/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-tglu: NOTRUN -> [SKIP][337] ([i915#5289]) +1 other test skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][338] ([i915#12755]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html - shard-mtlp: NOTRUN -> [SKIP][339] ([i915#12755]) +1 other test skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-2/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][340] ([i915#3555]) +5 other tests skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_selftest@drm_framebuffer: - shard-glk: NOTRUN -> [ABORT][341] ([i915#13179]) +1 other test abort [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@kms_selftest@drm_framebuffer.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][342] ([i915#15106]) +2 other tests fail [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb4/igt@kms_setmode@basic.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][343] ([i915#8623]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@kms_tiled_display@basic-test-pattern.html - shard-glk: NOTRUN -> [FAIL][344] ([i915#10959]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk9/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@ts-continuation-suspend: - shard-rkl: [PASS][345] -> [INCOMPLETE][346] ([i915#12276]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-5/igt@kms_vblank@ts-continuation-suspend.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend.html * igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [INCOMPLETE][347] ([i915#12276]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][348] ([i915#9906]) +1 other test skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-5/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@lobf: - shard-dg1: NOTRUN -> [SKIP][349] ([i915#11920]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-tglu: NOTRUN -> [SKIP][350] ([i915#3555] / [i915#9906]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-3/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg2: NOTRUN -> [SKIP][351] ([i915#9906]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-rkl: NOTRUN -> [SKIP][352] ([i915#9906]) +1 other test skip [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-tglu-1: NOTRUN -> [SKIP][353] ([i915#9906]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-dg1: NOTRUN -> [SKIP][354] ([i915#9906]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-mtlp: NOTRUN -> [SKIP][355] ([i915#8808] / [i915#9906]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-mtlp: [PASS][356] -> [FAIL][357] ([i915#4349]) +1 other test fail [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-7/igt@perf_pmu@busy-idle-check-all@ccs0.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-8/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@module-unload: - shard-tglu: NOTRUN -> [FAIL][358] ([i915#14433]) [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-tglu: NOTRUN -> [SKIP][359] ([i915#8516]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-2/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-read: - shard-rkl: NOTRUN -> [SKIP][360] ([i915#3291] / [i915#3708]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@fence-read-hang: - shard-rkl: NOTRUN -> [SKIP][361] ([i915#14544] / [i915#3708]) [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-rkl: NOTRUN -> [SKIP][362] ([i915#3708]) [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@bind-unbind-vf@vf-1: - shard-tglu-1: NOTRUN -> [FAIL][363] ([i915#12910]) +9 other tests fail [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-1/igt@sriov_basic@bind-unbind-vf@vf-1.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][364] ([i915#9917]) +1 other test skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random: - shard-tglu: NOTRUN -> [FAIL][365] ([i915#12910]) +18 other tests fail [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-4/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random.html #### Possible fixes #### * igt@gem_exec_balancer@individual: - shard-mtlp: [FAIL][366] -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-6/igt@gem_exec_balancer@individual.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-5/igt@gem_exec_balancer@individual.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-mtlp: [DMESG-WARN][368] ([i915#15478]) -> [PASS][369] +1 other test pass [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-7/igt@gem_mmap_offset@clear-via-pagefault.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@gem_mmap_offset@clear-via-pagefault.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][370] ([i915#13729] / [i915#13821]) -> [PASS][371] [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-snb4/igt@i915_pm_rps@reset.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb5/igt@i915_pm_rps@reset.html - shard-mtlp: [ABORT][372] -> [PASS][373] [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-8/igt@i915_pm_rps@reset.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@i915_pm_rps@reset.html * igt@i915_selftest@live: - shard-mtlp: [INCOMPLETE][374] ([i915#15176]) -> [PASS][375] [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-7/igt@i915_selftest@live.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_mocs: - shard-dg1: [ABORT][376] -> [PASS][377] +1 other test pass [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-12/igt@i915_selftest@live@gt_mocs.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-17/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@gt_pm: - shard-mtlp: [INCOMPLETE][378] -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-7/igt@i915_selftest@live@gt_pm.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html * igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1: - shard-glk: [INCOMPLETE][380] ([i915#12761]) -> [PASS][381] [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-glk6/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html * igt@kms_atomic@plane-immutable-zpos@pipe-a-hdmi-a-1: - shard-snb: [FAIL][382] -> [PASS][383] +1 other test pass [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-snb6/igt@kms_atomic@plane-immutable-zpos@pipe-a-hdmi-a-1.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-snb4/igt@kms_atomic@plane-immutable-zpos@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [FAIL][384] ([i915#5956]) -> [PASS][385] +1 other test pass [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-3/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-8/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [FAIL][386] ([i915#5138]) -> [PASS][387] [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_cursor_crc@cursor-onscreen-64x21: - shard-rkl: [FAIL][388] ([i915#13566]) -> [PASS][389] +3 other tests pass [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-64x21.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-64x21.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-tglu: [FAIL][390] ([i915#13566]) -> [PASS][391] +7 other tests pass [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-128x42.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2: - shard-rkl: [INCOMPLETE][392] ([i915#12358] / [i915#14152]) -> [PASS][393] +1 other test pass [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-dg2: [FAIL][394] ([i915#2346]) -> [PASS][395] [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_flip@flip-vs-suspend: - shard-rkl: [INCOMPLETE][396] ([i915#6113]) -> [PASS][397] [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_flip@flip-vs-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move: - shard-dg2: [FAIL][398] ([i915#15389] / [i915#6880]) -> [PASS][399] [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-rkl: [INCOMPLETE][400] ([i915#10056]) -> [PASS][401] [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-suspend.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: [SKIP][402] ([i915#3555] / [i915#8228]) -> [PASS][403] +1 other test pass [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [SKIP][404] ([i915#15073]) -> [PASS][405] [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@i2c: - shard-dg1: [DMESG-WARN][406] ([i915#4423]) -> [PASS][407] +1 other test pass [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-16/igt@kms_pm_rpm@i2c.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-13/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][408] ([i915#15073]) -> [PASS][409] +1 other test pass [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [SKIP][410] ([i915#14544] / [i915#15073]) -> [PASS][411] [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-rkl: [INCOMPLETE][412] ([i915#14419]) -> [PASS][413] [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_pm_rpm@system-suspend-modeset.html #### Warnings #### * igt@drm_buddy@drm_buddy: - shard-rkl: [SKIP][414] ([i915#14544] / [i915#15678]) -> [SKIP][415] ([i915#15678]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@drm_buddy@drm_buddy.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@drm_buddy@drm_buddy.html * igt@gem_ctx_sseu@mmap-args: - shard-rkl: [SKIP][416] ([i915#280]) -> [SKIP][417] ([i915#14544] / [i915#280]) [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@parallel-bb-first: - shard-rkl: [SKIP][418] ([i915#14544] / [i915#4525]) -> [SKIP][419] ([i915#4525]) +1 other test skip [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gem_exec_balancer@parallel-bb-first.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@gem_exec_balancer@parallel-bb-first.html * igt@gem_exec_reloc@basic-active: - shard-rkl: [SKIP][420] ([i915#14544] / [i915#3281]) -> [SKIP][421] ([i915#3281]) +4 other tests skip [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gem_exec_reloc@basic-active.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: [SKIP][422] ([i915#3281]) -> [SKIP][423] ([i915#14544] / [i915#3281]) +1 other test skip [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-cpu.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_huc_copy@huc-copy: - shard-rkl: [SKIP][424] ([i915#2190]) -> [SKIP][425] ([i915#14544] / [i915#2190]) [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@gem_huc_copy@huc-copy.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-rkl: [SKIP][426] ([i915#14544] / [i915#4613]) -> [SKIP][427] ([i915#4613]) [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_media_vme: - shard-rkl: [SKIP][428] ([i915#14544] / [i915#284]) -> [SKIP][429] ([i915#284]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gem_media_vme.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@gem_media_vme.html * igt@gem_pread@snoop: - shard-rkl: [SKIP][430] ([i915#3282]) -> [SKIP][431] ([i915#14544] / [i915#3282]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@gem_pread@snoop.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_pread@snoop.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-rkl: [SKIP][432] ([i915#13717]) -> [SKIP][433] ([i915#13717] / [i915#14544]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@gem_pxp@hw-rejects-pxp-buffer.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_tiled_partial_pwrite_pread@writes: - shard-rkl: [SKIP][434] ([i915#14544] / [i915#3282]) -> [SKIP][435] ([i915#3282]) +1 other test skip [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gem_tiled_partial_pwrite_pread@writes.html [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@gem_tiled_partial_pwrite_pread@writes.html * igt@gen9_exec_parse@allowed-single: - shard-rkl: [SKIP][436] ([i915#14544] / [i915#2527]) -> [SKIP][437] ([i915#2527]) [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@gen9_exec_parse@allowed-single.html [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: [SKIP][438] ([i915#2527]) -> [SKIP][439] ([i915#14544] / [i915#2527]) [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@gen9_exec_parse@batch-invalid-length.html [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@gen9_exec_parse@batch-invalid-length.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: [SKIP][440] ([i915#14544] / [i915#8399]) -> [SKIP][441] ([i915#8399]) [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: [SKIP][442] ([i915#5723]) -> [SKIP][443] ([i915#14544] / [i915#5723]) [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@i915_query@test-query-geometry-subslices.html [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@i915_query@test-query-geometry-subslices.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-rkl: [SKIP][444] ([i915#14544] / [i915#5286]) -> [SKIP][445] ([i915#5286]) +1 other test skip [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-rkl: [SKIP][446] ([i915#3638]) -> [SKIP][447] ([i915#14544] / [i915#3638]) [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-270.html [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: [SKIP][448] ([i915#14544] / [i915#3638]) -> [SKIP][449] ([i915#3638]) +1 other test skip [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-rkl: [SKIP][450] ([i915#12313]) -> [SKIP][451] ([i915#12313] / [i915#14544]) +1 other test skip [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2: - shard-rkl: [SKIP][452] ([i915#14544] / [i915#6095]) -> [SKIP][453] ([i915#6095]) +1 other test skip [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2: - shard-rkl: [SKIP][454] ([i915#6095]) -> [SKIP][455] ([i915#14544] / [i915#6095]) [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2.html [455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2: - shard-rkl: [SKIP][456] ([i915#14098] / [i915#6095]) -> [SKIP][457] ([i915#14098] / [i915#14544] / [i915#6095]) +1 other test skip [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html [457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs: - shard-rkl: [SKIP][458] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][459] ([i915#14098] / [i915#6095]) +4 other tests skip [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html [459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: [SKIP][460] ([i915#12313] / [i915#14544]) -> [SKIP][461] ([i915#12313]) +1 other test skip [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html [461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-rkl: [SKIP][462] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][463] ([i915#11151] / [i915#7828]) +5 other tests skip [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_chamelium_audio@dp-audio-edid.html [463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-rkl: [SKIP][464] ([i915#11151] / [i915#7828]) -> [SKIP][465] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip [464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd-storm.html [465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_content_protection@atomic-hdcp14: - shard-dg2: [SKIP][466] ([i915#6944]) -> [FAIL][467] ([i915#7173]) [466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-1/igt@kms_content_protection@atomic-hdcp14.html [467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-11/igt@kms_content_protection@atomic-hdcp14.html * igt@kms_content_protection@legacy: - shard-dg2: [FAIL][468] ([i915#7173]) -> [SKIP][469] ([i915#6944] / [i915#7118] / [i915#9424]) [468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-11/igt@kms_content_protection@legacy.html [469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-1/igt@kms_content_protection@legacy.html * igt@kms_content_protection@mei-interface: - shard-rkl: [SKIP][470] ([i915#14544] / [i915#6944] / [i915#9424]) -> [SKIP][471] ([i915#6944] / [i915#9424]) [470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_content_protection@mei-interface.html [471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_content_protection@mei-interface.html - shard-dg1: [SKIP][472] ([i915#9433]) -> [SKIP][473] ([i915#6944] / [i915#9424]) [472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-13/igt@kms_content_protection@mei-interface.html [473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-rkl: [SKIP][474] ([i915#3555]) -> [SKIP][475] ([i915#14544] / [i915#3555]) [474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x32.html [475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_display_modes@extended-mode-basic: - shard-rkl: [SKIP][476] ([i915#13691] / [i915#14544]) -> [SKIP][477] ([i915#13691]) [476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_display_modes@extended-mode-basic.html [477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-1/igt@kms_display_modes@extended-mode-basic.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][478] ([i915#3955]) -> [SKIP][479] ([i915#14544] / [i915#3955]) [478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_fbcon_fbt@psr.html [479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-rkl: [SKIP][480] ([i915#9934]) -> [SKIP][481] ([i915#14544] / [i915#9934]) +1 other test skip [480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@kms_flip@2x-blocking-absolute-wf_vblank.html [481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-rkl: [SKIP][482] ([i915#14544] / [i915#9934]) -> [SKIP][483] ([i915#9934]) +3 other tests skip [482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_flip@2x-wf_vblank-ts-check.html [483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: - shard-rkl: [SKIP][484] ([i915#14544] / [i915#15643]) -> [SKIP][485] ([i915#15643]) +1 other test skip [484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html [485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-rkl: [SKIP][486] ([i915#15643]) -> [SKIP][487] ([i915#14544] / [i915#15643]) [486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: [SKIP][488] -> [SKIP][489] ([i915#14544]) +3 other tests skip [488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html [489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: [SKIP][490] ([i915#5439]) -> [SKIP][491] ([i915#14544] / [i915#5439]) [490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html [491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite: - shard-rkl: [SKIP][492] ([i915#14544] / [i915#15102]) -> [SKIP][493] ([i915#15102]) +1 other test skip [492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html [493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu: - shard-rkl: [SKIP][494] ([i915#15102]) -> [SKIP][495] ([i915#14544] / [i915#15102]) [494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html [495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt: - shard-dg2: [SKIP][496] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][497] ([i915#15102] / [i915#3458]) +2 other tests skip [496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html [497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: [SKIP][498] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][499] ([i915#15102] / [i915#3023]) +8 other tests skip [498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html [499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: - shard-rkl: [SKIP][500] ([i915#14544]) -> [SKIP][501] +7 other tests skip [500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html [501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][502] ([i915#15102] / [i915#3458]) -> [SKIP][503] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip [502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-rkl: [SKIP][504] ([i915#15102] / [i915#3023]) -> [SKIP][505] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip [504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-rte.html [505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite: - shard-rkl: [SKIP][506] ([i915#14544] / [i915#1825]) -> [SKIP][507] ([i915#1825]) +9 other tests skip [506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html [507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move: - shard-rkl: [SKIP][508] ([i915#1825]) -> [SKIP][509] ([i915#14544] / [i915#1825]) +6 other tests skip [508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html [509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: [SKIP][510] ([i915#1187] / [i915#12713]) -> [SKIP][511] ([i915#12713]) [510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html [511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-mtlp-8/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: [ABORT][512] ([i915#15132]) -> [SKIP][513] ([i915#3555] / [i915#8228]) [512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-1/igt@kms_hdr@static-toggle-suspend.html [513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_hdr@static-toggle-suspend.html * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping: - shard-rkl: [SKIP][514] ([i915#8825]) -> [SKIP][515] ([i915#14544]) [514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html [515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html * igt@kms_plane_multiple@2x-tiling-4: - shard-rkl: [SKIP][516] ([i915#13958]) -> [SKIP][517] ([i915#13958] / [i915#14544]) [516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-4.html [517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-y: - shard-rkl: [SKIP][518] ([i915#13958] / [i915#14544]) -> [SKIP][519] ([i915#13958]) [518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-y.html [519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-5/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-rkl: [SKIP][520] ([i915#14544] / [i915#15329] / [i915#3555]) -> [SKIP][521] ([i915#15329] / [i915#3555]) [520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html [521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b: - shard-rkl: [SKIP][522] ([i915#14544] / [i915#15329]) -> [SKIP][523] ([i915#15329]) +2 other tests skip [522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html [523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-rkl: [SKIP][524] ([i915#11520] / [i915#14544]) -> [SKIP][525] ([i915#11520]) +1 other test skip [524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html [525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - shard-rkl: [SKIP][526] ([i915#11520]) -> [SKIP][527] ([i915#11520] / [i915#14544]) +1 other test skip [526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-3/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html [527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - shard-dg1: [SKIP][528] ([i915#11520]) -> [SKIP][529] ([i915#11520] / [i915#4423]) [528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-dg1-17/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html [529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-dg1-18/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html * igt@kms_psr@fbc-psr2-primary-mmap-gtt: - shard-rkl: [SKIP][530] ([i915#1072] / [i915#9732]) -> [SKIP][531] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip [530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-2/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html [531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html * igt@kms_psr@fbc-psr2-suspend: - shard-rkl: [SKIP][532] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][533] ([i915#1072] / [i915#9732]) +9 other tests skip [532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_psr@fbc-psr2-suspend.html [533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_psr@fbc-psr2-suspend.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-rkl: [SKIP][534] ([i915#14544] / [i915#3555]) -> [SKIP][535] ([i915#3555]) +2 other tests skip [534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html [535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_vrr@flipline: - shard-rkl: [SKIP][536] ([i915#14544] / [i915#15243] / [i915#3555]) -> [SKIP][537] ([i915#15243] / [i915#3555]) [536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@kms_vrr@flipline.html [537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-7/igt@kms_vrr@flipline.html * igt@kms_vrr@negative-basic: - shard-rkl: [SKIP][538] ([i915#3555] / [i915#9906]) -> [SKIP][539] ([i915#14544] / [i915#3555] / [i915#9906]) [538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-8/igt@kms_vrr@negative-basic.html [539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-6/igt@kms_vrr@negative-basic.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: [SKIP][540] ([i915#14544] / [i915#2433]) -> [SKIP][541] ([i915#2433]) [540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html [541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-8/igt@perf@unprivileged-single-ctx-counters.html * igt@prime_vgem@fence-flip-hang: - shard-rkl: [SKIP][542] ([i915#14544] / [i915#3708]) -> [SKIP][543] ([i915#3708]) [542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8755/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html [543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/shard-rkl-2/igt@prime_vgem@fence-flip-hang.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#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169 [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193 [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358 [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712 [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#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910 [i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026 [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#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688 [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717 [i915#13729]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13729 [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#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790 [i915#13821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13821 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152 [i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412 [i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419 [i915#14433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14433 [i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498 [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544 [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712 [i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995 [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#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132 [i915#15176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15176 [i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243 [i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329 [i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330 [i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342 [i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389 [i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454 [i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458 [i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459 [i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460 [i915#15478]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15478 [i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479 [i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481 [i915#15564]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15564 [i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582 [i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643 [i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672 [i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#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#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [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#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958 [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107 [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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113 [i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188 [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8755 -> IGTPW_14561 CI-20190529: 20190529 CI_DRM_17996: 32b409741f18c54cd98f942836d1f7bd9bc15366 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14561: 14561 IGT_8755: 8755 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14561/index.html [-- Attachment #2: Type: text/html, Size: 182997 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala ` (3 preceding siblings ...) 2026-02-17 15:23 ` ✗ i915.CI.Full: " Patchwork @ 2026-02-18 3:57 ` Karthik B S 4 siblings, 0 replies; 6+ messages in thread From: Karthik B S @ 2026-02-18 3:57 UTC (permalink / raw) To: Pranay Samala, igt-dev; +Cc: sameer.lattannavar On 2/17/2026 11:26 AM, Pranay Samala wrote: > Optimize the modifier check by moving it outside the CRTC/Output loop. > This avoids redundancy and ensures the test is cleanly skipped. > > Fixes: a4805b36cf23 ("tests/kms_plane: Skip unsupported modifiers") > Signed-off-by: Pranay Samala <pranay.samala@intel.com> Reviewed-by: Karthik B S <karthik.b.s@intel.com> > --- > tests/kms_plane.c | 18 +++++++----------- > 1 file changed, 7 insertions(+), 11 deletions(-) > > diff --git a/tests/kms_plane.c b/tests/kms_plane.c > index 362748cdb..f37b019d1 100644 > --- a/tests/kms_plane.c > +++ b/tests/kms_plane.c > @@ -1489,18 +1489,14 @@ static void run_test(data_t *data, void (*test)(data_t *, enum pipe)) > igt_crtc_t *crtc; > int count = 0; > > + igt_skip_on_f(((data->flags & TEST_PIXEL_FORMAT) && > + !igt_display_has_format_mod(&data->display, > + DRM_FORMAT_XBGR8888, data->mod)), > + "Skipping: Modifier " IGT_MODIFIER_FMT > + " is not supported on this platform\n", > + IGT_MODIFIER_ARGS(data->mod)); > + > for_each_crtc_with_single_output(&data->display, crtc, data->output) { > - if ((data->flags & TEST_PIXEL_FORMAT) && > - !igt_display_has_format_mod(&data->display, > - DRM_FORMAT_XBGR8888, > - data->mod)) { > - igt_info("Skipping: Modifier " IGT_MODIFIER_FMT > - " is not supported on pipe %s, output %s\n", > - IGT_MODIFIER_ARGS(data->mod), > - kmstest_pipe_name(crtc->pipe), > - igt_output_name(data->output)); > - continue; > - } > > igt_display_reset(&data->display); > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-18 3:57 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-02-17 5:56 [PATCH i-g-t] tests/kms_plane: Optimize modifier check for unsupported platforms Pranay Samala 2026-02-17 12:29 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-02-17 12:37 ` ✓ i915.CI.BAT: " Patchwork 2026-02-17 13:47 ` ✗ Xe.CI.FULL: failure " Patchwork 2026-02-17 15:23 ` ✗ i915.CI.Full: " Patchwork 2026-02-18 3:57 ` [PATCH i-g-t] " Karthik B S
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox