* [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek
@ 2026-03-20 7:33 Jay Liu
2026-03-20 8:45 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Jay Liu @ 2026-03-20 7:33 UTC (permalink / raw)
To: igt-dev
Cc: Jason-JH Lin, Paul-PL Chen, Nancy Lin, Singo Chang, Gil Dekel,
Yacoub, Project_Global_Chrome_Upstream_Group, Jay Liu
1.Add 10-bit color depth flow to gamma test for MediaTek devices, which only
support bit-true results with 10-bit data. The test now selects 8-bit or
10-bit color depth and framebuffer format based on device type.
2. Change the maximum gamma LUT value from 4095 to 4092 for MediaTek devices.
Signed-off-by: Jay Liu <jay.liu@mediatek.com>
---
tests/kms_color.c | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
diff --git a/tests/kms_color.c b/tests/kms_color.c
index 565edb2dc..27fc08ab9 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -288,7 +288,7 @@ static bool test_pipe_legacy_gamma(data_t *data,
fb_id = igt_create_fb(data->drm_fd,
mode->hdisplay,
mode->vdisplay,
- DRM_FORMAT_XRGB8888,
+ data->drm_format,
DRM_FORMAT_MOD_LINEAR,
&fb);
igt_assert(fb_id);
@@ -296,7 +296,7 @@ static bool test_pipe_legacy_gamma(data_t *data,
fb_modeset_id = igt_create_fb(data->drm_fd,
mode->hdisplay,
mode->vdisplay,
- DRM_FORMAT_XRGB8888,
+ data->drm_format,
DRM_FORMAT_MOD_LINEAR,
&fb_modeset);
igt_assert(fb_modeset_id);
@@ -322,8 +322,16 @@ static bool test_pipe_legacy_gamma(data_t *data,
igt_plane_set_fb(primary, &fb);
red_lut[0] = green_lut[0] = blue_lut[0] = 0;
- for (i = 1; i < legacy_lut_size; i++)
- red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff;
+ for (i = 1; i < legacy_lut_size; i++) {
+ /*
+ * Use 4092 for mtk gamma LUT to remap all values
+ * to max red/green/blue.
+ */
+ if (is_mtk_device(data->drm_fd))
+ red_lut[i] = green_lut[i] = blue_lut[i] = 0xffd0;
+ else
+ red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff;
+ }
igt_assert_eq(drmModeCrtcSetGamma(data->drm_fd, primary->crtc->crtc_id,
legacy_lut_size, red_lut, green_lut, blue_lut), 0);
igt_display_commit(&data->display);
@@ -752,14 +760,20 @@ static void
run_gamma_degamma_tests_for_crtc(data_t *data, igt_crtc_t *crtc,
bool (*test_t)(data_t*, igt_plane_t*))
{
+ bool depth_10bit = false;
+
test_setup(data, crtc);
+ /* MediaTek can only support bit-ture in 10-bit depth pre color */
+ if (is_mtk_device(data->drm_fd))
+ depth_10bit = true;
+
/*
- * We assume an 8bits depth per color for degamma/gamma LUTs
+ * We assume an 8bits or 10bits depth per color for degamma/gamma LUTs
* for CRC checks with framebuffer references.
*/
- data->color_depth = 8;
- data->drm_format = DRM_FORMAT_XRGB8888;
+ data->color_depth = depth_10bit ? 10 : 8;
+ data->drm_format = depth_10bit ? DRM_FORMAT_XRGB2101010 : DRM_FORMAT_XRGB8888;
data->mode = igt_output_get_mode(data->output);
igt_require(crtc_output_combo_valid(data, crtc));
--
2.46.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ Xe.CI.BAT: success for tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu @ 2026-03-20 8:45 ` Patchwork 2026-03-20 9:10 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-03-20 8:45 UTC (permalink / raw) To: Jay Liu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2741 bytes --] == Series Details == Series: tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek URL : https://patchwork.freedesktop.org/series/163563/ State : success == Summary == CI Bug Log - changes from XEIGT_8813_BAT -> XEIGTPW_14818_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (14 -> 14) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_14818_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1: - bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit: - bat-bmg-2: NOTRUN -> [SKIP][3] ([Intel XE#2229]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html #### Possible fixes #### * igt@core_hotunplug@unbind-rebind: - bat-bmg-2: [ABORT][4] ([Intel XE#7249] / [Intel XE#7578]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1: - bat-adlp-7: [DMESG-WARN][6] ([Intel XE#7483]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249 [Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483 [Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578 Build changes ------------- * IGT: IGT_8813 -> IGTPW_14818 IGTPW_14818: 8857df80b5494f86a7beaaaa088343fd2e12e7d3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8813: 89e32100ca0e4ca343dd32408dacf1e879e8ed02 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-4749-4ae9f18564e78a5447be68aa1e9232a4f2c37b5a: 4ae9f18564e78a5447be68aa1e9232a4f2c37b5a == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/index.html [-- Attachment #2: Type: text/html, Size: 3461 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu 2026-03-20 8:45 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2026-03-20 9:10 ` Patchwork 2026-03-20 20:28 ` ✗ i915.CI.Full: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-03-20 9:10 UTC (permalink / raw) To: Jay Liu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2228 bytes --] == Series Details == Series: tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek URL : https://patchwork.freedesktop.org/series/163563/ State : success == Summary == CI Bug Log - changes from IGT_8813 -> IGTPW_14818 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/index.html Participating hosts (42 -> 39) ------------------------------ Missing (3): bat-dg2-13 fi-snb-2520m bat-adls-6 Known issues ------------ Here are the changes found in IGTPW_14818 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@guc_multi_lrc: - fi-kbl-7567u: [PASS][1] -> [DMESG-WARN][2] ([i915#13735]) +8 other tests dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/fi-kbl-7567u/igt@i915_selftest@live@guc_multi_lrc.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/fi-kbl-7567u/igt@i915_selftest@live@guc_multi_lrc.html #### Warnings #### * igt@kms_pm_backlight@basic-brightness: - bat-arlh-2: [SKIP][3] ([i915#11346]) -> [SKIP][4] ([i915#11346] / [i915#15860]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/bat-arlh-2/igt@kms_pm_backlight@basic-brightness.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/bat-arlh-2/igt@kms_pm_backlight@basic-brightness.html [i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346 [i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735 [i915#15860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15860 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8813 -> IGTPW_14818 CI-20190529: 20190529 CI_DRM_18178: 4ae9f18564e78a5447be68aa1e9232a4f2c37b5a @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14818: 8857df80b5494f86a7beaaaa088343fd2e12e7d3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8813: 89e32100ca0e4ca343dd32408dacf1e879e8ed02 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/index.html [-- Attachment #2: Type: text/html, Size: 2909 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu 2026-03-20 8:45 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-03-20 9:10 ` ✓ i915.CI.BAT: " Patchwork @ 2026-03-20 20:28 ` Patchwork 2026-03-21 4:37 ` ✗ Xe.CI.FULL: " Patchwork 2026-03-25 19:36 ` [PATCH i-g-t v1] " Sharma, Swati2 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-03-20 20:28 UTC (permalink / raw) To: Jay Liu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 135819 bytes --] == Series Details == Series: tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek URL : https://patchwork.freedesktop.org/series/163563/ State : failure == Summary == CI Bug Log - changes from IGT_8813_full -> IGTPW_14818_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_14818_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_14818_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_14818/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_14818_full: ### IGT changes ### #### Possible regressions #### * igt@kms_draw_crc@draw-method-blt: - shard-glk: [PASS][1] -> [DMESG-WARN][2] +1 other test dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk4/igt@kms_draw_crc@draw-method-blt.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk6/igt@kms_draw_crc@draw-method-blt.html Known issues ------------ Here are the changes found in IGTPW_14818_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][3] ([i915#6230]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@api_intel_bb@crc32.html - shard-dg1: NOTRUN -> [SKIP][4] ([i915#6230]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@api_intel_bb@crc32.html - shard-tglu: NOTRUN -> [SKIP][5] ([i915#6230]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@api_intel_bb@object-reloc-keep-cache.html - shard-rkl: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@api_intel_bb@object-reloc-keep-cache.html - shard-dg1: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@api_intel_bb@object-reloc-keep-cache.html - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8411]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@api_intel_bb@object-reloc-keep-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][10] ([i915#11078]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_buddy@drm_buddy: - shard-tglu: NOTRUN -> [SKIP][11] ([i915#15678]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@drm_buddy@drm_buddy.html * igt@gem_ccs@block-multicopy-inplace: - shard-tglu: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-2/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#3555] / [i915#9323]) +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][14] ([i915#13008]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-threads: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-2/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: NOTRUN -> [FAIL][16] ([i915#15454]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#8555]) +2 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@legacy-engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][18] ([i915#1099]) +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-snb4/igt@gem_ctx_persistence@legacy-engines-mixed-process.html * igt@gem_ctx_sseu@engines: - shard-tglu-1: NOTRUN -> [SKIP][19] ([i915#280]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#280]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@gem_ctx_sseu@mmap-args.html - shard-rkl: NOTRUN -> [SKIP][21] ([i915#280]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-mtlp: [PASS][22] -> [FAIL][23] ([i915#15762]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-6/igt@gem_eio@hibernate.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#4771]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-8/igt@gem_exec_balancer@bonded-dual.html - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4771]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_exec_balancer@bonded-dual.html - shard-dg1: NOTRUN -> [SKIP][26] ([i915#4771]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4812]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@gem_exec_balancer@bonded-false-hang.html - shard-dg1: NOTRUN -> [SKIP][28] ([i915#4812]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@gem_exec_balancer@bonded-false-hang.html - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4812]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel-bb-first: - shard-tglu: NOTRUN -> [SKIP][30] ([i915#4525]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@gem_exec_balancer@parallel-bb-first.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#4525]) +2 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_big@single: - shard-tglu: NOTRUN -> [FAIL][32] ([i915#15816]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@gem_exec_big@single.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3711]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_reloc@basic-cpu-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +2 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +3 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html - shard-rkl: NOTRUN -> [SKIP][38] ([i915#14544] / [i915#3281]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#3281]) +5 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][41] ([i915#13356]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_suspend@basic-s3: - shard-glk: NOTRUN -> [INCOMPLETE][42] ([i915#13196] / [i915#13356]) +1 other test incomplete [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk6/igt@gem_exec_suspend@basic-s3.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#4613]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@gem_lmem_swapping@parallel-multi.html - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4613]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-6/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random: - shard-tglu-1: NOTRUN -> [SKIP][46] ([i915#4613]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#14544] / [i915#4613]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify.html - shard-tglu: NOTRUN -> [SKIP][48] ([i915#4613]) +4 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][49] ([i915#4613]) +2 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk8/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_mmap_wc@bad-size: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4083]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@gem_mmap_wc@bad-size.html - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4083]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@gem_mmap_wc@bad-size.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#3282]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_partial_pwrite_pread@reads-uncached.html - shard-rkl: NOTRUN -> [SKIP][54] ([i915#3282]) +6 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_pread@self: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#3282]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@gem_pread@self.html - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-5/igt@gem_pread@self.html * igt@gem_pxp@hw-rejects-pxp-context: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#13717]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@gem_pxp@hw-rejects-pxp-context.html - shard-tglu: NOTRUN -> [SKIP][58] ([i915#13398]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@gem_pxp@hw-rejects-pxp-context.html - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#13398]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@gem_pxp@hw-rejects-pxp-context.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4270]) +3 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-rkl: [PASS][62] -> [SKIP][63] ([i915#4270]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-1/igt@gem_pxp@verify-pxp-stale-buf-execution.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#5190] / [i915#8428]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_softpin@noreloc-s3: - shard-glk: NOTRUN -> [INCOMPLETE][65] ([i915#13809]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk9/igt@gem_softpin@noreloc-s3.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4077]) +2 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3297]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@gem_userptr_blits@coherency-unsync.html - shard-tglu: NOTRUN -> [SKIP][68] ([i915#3297]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#3297]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][70] ([i915#3323]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk2/igt@gem_userptr_blits@dmabuf-sync.html - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3297] / [i915#3323]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#3282] / [i915#3297]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu-1: NOTRUN -> [SKIP][73] ([i915#3297]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-dg1: NOTRUN -> [SKIP][74] ([i915#3297]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#3297]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-5/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][76] -> [ABORT][77] ([i915#5566]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk5/igt@gen9_exec_parse@allowed-single.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-without-end: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#2527]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@gen9_exec_parse@batch-without-end.html - shard-dg1: NOTRUN -> [SKIP][79] ([i915#2527]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@gen9_exec_parse@batch-without-end.html - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#2856]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-5/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-oversize: - shard-tglu-1: NOTRUN -> [SKIP][81] ([i915#2527] / [i915#2856]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#2856]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@secure-batches: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#2527] / [i915#2856]) +5 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-5/igt@gen9_exec_parse@secure-batches.html * igt@i915_drm_fdinfo@all-busy-check-all: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#14123]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@i915_drm_fdinfo@all-busy-check-all.html * igt@i915_drm_fdinfo@virtual-busy: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#14118]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@i915_drm_fdinfo@virtual-busy.html * igt@i915_module_load@fault-injection: - shard-dg1: NOTRUN -> [ABORT][86] ([i915#11815] / [i915#15481]) +1 other test abort [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@i915_module_load@fault-injection.html * igt@i915_module_load@fault-injection@i915_driver_mmio_probe: - shard-dg1: NOTRUN -> [INCOMPLETE][87] ([i915#15481]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@i915_module_load@fault-injection@i915_driver_mmio_probe.html * igt@i915_module_load@reload-no-display: - shard-tglu-1: NOTRUN -> [DMESG-WARN][88] ([i915#13029] / [i915#14545]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@i915_module_load@reload-no-display.html * igt@i915_module_load@resize-bar: - shard-dg2: NOTRUN -> [DMESG-WARN][89] ([i915#14545]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@i915_module_load@resize-bar.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: NOTRUN -> [WARN][90] ([i915#13790] / [i915#2681]) +1 other test warn [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#14498]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@system-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][92] ([i915#13356]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk2/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@thresholds-park: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#11681]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@i915_pm_rps@thresholds-park.html * igt@i915_pm_sseu@full-enable: - shard-tglu: NOTRUN -> [SKIP][94] ([i915#4387]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@i915_pm_sseu@full-enable.html * igt@i915_query@test-query-geometry-subslices: - shard-tglu-1: NOTRUN -> [SKIP][95] ([i915#5723]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html - shard-dg1: NOTRUN -> [SKIP][96] ([i915#5723]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@i915_query@test-query-geometry-subslices.html * igt@i915_suspend@basic-s3-without-i915: - shard-glk11: NOTRUN -> [INCOMPLETE][97] ([i915#4817]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk11/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@forcewake: - shard-glk: NOTRUN -> [INCOMPLETE][98] ([i915#4817]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk4/igt@i915_suspend@forcewake.html * igt@intel_hwmon@hwmon-write: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#7707]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@intel_hwmon@hwmon-write.html - shard-tglu: NOTRUN -> [SKIP][100] ([i915#7707]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@intel_hwmon@hwmon-write.html - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#7707]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-8/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#4215] / [i915#5190]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#4212]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@master-rmfb: - shard-dg1: NOTRUN -> [DMESG-WARN][104] ([i915#4423]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@kms_addfb_basic@master-rmfb.html * igt@kms_async_flips@async-flip-suspend-resume: - shard-glk10: NOTRUN -> [INCOMPLETE][105] ([i915#12761]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk10/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2: - shard-glk10: NOTRUN -> [INCOMPLETE][106] ([i915#12761] / [i915#14995]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk10/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html - shard-rkl: [PASS][107] -> [INCOMPLETE][108] ([i915#12761]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#1769] / [i915#3555]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-tglu: NOTRUN -> [SKIP][110] ([i915#1769] / [i915#3555]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-180: - shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#5286]) +2 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#4538] / [i915#5286]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][113] ([i915#5286]) +4 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb-size-overflow.html - shard-dg1: NOTRUN -> [SKIP][114] ([i915#5286]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#5286]) +6 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#14544] / [i915#5286]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#3828]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#14544] / [i915#3828]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][119] +6 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-6/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-glk11: NOTRUN -> [SKIP][120] +145 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk11/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#3638]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#3638]) +3 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][123] ([i915#6187]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#4423] / [i915#4538]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][125] +15 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +9 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][127] ([i915#6095]) +29 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#14544] / [i915#6095]) +9 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#12313]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#6095]) +158 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][132] +367 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#12313]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#6095]) +77 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#14098] / [i915#6095]) +56 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-glk10: NOTRUN -> [INCOMPLETE][136] ([i915#15582]) +1 other test incomplete [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk10/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#6095]) +9 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-b-edp-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#6095]) +49 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#6095]) +48 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#12313]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html - shard-rkl: NOTRUN -> [SKIP][142] ([i915#12313]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#10307] / [i915#6095]) +61 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#3742]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_cdclk@mode-transition.html - shard-dg1: NOTRUN -> [SKIP][145] ([i915#3742]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@kms_cdclk@mode-transition.html - shard-tglu: NOTRUN -> [SKIP][146] ([i915#3742]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#13781]) +4 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#13781]) +4 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_chamelium_color@ctm-max: - shard-dg2: NOTRUN -> [SKIP][149] +4 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_edid@vga-edid-read: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +3 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@kms_chamelium_edid@vga-edid-read.html - shard-dg1: NOTRUN -> [SKIP][151] ([i915#11151] / [i915#7828]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_chamelium_edid@vga-edid-read.html - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#7828]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-3/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_frames@dp-crc-single: - shard-tglu: NOTRUN -> [SKIP][153] ([i915#11151] / [i915#7828]) +6 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#7828]) +7 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#11151] / [i915#7828]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_content_protection@atomic: - shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#6944] / [i915#7118] / [i915#9424]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_content_protection@atomic-dpms.html - shard-rkl: NOTRUN -> [SKIP][158] ([i915#6944] / [i915#7118] / [i915#9424]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_content_protection@atomic-dpms.html - shard-dg1: NOTRUN -> [SKIP][159] ([i915#6944] / [i915#7116] / [i915#9424]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_content_protection@atomic-dpms.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@kms_content_protection@atomic-dpms.html - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6944] / [i915#9424]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@content-type-change: - shard-tglu: NOTRUN -> [SKIP][162] ([i915#6944] / [i915#9424]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#15330]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html * igt@kms_content_protection@dp-mst-type-0-suspend-resume: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#15330]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#3555]) +4 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#3555]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8814]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][168] ([i915#13566]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-tglu-1: NOTRUN -> [SKIP][169] ([i915#13049]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-64x21: - shard-tglu: NOTRUN -> [FAIL][170] ([i915#13566]) +1 other test fail [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_cursor_crc@cursor-random-64x21.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#3555]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#3555]) +5 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#13049]) +2 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-rkl: NOTRUN -> [SKIP][174] ([i915#13049]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg1: NOTRUN -> [SKIP][175] ([i915#13049]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#13049]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8814]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1: - shard-tglu-1: NOTRUN -> [FAIL][178] ([i915#13566]) +1 other test fail [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#4103]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#14544]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#13046] / [i915#5354]) +4 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#4103] / [i915#4213]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-rkl: NOTRUN -> [SKIP][183] ([i915#4103]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg1: NOTRUN -> [SKIP][184] ([i915#4103] / [i915#4213]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-tglu: NOTRUN -> [SKIP][185] ([i915#4103]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#4213]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-tglu-1: NOTRUN -> [SKIP][187] ([i915#9723]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dp_link_training@uhbr-mst: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#13748]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-3/igt@kms_dp_link_training@uhbr-mst.html - shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#13748]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_dp_link_training@uhbr-mst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#13707]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-tglu: NOTRUN -> [SKIP][191] ([i915#13707]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][193] ([i915#9878]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk8/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#3955]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#4854]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#1839]) +1 other test skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@kms_feature_discovery@display-3x.html - shard-rkl: NOTRUN -> [SKIP][197] ([i915#1839]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_feature_discovery@display-3x.html - shard-dg1: NOTRUN -> [SKIP][198] ([i915#1839]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@kms_feature_discovery@display-3x.html - shard-tglu: NOTRUN -> [SKIP][199] ([i915#1839]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-3/igt@kms_feature_discovery@display-3x.html - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#1839]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-5/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@psr1: - shard-rkl: NOTRUN -> [SKIP][201] ([i915#658]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-tglu: NOTRUN -> [SKIP][202] ([i915#658]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#14544] / [i915#9934]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#9934]) +1 other test skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@2x-flip-vs-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][205] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk5/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-glk: NOTRUN -> [INCOMPLETE][206] ([i915#12745] / [i915#4839]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk3/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][207] ([i915#4839]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk3/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][208] ([i915#12314] / [i915#4839] / [i915#6113]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk5/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#9934]) +3 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_flip@2x-plain-flip.html - shard-dg1: NOTRUN -> [SKIP][210] ([i915#9934]) +1 other test skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_flip@2x-plain-flip.html - shard-tglu: NOTRUN -> [SKIP][211] ([i915#3637] / [i915#9934]) +6 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_flip@2x-plain-flip.html - shard-mtlp: NOTRUN -> [SKIP][212] ([i915#3637] / [i915#9934]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-1/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][213] ([i915#3637] / [i915#9934]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip@bo-too-big-interruptible: - shard-dg1: [PASS][214] -> [DMESG-WARN][215] ([i915#4423]) +2 other tests dmesg-warn [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-18/igt@kms_flip@bo-too-big-interruptible.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@kms_flip@bo-too-big-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-rkl: [PASS][216] -> [INCOMPLETE][217] ([i915#6113]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_flip@flip-vs-suspend.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a2: - shard-rkl: NOTRUN -> [INCOMPLETE][218] ([i915#6113]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip@flip-vs-suspend@a-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][219] ([i915#15643]) +4 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#15643] / [i915#5190]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html - shard-dg1: NOTRUN -> [SKIP][221] ([i915#15643]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#15643]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#14544] / [i915#15643]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][224] ([i915#15643]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#15643]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html - shard-rkl: NOTRUN -> [SKIP][226] ([i915#15643]) +5 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html * igt@kms_force_connector_basic@force-connector-state: - shard-mtlp: [PASS][228] -> [SKIP][229] ([i915#15672]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-7/igt@kms_force_connector_basic@force-connector-state.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-1/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][230] ([i915#8708]) +3 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move: - shard-dg2: [PASS][231] -> [FAIL][232] ([i915#15389] / [i915#6880]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#1825]) +13 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#5439]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-dg1: NOTRUN -> [SKIP][235] ([i915#5439]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][236] ([i915#5439]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#15102]) +2 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html - shard-rkl: NOTRUN -> [SKIP][238] ([i915#15102]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#15102] / [i915#3023]) +21 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#15102] / [i915#3458]) +10 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html - shard-dg1: NOTRUN -> [SKIP][241] ([i915#15102] / [i915#3458]) +4 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#8708]) +12 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move: - shard-dg2: NOTRUN -> [SKIP][243] ([i915#5354]) +26 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render: - shard-tglu-1: NOTRUN -> [SKIP][244] +26 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#1825]) +45 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#15102]) +10 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#15102]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][248] ([i915#15102]) +25 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#14544] / [i915#1825]) +2 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#8708]) +4 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][251] +65 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-glk10: NOTRUN -> [SKIP][252] +136 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][253] +16 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_hdr@invalid-hdr: - shard-tglu-1: NOTRUN -> [SKIP][254] ([i915#3555] / [i915#8228]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-swap: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8228]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_hdr@static-swap.html - shard-dg1: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#8228]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_hdr@static-swap.html - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#12713] / [i915#3555] / [i915#8228]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#3555] / [i915#8228]) +1 other test skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-suspend: - shard-tglu: NOTRUN -> [SKIP][259] ([i915#3555] / [i915#8228]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-5/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-rkl: NOTRUN -> [SKIP][260] ([i915#15458]) +2 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_joiner@basic-force-ultra-joiner.html - shard-dg1: NOTRUN -> [SKIP][261] ([i915#15458]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@kms_joiner@basic-force-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][262] ([i915#15458]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@kms_joiner@basic-force-ultra-joiner.html - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#15458]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-3/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-max-non-joiner: - shard-tglu: NOTRUN -> [SKIP][264] ([i915#13688]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-3/igt@kms_joiner@basic-max-non-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-tglu: NOTRUN -> [SKIP][265] ([i915#15460]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][266] ([i915#15459]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#15458]) +2 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglu-1: NOTRUN -> [SKIP][268] ([i915#15815]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#6301]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_stress@stress-xrgb8888-4tiled: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#14712]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-3/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#15709]) +3 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/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-dg2: NOTRUN -> [SKIP][272] ([i915#15709]) +2 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html - shard-dg1: NOTRUN -> [SKIP][273] ([i915#15709]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#15709]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping: - shard-tglu-1: NOTRUN -> [SKIP][275] ([i915#15709]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#14544] / [i915#15709]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-b-plane-7: - shard-tglu-1: NOTRUN -> [SKIP][277] ([i915#15608]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-b-plane-7.html * igt@kms_plane@pixel-format-yf-tiled-modifier: - shard-rkl: NOTRUN -> [SKIP][278] ([i915#15709]) +3 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@kms_plane@pixel-format-yf-tiled-modifier.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - shard-glk: NOTRUN -> [INCOMPLETE][279] ([i915#13026]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html - shard-rkl: NOTRUN -> [INCOMPLETE][280] ([i915#14412]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][281] ([i915#10647] / [i915#12177]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][282] ([i915#10647]) +1 other test fail [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk8/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][283] ([i915#3555] / [i915#8821]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@2x-tiling-4: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#13958]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#13958]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_plane_multiple@2x-tiling-yf.html - shard-tglu: NOTRUN -> [SKIP][286] ([i915#13958]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-8/igt@kms_plane_multiple@2x-tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#13958]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-1/igt@kms_plane_multiple@2x-tiling-yf.html - shard-rkl: NOTRUN -> [SKIP][288] ([i915#13958]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-mtlp: NOTRUN -> [SKIP][289] ([i915#9809]) +1 other test skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html - shard-dg2: NOTRUN -> [SKIP][290] ([i915#13046] / [i915#5354] / [i915#9423]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-rkl: NOTRUN -> [SKIP][291] ([i915#15329] / [i915#3555]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c: - shard-rkl: NOTRUN -> [SKIP][292] ([i915#15329]) +10 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d: - shard-dg1: NOTRUN -> [SKIP][293] ([i915#15329]) +9 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html - shard-tglu: NOTRUN -> [SKIP][294] ([i915#15329]) +9 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][295] ([i915#9812]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#5354]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu-1: NOTRUN -> [FAIL][297] ([i915#15752]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][298] ([i915#15739]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-tglu-1: NOTRUN -> [SKIP][299] ([i915#3828]) +1 other test skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#15073]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-5/igt@kms_pm_rpm@dpms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][301] ([i915#15073]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-rkl: [PASS][302] -> [SKIP][303] ([i915#15073]) +1 other test skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][304] ([i915#15073]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@pm-tiling: - shard-dg1: NOTRUN -> [SKIP][305] ([i915#4077]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_pm_rpm@pm-tiling.html - shard-mtlp: NOTRUN -> [SKIP][306] ([i915#4077]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@kms_pm_rpm@pm-tiling.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-glk: NOTRUN -> [INCOMPLETE][307] ([i915#10553]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk1/igt@kms_pm_rpm@system-suspend-modeset.html - shard-rkl: NOTRUN -> [INCOMPLETE][308] ([i915#14419]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu: NOTRUN -> [SKIP][309] ([i915#6524]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-6/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-glk: NOTRUN -> [SKIP][310] ([i915#11520]) +13 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - shard-glk11: NOTRUN -> [SKIP][311] ([i915#11520]) +5 other tests skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk11/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#11520]) +1 other test skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-glk10: NOTRUN -> [SKIP][313] ([i915#11520]) +2 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk10/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - shard-rkl: NOTRUN -> [SKIP][314] ([i915#11520]) +4 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][315] ([i915#11520]) +5 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][316] ([i915#11520]) +3 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html - shard-dg1: NOTRUN -> [SKIP][317] ([i915#11520]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html - shard-snb: NOTRUN -> [SKIP][318] ([i915#11520]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-snb7/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-tglu: NOTRUN -> [SKIP][319] ([i915#9683]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-pr-basic: - shard-mtlp: NOTRUN -> [SKIP][320] ([i915#9688]) +4 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@kms_psr@fbc-pr-basic.html * igt@kms_psr@fbc-psr-cursor-render: - shard-rkl: NOTRUN -> [SKIP][321] ([i915#1072] / [i915#14544] / [i915#9732]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-render.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#9732]) +16 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_psr@fbc-psr-primary-page-flip.html - shard-dg1: NOTRUN -> [SKIP][323] ([i915#1072] / [i915#9732]) +4 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-tglu-1: NOTRUN -> [SKIP][324] ([i915#9732]) +8 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@pr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][325] ([i915#9732]) +21 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-4/igt@kms_psr@pr-sprite-mmap-cpu.html * igt@kms_psr@psr-cursor-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][326] ([i915#1072] / [i915#9732]) +18 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_psr@psr-cursor-mmap-cpu.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglu: NOTRUN -> [SKIP][327] ([i915#9685]) +1 other test skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-9/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-snb: NOTRUN -> [SKIP][328] +110 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#12755]) +1 other test skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-4/igt@kms_rotation_crc@bad-pixel-format.html - shard-dg2: NOTRUN -> [SKIP][330] ([i915#12755]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@multiplane-rotation-cropping-top: - shard-glk: NOTRUN -> [INCOMPLETE][331] ([i915#15492]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk4/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2: NOTRUN -> [SKIP][332] ([i915#5190]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][333] ([i915#12755] / [i915#5190]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-rkl: NOTRUN -> [SKIP][334] ([i915#5289]) +1 other test skip [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-dg1: NOTRUN -> [SKIP][335] ([i915#5289]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-tglu: NOTRUN -> [SKIP][336] ([i915#5289]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][337] ([i915#3555]) +4 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_tiled_display@basic-test-pattern: - shard-rkl: NOTRUN -> [SKIP][338] ([i915#8623]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-tglu-1: NOTRUN -> [SKIP][339] ([i915#8623]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][340] ([i915#12276]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html * igt@kms_vrr@flip-dpms: - shard-rkl: NOTRUN -> [SKIP][341] ([i915#15243] / [i915#3555]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg2: NOTRUN -> [SKIP][342] ([i915#9906]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#2436]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][344] ([i915#7387]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@perf@global-sseu-config-invalid.html - shard-dg2: NOTRUN -> [SKIP][345] ([i915#7387]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@perf@global-sseu-config-invalid.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][346] ([i915#14544] / [i915#2433]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html * igt@prime_vgem@basic-fence-read: - shard-rkl: NOTRUN -> [SKIP][347] ([i915#3291] / [i915#3708]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][348] ([i915#3708] / [i915#4077]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][349] ([i915#3708]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][350] ([i915#3708]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@prime_vgem@fence-flip-hang.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][351] ([i915#4818]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-1/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@hibernate: - shard-rkl: [ABORT][352] ([i915#7975]) -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-1/igt@gem_eio@hibernate.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@gem_eio@hibernate.html * igt@gem_exec_big@single: - shard-mtlp: [DMESG-FAIL][354] ([i915#15478]) -> [PASS][355] [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-3/igt@gem_exec_big@single.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-7/igt@gem_exec_big@single.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [INCOMPLETE][356] ([i915#13356]) -> [PASS][357] [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-4/igt@gem_exec_suspend@basic-s0@smem.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@gem_exec_suspend@basic-s0@smem.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-dg2: [ABORT][358] ([i915#15060]) -> [PASS][359] [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-10/igt@i915_pm_rpm@system-suspend-execbuf.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@i915_pm_rpm@system-suspend-execbuf.html - shard-rkl: [ABORT][360] ([i915#15060]) -> [PASS][361] [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-1/igt@i915_pm_rpm@system-suspend-execbuf.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@i915_selftest@live@workarounds: - shard-dg2: [DMESG-FAIL][362] ([i915#12061]) -> [PASS][363] +1 other test pass [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-6/igt@i915_selftest@live@workarounds.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-8/igt@i915_selftest@live@workarounds.html * igt@i915_selftest@perf: - shard-dg2: [DMESG-WARN][364] ([i915#14545]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-7/igt@i915_selftest@perf.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@i915_selftest@perf.html - shard-dg1: [DMESG-WARN][366] ([i915#14545]) -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-16/igt@i915_selftest@perf.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@i915_selftest@perf.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-dg2: [FAIL][368] ([i915#5956]) -> [PASS][369] [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [FAIL][370] ([i915#15733] / [i915#5138]) -> [PASS][371] +1 other test pass [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][372] ([i915#13566]) -> [PASS][373] +1 other test pass [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-tglu-6/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-tglu-2/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2: - shard-rkl: [FAIL][374] ([i915#13566]) -> [PASS][375] +1 other test pass [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a: - shard-rkl: [INCOMPLETE][376] ([i915#14412]) -> [PASS][377] [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html - shard-glk: [INCOMPLETE][378] ([i915#13026]) -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [SKIP][380] ([i915#15073]) -> [PASS][381] [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-dg1: [SKIP][382] ([i915#15073]) -> [PASS][383] [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-rkl: [INCOMPLETE][384] ([i915#12276]) -> [PASS][385] [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1: - shard-glk: [INCOMPLETE][386] ([i915#12276]) -> [PASS][387] [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [FAIL][388] ([i915#4349]) -> [PASS][389] [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html #### Warnings #### * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: [SKIP][390] ([i915#3281]) -> [SKIP][391] ([i915#14544] / [i915#3281]) +3 other tests skip [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-4/igt@gem_bad_reloc@negative-reloc-lut.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-rkl: [SKIP][392] ([i915#14544] / [i915#9323]) -> [SKIP][393] ([i915#9323]) [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-rkl: [SKIP][394] ([i915#13008] / [i915#14544]) -> [SKIP][395] ([i915#13008]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@gem_ccs@large-ctrl-surf-copy.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_exec_reloc@basic-write-read: - shard-rkl: [SKIP][396] ([i915#14544] / [i915#3281]) -> [SKIP][397] ([i915#3281]) +4 other tests skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@gem_exec_reloc@basic-write-read.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@gem_exec_reloc@basic-write-read.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: [SKIP][398] ([i915#4613]) -> [SKIP][399] ([i915#14544] / [i915#4613]) [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-random-ccs.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-mtlp: [INCOMPLETE][400] ([i915#15478]) -> [DMESG-WARN][401] ([i915#15478]) +1 other test dmesg-warn [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-4/igt@gem_mmap_offset@clear-via-pagefault.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-2/igt@gem_mmap_offset@clear-via-pagefault.html * igt@gem_pread@exhaustion: - shard-rkl: [SKIP][402] ([i915#3282]) -> [SKIP][403] ([i915#14544] / [i915#3282]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@gem_pread@exhaustion.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-self: - shard-rkl: [SKIP][404] ([i915#14544] / [i915#3282]) -> [SKIP][405] ([i915#3282]) [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@gem_pwrite@basic-self.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@gem_pwrite@basic-self.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-rkl: [SKIP][406] ([i915#3297]) -> [SKIP][407] ([i915#14544] / [i915#3297]) +1 other test skip [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-7/igt@gem_userptr_blits@dmabuf-unsync.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gen9_exec_parse@allowed-all: - shard-rkl: [SKIP][408] ([i915#14544] / [i915#2527]) -> [SKIP][409] ([i915#2527]) [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@gen9_exec_parse@allowed-all.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@gen9_exec_parse@allowed-all.html * igt@i915_module_load@resize-bar: - shard-rkl: [SKIP][410] ([i915#14544] / [i915#6412]) -> [SKIP][411] ([i915#6412]) [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@i915_module_load@resize-bar.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@i915_module_load@resize-bar.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-rkl: [SKIP][412] ([i915#14498] / [i915#14544]) -> [SKIP][413] ([i915#14498]) [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_suspend@fence-restore-untiled: - shard-rkl: [INCOMPLETE][414] ([i915#4817]) -> [ABORT][415] ([i915#15131]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@i915_suspend@fence-restore-untiled.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@i915_suspend@fence-restore-untiled.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: [SKIP][416] ([i915#4212]) -> [SKIP][417] ([i915#4212] / [i915#4423]) [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-16/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-rkl: [SKIP][418] ([i915#5286]) -> [SKIP][419] ([i915#14544] / [i915#5286]) +1 other test skip [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: [SKIP][420] ([i915#14544] / [i915#5286]) -> [SKIP][421] ([i915#5286]) +5 other tests skip [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@linear-8bpp-rotate-90: - shard-rkl: [SKIP][422] ([i915#14544] / [i915#3638]) -> [SKIP][423] ([i915#3638]) [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-90.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_big_fb@linear-8bpp-rotate-90.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip: - shard-rkl: [SKIP][424] ([i915#14544] / [i915#3828]) -> [SKIP][425] ([i915#3828]) +1 other test skip [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-rkl: [SKIP][426] ([i915#3638]) -> [SKIP][427] ([i915#14544] / [i915#3638]) +1 other test skip [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-rkl: [SKIP][428] -> [SKIP][429] ([i915#14544]) +6 other tests skip [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs: - shard-rkl: [SKIP][430] ([i915#14098] / [i915#6095]) -> [SKIP][431] ([i915#14098] / [i915#14544] / [i915#6095]) +8 other tests skip [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-7/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-rkl: [SKIP][432] ([i915#12313] / [i915#14544]) -> [SKIP][433] ([i915#12313]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg1: [SKIP][434] ([i915#12805]) -> [SKIP][435] ([i915#12805] / [i915#4423]) [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-12/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-16/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-rkl: [SKIP][436] ([i915#12805] / [i915#14544]) -> [SKIP][437] ([i915#12805]) [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][438] ([i915#6095]) -> [SKIP][439] ([i915#14544] / [i915#6095]) +5 other tests skip [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs: - shard-rkl: [SKIP][440] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][441] ([i915#14098] / [i915#6095]) +7 other tests skip [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][442] ([i915#14544] / [i915#6095]) -> [SKIP][443] ([i915#6095]) +5 other tests skip [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-rkl: [SKIP][444] ([i915#11151] / [i915#7828]) -> [SKIP][445] ([i915#11151] / [i915#14544] / [i915#7828]) [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_chamelium_frames@dp-crc-fast.html [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg1: [SKIP][446] ([i915#11151] / [i915#7828]) -> [SKIP][447] ([i915#11151] / [i915#4423] / [i915#7828]) [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-13/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: [SKIP][448] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][449] ([i915#11151] / [i915#7828]) [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_content_protection@content-type-change: - shard-rkl: [SKIP][450] ([i915#14544] / [i915#6944] / [i915#9424]) -> [SKIP][451] ([i915#6944] / [i915#9424]) +1 other test skip [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_content_protection@content-type-change.html [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-rkl: [SKIP][452] ([i915#14544] / [i915#15330] / [i915#3116]) -> [SKIP][453] ([i915#15330] / [i915#3116]) [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0.html [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@legacy: - shard-dg2: [FAIL][454] ([i915#7173]) -> [SKIP][455] ([i915#6944] / [i915#7118] / [i915#9424]) [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-10/igt@kms_content_protection@legacy.html [455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-6/igt@kms_content_protection@legacy.html - shard-rkl: [SKIP][456] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][457] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424]) [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-1/igt@kms_content_protection@legacy.html [457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_content_protection@legacy.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][458] ([i915#9433]) -> [SKIP][459] ([i915#6944] / [i915#9424]) [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-13/igt@kms_content_protection@mei-interface.html [459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-19/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-rkl: [SKIP][460] ([i915#6944] / [i915#7118]) -> [SKIP][461] ([i915#14544] / [i915#6944] / [i915#7118]) [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_content_protection@srm.html [461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_content_protection@srm.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-rkl: [SKIP][462] ([i915#14544]) -> [SKIP][463] +4 other tests skip [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html [463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: [SKIP][464] ([i915#4103]) -> [SKIP][465] ([i915#14544] / [i915#4103]) [464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-rkl: [SKIP][466] ([i915#14544] / [i915#9723]) -> [SKIP][467] ([i915#9723]) [466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html [467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-rkl: [SKIP][468] ([i915#14544] / [i915#3840] / [i915#9053]) -> [SKIP][469] ([i915#3840] / [i915#9053]) [468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_feature_discovery@psr2: - shard-rkl: [SKIP][470] ([i915#658]) -> [SKIP][471] ([i915#14544] / [i915#658]) [470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_feature_discovery@psr2.html [471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-rkl: [SKIP][472] ([i915#9934]) -> [SKIP][473] ([i915#14544] / [i915#9934]) [472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-7/igt@kms_flip@2x-blocking-wf_vblank.html [473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-rkl: [SKIP][474] ([i915#14544] / [i915#9934]) -> [SKIP][475] ([i915#9934]) +1 other test skip [474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html [475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-glk: [INCOMPLETE][476] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][477] ([i915#12745] / [i915#4839] / [i915#6113]) [476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk9/igt@kms_flip@flip-vs-suspend.html [477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk3/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a1: - shard-glk: [INCOMPLETE][478] ([i915#12745]) -> [INCOMPLETE][479] ([i915#12745] / [i915#6113]) [478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-glk9/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html [479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-glk3/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling: - shard-rkl: [SKIP][480] ([i915#15643]) -> [SKIP][481] ([i915#14544] / [i915#15643]) [480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html [481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-rkl: [SKIP][482] ([i915#14544] / [i915#15643]) -> [SKIP][483] ([i915#15643]) +2 other tests skip [482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html [483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg1: [SKIP][484] ([i915#8708]) -> [SKIP][485] ([i915#4423] / [i915#8708]) [484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html [485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc: - shard-rkl: [SKIP][486] ([i915#15102]) -> [SKIP][487] ([i915#14544] / [i915#15102]) [486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html [487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: [SKIP][488] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][489] ([i915#15102] / [i915#3023]) +7 other tests skip [488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html [489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite: - shard-dg2: [SKIP][490] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][491] ([i915#15102] / [i915#3458]) [490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html [491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move: - shard-rkl: [SKIP][492] ([i915#15102] / [i915#3023]) -> [SKIP][493] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip [492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html [493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt: - shard-rkl: [SKIP][494] ([i915#1825]) -> [SKIP][495] ([i915#14544] / [i915#1825]) +11 other tests skip [494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html [495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-move: - shard-dg1: [SKIP][496] ([i915#4423]) -> [SKIP][497] [496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-move.html [497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: [SKIP][498] ([i915#14544] / [i915#5439]) -> [SKIP][499] ([i915#5439]) [498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html [499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render: - shard-dg1: [SKIP][500] ([i915#15102]) -> [SKIP][501] ([i915#15102] / [i915#4423]) [500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html [501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.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]) [502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-rkl: [SKIP][504] ([i915#14544] / [i915#1825]) -> [SKIP][505] ([i915#1825]) +11 other tests skip [504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html [505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: [SKIP][506] ([i915#12713]) -> [SKIP][507] ([i915#1187] / [i915#12713]) [506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-mtlp-5/igt@kms_hdr@brightness-with-hdr.html [507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html - shard-rkl: [SKIP][508] ([i915#12713]) -> [SKIP][509] ([i915#13331]) [508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-2/igt@kms_hdr@brightness-with-hdr.html [509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-1/igt@kms_hdr@brightness-with-hdr.html - shard-dg1: [SKIP][510] ([i915#12713]) -> [SKIP][511] ([i915#1187] / [i915#12713]) [510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-17/igt@kms_hdr@brightness-with-hdr.html [511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-rkl: [SKIP][512] ([i915#14544] / [i915#15460]) -> [SKIP][513] ([i915#15460]) [512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_joiner@invalid-modeset-big-joiner.html [513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-2/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_pipe_stress@stress-xrgb8888-yftiled: - shard-rkl: [SKIP][514] ([i915#14712]) -> [SKIP][515] ([i915#14544] / [i915#14712]) [514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html [515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html * igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping: - shard-rkl: [SKIP][516] ([i915#14544] / [i915#15709]) -> [SKIP][517] ([i915#15709]) [516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html [517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping: - shard-rkl: [SKIP][518] ([i915#15709]) -> [SKIP][519] ([i915#14544] / [i915#15709]) [518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html [519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html * igt@kms_plane_lowres@tiling-yf: - shard-rkl: [SKIP][520] ([i915#14544] / [i915#3555]) -> [SKIP][521] ([i915#3555]) [520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html [521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-5/igt@kms_plane_lowres@tiling-yf.html * igt@kms_pm_dc@dc6-psr: - shard-rkl: [SKIP][522] ([i915#14544] / [i915#9685]) -> [SKIP][523] ([i915#9685]) +1 other test skip [522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_pm_dc@dc6-psr.html [523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: [SKIP][524] ([i915#3828]) -> [SKIP][525] ([i915#14544] / [i915#9340]) [524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-2/igt@kms_pm_lpsp@kms-lpsp.html [525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-rkl: [SKIP][526] ([i915#11520] / [i915#14544]) -> [SKIP][527] ([i915#11520]) +2 other tests skip [526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html [527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-8/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - shard-rkl: [SKIP][528] ([i915#11520]) -> [SKIP][529] ([i915#11520] / [i915#14544]) +2 other tests skip [528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-1/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html [529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg1: [SKIP][530] ([i915#11520] / [i915#4423]) -> [SKIP][531] ([i915#11520]) [530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-dg1-17/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html [531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-dg1-17/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@psr-sprite-plane-move: - 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_8813/shard-rkl-6/igt@kms_psr@psr-sprite-plane-move.html [533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-3/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr-sprite-plane-onoff: - shard-rkl: [SKIP][534] ([i915#1072] / [i915#9732]) -> [SKIP][535] ([i915#1072] / [i915#14544] / [i915#9732]) +3 other tests skip [534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-3/igt@kms_psr@psr-sprite-plane-onoff.html [535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: [SKIP][536] ([i915#5289]) -> [SKIP][537] ([i915#14544] / [i915#5289]) [536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html [537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: [SKIP][538] ([i915#14544] / [i915#5289]) -> [SKIP][539] ([i915#5289]) [538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html [539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: [SKIP][540] ([i915#9906]) -> [SKIP][541] ([i915#14544] / [i915#9906]) +1 other test skip [540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-vrr.html [541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-rkl: [SKIP][542] ([i915#2436]) -> [SKIP][543] ([i915#14544] / [i915#2436]) [542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8813/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html [543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553 [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#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#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177 [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#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#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008 [i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026 [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196 [i915#13331]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [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#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717 [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790 [i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118 [i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123 [i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412 [i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419 [i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498 [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544 [i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545 [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712 [i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995 [i915#15060]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15060 [i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073 [i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102 [i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131 [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#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#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481 [i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492 [i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582 [i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608 [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#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709 [i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733 [i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739 [i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752 [i915#15762]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15762 [i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815 [i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816 [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#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [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#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#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [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#3711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3711 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [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#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#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#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#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#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566 [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#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [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#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [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#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433 [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#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8813 -> IGTPW_14818 CI-20190529: 20190529 CI_DRM_18178: 4ae9f18564e78a5447be68aa1e9232a4f2c37b5a @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14818: 8857df80b5494f86a7beaaaa088343fd2e12e7d3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8813: 89e32100ca0e4ca343dd32408dacf1e879e8ed02 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14818/index.html [-- Attachment #2: Type: text/html, Size: 183902 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu ` (2 preceding siblings ...) 2026-03-20 20:28 ` ✗ i915.CI.Full: failure " Patchwork @ 2026-03-21 4:37 ` Patchwork 2026-03-25 19:36 ` [PATCH i-g-t v1] " Sharma, Swati2 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2026-03-21 4:37 UTC (permalink / raw) To: Jay Liu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 41105 bytes --] == Series Details == Series: tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek URL : https://patchwork.freedesktop.org/series/163563/ State : failure == Summary == CI Bug Log - changes from XEIGT_8813_FULL -> XEIGTPW_14818_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_14818_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_14818_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_14818_FULL: ### IGT changes ### #### Possible regressions #### * igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset: - shard-lnl: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-4/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-4/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset.html Known issues ------------ Here are the changes found in XEIGTPW_14818_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#3658] / [Intel XE#7360]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2327]) [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +2 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#2887]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-1/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2887]) +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2652]) +13 other tests skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#3432]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#306] / [Intel XE#7358]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-1/igt@kms_chamelium_color@ctm-blue-to-red.html - shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2325] / [Intel XE#7358]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_content_protection@legacy-hdcp14: - shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#7194]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_content_protection@legacy-hdcp14.html * igt@kms_content_protection@srm@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][14] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_content_protection@srm@pipe-a-dp-2.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2321] / [Intel XE#7355]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-bmg: [PASS][16] -> [DMESG-WARN][17] ([Intel XE#5354]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-legacy: - shard-bmg: [PASS][18] -> [FAIL][19] ([Intel XE#7571]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-bmg: [PASS][20] -> [SKIP][21] ([Intel XE#1340]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dp_aux_dev: - shard-bmg: [PASS][22] -> [SKIP][23] ([Intel XE#3009]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-10/igt@kms_dp_aux_dev.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_dp_aux_dev.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-bmg: [PASS][24] -> [SKIP][25] ([Intel XE#4354]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_feature_discovery@display-2x: - shard-bmg: [PASS][26] -> [SKIP][27] ([Intel XE#2373] / [Intel XE#7344]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-6/igt@kms_feature_discovery@display-2x.html [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_feature_discovery@display-2x.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-bmg: [PASS][28] -> [SKIP][29] ([Intel XE#2316]) +4 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-9/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-modeset: - shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1421]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-6/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@flip-vs-expired-vblank@a-edp1: - shard-lnl: [PASS][31] -> [FAIL][32] ([Intel XE#301]) +1 other test fail [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#7178] / [Intel XE#7351]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#7179]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x.html - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#7179]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-5/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-move: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#6312] / [Intel XE#651]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#656]) +5 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2312]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#4141]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2311]) +7 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt.html - shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#6312]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt: - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2313]) +7 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-bmg: [PASS][43] -> [SKIP][44] ([Intel XE#1503]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-8/igt@kms_hdr@invalid-metadata-sizes.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_joiner@basic-big-joiner: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#6901]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-7/igt@kms_joiner@basic-big-joiner.html * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#7283]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7283]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html * igt@kms_plane_multiple@2x-tiling-4: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#4596]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-4.html - shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#4596] / [Intel XE#5854]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-5/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-none: - shard-bmg: [PASS][50] -> [SKIP][51] ([Intel XE#4596]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-none.html [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-none.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-bmg: [PASS][52] -> [SKIP][53] ([Intel XE#2571] / [Intel XE#7343]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c: - shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html * igt@kms_pm_backlight@basic-brightness: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#7376] / [Intel XE#870]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][56] -> [FAIL][57] ([Intel XE#7340]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#1489]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html * igt@kms_psr@psr2-basic: - shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2234] / [Intel XE#2850]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_psr@psr2-basic.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [PASS][60] -> [SKIP][61] ([Intel XE#1435]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-7/igt@kms_setmode@clone-exclusive-crtc.html [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_sharpness_filter@filter-modifiers: - shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#6503]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_sharpness_filter@filter-modifiers.html * igt@kms_vrr@cmrr: - shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#2168] / [Intel XE#7444]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-7/igt@kms_vrr@cmrr.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#4459]) +1 other test fail [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-7/igt@kms_vrr@cmrr@pipe-a-edp-1.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#1499]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-drrs.html - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#1499]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@xe_compute@ccs-mode-basic: - shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#6599]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@xe_compute@ccs-mode-basic.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug@basic-connect: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#4837]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@xe_eudebug@basic-connect.html * igt@xe_eudebug@basic-vm-access: - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#4837]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-2/igt@xe_eudebug@basic-vm-access.html * igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#4837] / [Intel XE#6665]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-6/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html - shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#4837] / [Intel XE#6665]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-2/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: [PASS][74] -> [INCOMPLETE][75] ([Intel XE#6321]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict_ccs@evict-overcommit-standalone-nofree-samefd: - shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-6/igt@xe_evict_ccs@evict-overcommit-standalone-nofree-samefd.html * igt@xe_exec_balancer@no-exec-cm-virtual-userptr-invalidate-race: - shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#7482]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@xe_exec_balancer@no-exec-cm-virtual-userptr-invalidate-race.html * igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1392]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind: - shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2322] / [Intel XE#7372]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html * igt@xe_exec_fault_mode@many-execqueues-multi-queue-prefetch: - shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#7136]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-1/igt@xe_exec_fault_mode@many-execqueues-multi-queue-prefetch.html * igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#7136]) +4 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch.html * igt@xe_exec_multi_queue@max-queues-preempt-mode-fault-close-fd: - shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#6874]) +5 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-fault-close-fd.html * igt@xe_exec_multi_queue@two-queues-priority: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#6874]) +7 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@xe_exec_multi_queue@two-queues-priority.html * igt@xe_exec_system_allocator@madvise-split-vma: - shard-bmg: [PASS][84] -> [ABORT][85] ([Intel XE#5545] / [Intel XE#6652]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@xe_exec_system_allocator@madvise-split-vma.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-2/igt@xe_exec_system_allocator@madvise-split-vma.html * igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind: - shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#7138]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html * igt@xe_exec_threads@threads-multi-queue-cm-userptr-rebind: - shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#7138]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@xe_exec_threads@threads-multi-queue-cm-userptr-rebind.html * igt@xe_multigpu_svm@mgpu-latency-prefetch: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#6964]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@xe_multigpu_svm@mgpu-latency-prefetch.html - shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#6964]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-8/igt@xe_multigpu_svm@mgpu-latency-prefetch.html * igt@xe_query@multigpu-query-hwconfig: - shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#944]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@xe_query@multigpu-query-hwconfig.html * igt@xe_sriov_flr@flr-twice: - shard-bmg: [PASS][91] -> [FAIL][92] ([Intel XE#6569]) +1 other test fail [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-4/igt@xe_sriov_flr@flr-twice.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@xe_sriov_flr@flr-twice.html #### Possible fixes #### * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p: - shard-bmg: [SKIP][93] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-bmg: [SKIP][95] ([Intel XE#2291]) -> [PASS][96] +4 other tests pass [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-bmg: [SKIP][97] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][98] [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-bmg: [FAIL][99] -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-bmg: [SKIP][101] ([Intel XE#4294]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_dp_linktrain_fallback@dp-fallback.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-bmg: [SKIP][103] ([Intel XE#2316]) -> [PASS][104] +11 other tests pass [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_flip@2x-plain-flip-fb-recreate.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@dpms-vs-vblank-race@d-dp2: - shard-bmg: [INCOMPLETE][105] -> [PASS][106] +1 other test pass [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-2/igt@kms_flip@dpms-vs-vblank-race@d-dp2.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@kms_flip@dpms-vs-vblank-race@d-dp2.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-lnl: [FAIL][107] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][108] +1 other test pass [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_hdmi_inject@inject-audio: - shard-bmg: [SKIP][109] ([Intel XE#7308]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-7/igt@kms_hdmi_inject@inject-audio.html * igt@kms_joiner@basic-force-big-joiner: - shard-bmg: [SKIP][111] ([Intel XE#7086]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_joiner@basic-force-big-joiner.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][113] ([Intel XE#7340] / [Intel XE#7504]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html * igt@kms_vrr@negative-basic: - shard-bmg: [SKIP][115] ([Intel XE#1499]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_vrr@negative-basic.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-1/igt@kms_vrr@negative-basic.html * igt@xe_sriov_flr@flr-basic@numvfs-1: - shard-bmg: [FAIL][117] ([Intel XE#5937]) -> [PASS][118] +1 other test pass [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-7/igt@xe_sriov_flr@flr-basic@numvfs-1.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@xe_sriov_flr@flr-basic@numvfs-1.html #### Warnings #### * igt@kms_content_protection@legacy: - shard-bmg: [FAIL][119] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][120] ([Intel XE#2341]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-8/igt@kms_content_protection@legacy.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_content_protection@legacy.html * igt@kms_content_protection@suspend-resume: - shard-bmg: [FAIL][121] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][122] ([Intel XE#6705]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-2/igt@kms_content_protection@suspend-resume.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_content_protection@suspend-resume.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][123] ([Intel XE#2311]) -> [SKIP][124] ([Intel XE#2312]) +12 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][125] ([Intel XE#2312]) -> [SKIP][126] ([Intel XE#2311]) +17 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][127] ([Intel XE#4141]) -> [SKIP][128] ([Intel XE#2312]) +8 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [SKIP][129] ([Intel XE#2312]) -> [SKIP][130] ([Intel XE#4141]) +9 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render: - shard-bmg: [SKIP][131] ([Intel XE#2313]) -> [SKIP][132] ([Intel XE#2312]) +11 other tests skip [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-bmg: [SKIP][133] ([Intel XE#2312]) -> [SKIP][134] ([Intel XE#2313]) +16 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][135] ([Intel XE#3544]) -> [SKIP][136] ([Intel XE#3374] / [Intel XE#3544]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html * igt@kms_plane_multiple@2x-tiling-y: - shard-bmg: [SKIP][137] ([Intel XE#5021] / [Intel XE#7377]) -> [SKIP][138] ([Intel XE#4596]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-4/igt@kms_plane_multiple@2x-tiling-y.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-bmg: [SKIP][139] ([Intel XE#4596]) -> [SKIP][140] ([Intel XE#5021] / [Intel XE#7377]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-yf.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-9/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_rotation_crc@bad-tiling: - shard-bmg: [SKIP][141] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][142] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-4/igt@kms_rotation_crc@bad-tiling.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-bmg: [SKIP][143] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) -> [SKIP][144] ([Intel XE#3904] / [Intel XE#7342]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_tiled_display@basic-test-pattern: - shard-bmg: [SKIP][145] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][146] ([Intel XE#1729] / [Intel XE#7424]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8813/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#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#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658 [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#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294 [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354 [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#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837 [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021 [Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354 [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545 [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848 [Intel XE#5854]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854 [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937 [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312 [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321 [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569 [Intel XE#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#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705 [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#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901 [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964 [Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086 [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#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178 [Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179 [Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194 [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283 [Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308 [Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319 [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340 [Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342 [Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343 [Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344 [Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350 [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351 [Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355 [Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358 [Intel XE#7360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7360 [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372 [Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373 [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374 [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376 [Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377 [Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424 [Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444 [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482 [Intel XE#7504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7504 [Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 Build changes ------------- * IGT: IGT_8813 -> IGTPW_14818 IGTPW_14818: 8857df80b5494f86a7beaaaa088343fd2e12e7d3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8813: 89e32100ca0e4ca343dd32408dacf1e879e8ed02 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-4749-4ae9f18564e78a5447be68aa1e9232a4f2c37b5a: 4ae9f18564e78a5447be68aa1e9232a4f2c37b5a == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14818/index.html [-- Attachment #2: Type: text/html, Size: 47382 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu ` (3 preceding siblings ...) 2026-03-21 4:37 ` ✗ Xe.CI.FULL: " Patchwork @ 2026-03-25 19:36 ` Sharma, Swati2 2026-04-09 13:02 ` Jay Liu (刘博) 4 siblings, 1 reply; 7+ messages in thread From: Sharma, Swati2 @ 2026-03-25 19:36 UTC (permalink / raw) To: Jay Liu, igt-dev Cc: Jason-JH Lin, Paul-PL Chen, Nancy Lin, Singo Chang, Gil Dekel, Yacoub, Project_Global_Chrome_Upstream_Group [-- Attachment #1: Type: text/plain, Size: 3805 bytes --] Hi Liu, Change is functionally is correct but the commit message and code need more clarity and justification, especially around: -10-bit requirement -4092 LUT value On 20-03-2026 01:03 pm, Jay Liu wrote: > 1.Add 10-bit color depth flow to gamma test for MediaTek devices, which only > support bit-true results with 10-bit data. The test now selects 8-bit or > 10-bit color depth and framebuffer format based on device type. > > 2. Change the maximum gamma LUT value from 4095 to 4092 for MediaTek devices. The commit message mentions changing LUT values from 4095 to 4092, but the code updates values from 0xffff to 0xffd0. Since the LUT is programmed using 16-bit values, the commit message should reflect that. > > Signed-off-by: Jay Liu<jay.liu@mediatek.com> > --- > tests/kms_color.c | 28 +++++++++++++++++++++------- > 1 file changed, 21 insertions(+), 7 deletions(-) > > diff --git a/tests/kms_color.c b/tests/kms_color.c > index 565edb2dc..27fc08ab9 100644 > --- a/tests/kms_color.c > +++ b/tests/kms_color.c > @@ -288,7 +288,7 @@ static bool test_pipe_legacy_gamma(data_t *data, > fb_id = igt_create_fb(data->drm_fd, > mode->hdisplay, > mode->vdisplay, > - DRM_FORMAT_XRGB8888, > + data->drm_format, > DRM_FORMAT_MOD_LINEAR, > &fb); > igt_assert(fb_id); > @@ -296,7 +296,7 @@ static bool test_pipe_legacy_gamma(data_t *data, > fb_modeset_id = igt_create_fb(data->drm_fd, > mode->hdisplay, > mode->vdisplay, > - DRM_FORMAT_XRGB8888, > + data->drm_format, > DRM_FORMAT_MOD_LINEAR, > &fb_modeset); > igt_assert(fb_modeset_id); > @@ -322,8 +322,16 @@ static bool test_pipe_legacy_gamma(data_t *data, > igt_plane_set_fb(primary, &fb); > > red_lut[0] = green_lut[0] = blue_lut[0] = 0; > - for (i = 1; i < legacy_lut_size; i++) > - red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff; > + for (i = 1; i < legacy_lut_size; i++) { > + /* > + * Use 4092 for mtk gamma LUT to remap all values > + * to max red/green/blue. > + */ This comment can be improved stating why MTK gamma doesn't map to 0xffff? > + if (is_mtk_device(data->drm_fd)) > + red_lut[i] = green_lut[i] = blue_lut[i] = 0xffd0; > + else > + red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff; > + } > igt_assert_eq(drmModeCrtcSetGamma(data->drm_fd, primary->crtc->crtc_id, > legacy_lut_size, red_lut, green_lut, blue_lut), 0); > igt_display_commit(&data->display); > @@ -752,14 +760,20 @@ static void > run_gamma_degamma_tests_for_crtc(data_t *data, igt_crtc_t *crtc, > bool (*test_t)(data_t*, igt_plane_t*)) > { > + bool depth_10bit = false; > + > test_setup(data, crtc); > > + /* MediaTek can only support bit-ture in 10-bit depth pre color */ Typo: probably meant**bit-true. May be rephrased to /* MediaTek requires 10-bit pipeline for accurate (bit-true) color processing */ > + if (is_mtk_device(data->drm_fd)) > + depth_10bit = true; Instead of setting depth_10bit to false May be we can do bool is_mtk = is_mtk_device(data->drm_fd); > + > /* > - * We assume an 8bits depth per color for degamma/gamma LUTs > + * We assume an 8bits or 10bits depth per color for degamma/gamma LUTs > * for CRC checks with framebuffer references. > */ > - data->color_depth = 8; > - data->drm_format = DRM_FORMAT_XRGB8888; > + data->color_depth = depth_10bit ? 10 : 8; > + data->drm_format = depth_10bit ? DRM_FORMAT_XRGB2101010 : DRM_FORMAT_XRGB8888; > data->mode = igt_output_get_mode(data->output); /* MTK requires 10-bit pipeline for correct color processing */ data->color_depth=is_mtk?10: 8; data->drm_format=is_mtk?DRM_FORMAT_XRGB2101010: DRM_FORMAT_XRGB8888; > > igt_require(crtc_output_combo_valid(data, crtc)); [-- Attachment #2: Type: text/html, Size: 5757 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek 2026-03-25 19:36 ` [PATCH i-g-t v1] " Sharma, Swati2 @ 2026-04-09 13:02 ` Jay Liu (刘博) 0 siblings, 0 replies; 7+ messages in thread From: Jay Liu (刘博) @ 2026-04-09 13:02 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, swati2.sharma@intel.com Cc: Project_Global_Chrome_Upstream_Group, Nancy Lin (林欣螢), Jason-JH Lin (林睿祥), Paul-pl Chen (陳柏霖), Singo Chang (張興國), gildekel@google.com, markyacoub@chromium.org [-- Attachment #1: Type: text/plain, Size: 5302 bytes --] On Thu, 2026-03-26 at 01:06 +0530, Sharma, Swati2 wrote: Hi Liu, Change is functionally is correct but the commit message and code need more clarity and justification, especially around: -10-bit requirement -4092 LUT value On 20-03-2026 01:03 pm, Jay Liu wrote: 1.Add 10-bit color depth flow to gamma test for MediaTek devices, which only support bit-true results with 10-bit data. The test now selects 8-bit or 10-bit color depth and framebuffer format based on device type. 2. Change the maximum gamma LUT value from 4095 to 4092 for MediaTek devices. The commit message mentions changing LUT values from 4095 to 4092, but the code updates values from 0xffff to 0xffd0. Since the LUT is programmed using 16-bit values, the commit message should reflect that. Signed-off-by: Jay Liu <jay.liu@mediatek.com><mailto:jay.liu@mediatek.com> --- tests/kms_color.c | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/tests/kms_color.c b/tests/kms_color.c index 565edb2dc..27fc08ab9 100644 --- a/tests/kms_color.c +++ b/tests/kms_color.c @@ -288,7 +288,7 @@ static bool test_pipe_legacy_gamma(data_t *data, fb_id = igt_create_fb(data->drm_fd, mode->hdisplay, mode->vdisplay, - DRM_FORMAT_XRGB8888, + data->drm_format, DRM_FORMAT_MOD_LINEAR, &fb); igt_assert(fb_id); @@ -296,7 +296,7 @@ static bool test_pipe_legacy_gamma(data_t *data, fb_modeset_id = igt_create_fb(data->drm_fd, mode->hdisplay, mode->vdisplay, - DRM_FORMAT_XRGB8888, + data->drm_format, DRM_FORMAT_MOD_LINEAR, &fb_modeset); igt_assert(fb_modeset_id); @@ -322,8 +322,16 @@ static bool test_pipe_legacy_gamma(data_t *data, igt_plane_set_fb(primary, &fb); red_lut[0] = green_lut[0] = blue_lut[0] = 0; - for (i = 1; i < legacy_lut_size; i++) - red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff; + for (i = 1; i < legacy_lut_size; i++) { + /* + * Use 4092 for mtk gamma LUT to remap all values + * to max red/green/blue. + */ This comment can be improved stating why MTK gamma doesn't map to 0xffff? + if (is_mtk_device(data->drm_fd)) + red_lut[i] = green_lut[i] = blue_lut[i] = 0xffd0; + else + red_lut[i] = green_lut[i] = blue_lut[i] = 0xffff; + } igt_assert_eq(drmModeCrtcSetGamma(data->drm_fd, primary->crtc->crtc_id, legacy_lut_size, red_lut, green_lut, blue_lut), 0); igt_display_commit(&data->display); @@ -752,14 +760,20 @@ static void run_gamma_degamma_tests_for_crtc(data_t *data, igt_crtc_t *crtc, bool (*test_t)(data_t*, igt_plane_t*)) { + bool depth_10bit = false; + test_setup(data, crtc); + /* MediaTek can only support bit-ture in 10-bit depth pre color */ Typo: probably meant bit-true. May be rephrased to /* MediaTek requires 10-bit pipeline for accurate (bit-true) color processing */ + if (is_mtk_device(data->drm_fd)) + depth_10bit = true; Instead of setting depth_10bit to false May be we can do bool is_mtk = is_mtk_device(data->drm_fd); + /* - * We assume an 8bits depth per color for degamma/gamma LUTs + * We assume an 8bits or 10bits depth per color for degamma/gamma LUTs * for CRC checks with framebuffer references. */ - data->color_depth = 8; - data->drm_format = DRM_FORMAT_XRGB8888; + data->color_depth = depth_10bit ? 10 : 8; + data->drm_format = depth_10bit ? DRM_FORMAT_XRGB2101010 : DRM_FORMAT_XRGB8888; data->mode = igt_output_get_mode(data->output); /* MTK requires 10-bit pipeline for correct color processing */ data->color_depth = is_mtk ? 10 : 8; data->drm_format = is_mtk ? DRM_FORMAT_XRGB2101010 : DRM_FORMAT_XRGB8888; igt_require(crtc_output_combo_valid(data, crtc)); Hi Sharma, Thank you very much for your professional review and the constructive suggestions. I completely agree with your feedback. The commit message and code comments indeed need more clarity regarding the 10-bit requirement and the logic behind the 4092/0xFFD0 LUT values. I will incorporate your suggestions, specifically: Refining the commit message: I will explicitly mention the 16-bit mapping behavior of the MTK gamma driver and justify the use of 0xFFD0 to achieve the 4092 target value. I am working on the second version of the patch and will submit it for your review as soon as possible. Thanks again for your time and guidance. Best regards, Jay [-- Attachment #2: Type: text/html, Size: 8846 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-04-09 13:03 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-03-20 7:33 [PATCH i-g-t v1] tests/kms_color: Add 10-bit color depth support to gamma test for MediaTek Jay Liu 2026-03-20 8:45 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-03-20 9:10 ` ✓ i915.CI.BAT: " Patchwork 2026-03-20 20:28 ` ✗ i915.CI.Full: failure " Patchwork 2026-03-21 4:37 ` ✗ Xe.CI.FULL: " Patchwork 2026-03-25 19:36 ` [PATCH i-g-t v1] " Sharma, Swati2 2026-04-09 13:02 ` Jay Liu (刘博)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox