* [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe
@ 2023-11-28 10:00 Nidhi Gupta
2023-11-28 10:47 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Nidhi Gupta @ 2023-11-28 10:00 UTC (permalink / raw)
To: igt-dev; +Cc: Nidhi Gupta
Added a new subtest as kms_frontbuffer_tracking@pipe-fbc-rte.
It will execute on each pipe with valid output and check if FBC is
enabled or not.
v2: Change the test design to reuse the existing
rte_subtest() code for each pipe (Bhanu)
v3: Use igt_fixture to restore the default
parameters (Bhanu)
v4: fixed nitpicks (Bhanu)
v5: create igt_subtest_group and move igt_fixture
inside the group (Bhanu)
v6: fixed nitpicks (Bhanu)
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
---
tests/intel/kms_frontbuffer_tracking.c | 50 ++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
index 259dfd136..6cf9861d0 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c
@@ -57,6 +57,10 @@
* Description: Sanity test to enable FBC on a plane.
* Functionality: fbc
*
+ * SUBTEST: pipe-fbc-rte
+ * Description: Sanity test to enable FBC on each pipe.
+ * Functionality: fbc
+ *
* SUBTEST: drrs-%dp-rte
* Description: Sanity test to enable DRRS with %arg[1] panels.
* Functionality: fbt, drrs
@@ -4460,6 +4464,8 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
{
struct test_mode t;
int devid;
+ enum pipe pipe;
+ igt_output_t *output;
igt_fixture {
setup_environment();
@@ -4500,6 +4506,50 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
plane_fbc_rte_subtest(&t);
}
+ igt_subtest_group {
+ igt_subtest_with_dynamic("pipe-fbc-rte") {
+
+ enum pipe default_pipe = prim_mode_params.pipe;
+
+ t.pipes = PIPE_SINGLE;
+ t.feature = FEATURE_FBC;
+ t.screen = SCREEN_PRIM;
+ t.fbs = FBS_INDIVIDUAL;
+ t.format = FORMAT_DEFAULT;
+ t.method = IGT_DRAW_BLT;
+ /* Make sure nothing is using these values. */
+ t.flip = -1;
+ t.tiling = opt.tiling;
+
+ for_each_pipe(&drm.display, pipe) {
+
+ if (pipe == default_pipe) {
+ igt_info("pipe-%s: FBC validated in other subtest\n", kmstest_pipe_name(pipe));
+ continue;
+ }
+
+ if (!intel_fbc_supported_on_chipset(drm.fd, pipe)) {
+ igt_info("Can't test FBC: not supported on pipe-%s\n", kmstest_pipe_name(pipe));
+ continue;
+ }
+
+ for_each_valid_output_on_pipe(&drm.display, pipe, output) {
+ init_mode_params(&prim_mode_params, output, pipe);
+ setup_fbc();
+
+ igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe),
+ igt_output_name(output))
+ rte_subtest(&t);
+
+ break; /* One output is enough. */
+ }
+ }
+ }
+
+ igt_fixture
+ init_modeset_cached_params();
+ }
+
TEST_MODE_ITER_BEGIN(t)
igt_subtest_f("%s-%s-%s-%s-%s-draw-%s",
--
2.39.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) 2023-11-28 10:00 [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta @ 2023-11-28 10:47 ` Patchwork 2023-11-28 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-28 10:47 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 16245 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) URL : https://patchwork.freedesktop.org/series/126708/ State : success == Summary == CI Bug Log - changes from CI_DRM_13931 -> IGTPW_10278 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html Participating hosts (36 -> 36) ------------------------------ Additional (3): bat-rpls-1 bat-atsm-1 bat-dg2-8 Missing (3): bat-kbl-2 fi-snb-2520m bat-mtlp-6 Known issues ------------ Here are the changes found in IGTPW_10278 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-rpls-1: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - bat-rpls-1: NOTRUN -> [SKIP][2] ([i915#1849] / [i915#2582]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@fbdev@info.html * igt@fbdev@write: - bat-rpls-1: NOTRUN -> [SKIP][3] ([i915#2582]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@fbdev@write.html * igt@gem_exec_suspend@basic-s3@lmem0: - bat-dg2-8: NOTRUN -> [INCOMPLETE][4] ([i915#9275]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@gem_exec_suspend@basic-s3@lmem0.html * igt@gem_lmem_swapping@random-engines: - bat-rpls-1: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@gem_lmem_swapping@random-engines.html * igt@gem_mmap@basic: - bat-atsm-1: NOTRUN -> [SKIP][6] ([i915#4083]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@gem_mmap@basic.html - bat-dg2-8: NOTRUN -> [SKIP][7] ([i915#4083]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-8: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@gem_mmap_gtt@basic.html * igt@gem_tiled_fence_blits@basic: - bat-atsm-1: NOTRUN -> [SKIP][9] ([i915#4077]) +2 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-atsm-1: NOTRUN -> [SKIP][10] ([i915#4079]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@gem_tiled_pread_basic.html - bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#4079]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@gem_tiled_pread_basic.html - bat-rpls-1: NOTRUN -> [SKIP][12] ([i915#3282]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-atsm-1: NOTRUN -> [SKIP][13] ([i915#6621]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@i915_pm_rps@basic-api.html - bat-dg2-8: NOTRUN -> [SKIP][14] ([i915#6621]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@i915_pm_rps@basic-api.html - bat-rpls-1: NOTRUN -> [SKIP][15] ([i915#6621]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [PASS][16] -> [DMESG-FAIL][17] ([i915#5334]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_suspend@basic-s3-without-i915: - bat-atsm-1: NOTRUN -> [SKIP][18] ([i915#6645]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@i915_suspend@basic-s3-without-i915.html - bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#6645]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-8: NOTRUN -> [SKIP][20] ([i915#5190]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#4215] / [i915#5190]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-8: NOTRUN -> [SKIP][22] ([i915#4212]) +6 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@size-max: - bat-atsm-1: NOTRUN -> [SKIP][23] ([i915#6077]) +36 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_addfb_basic@size-max.html * igt@kms_addfb_basic@tile-pitch-mismatch: - bat-atsm-1: NOTRUN -> [SKIP][24] ([i915#5608] / [i915#6077]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_addfb_basic@tile-pitch-mismatch.html - bat-dg2-8: NOTRUN -> [SKIP][25] ([i915#4212] / [i915#5608]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-atsm-1: NOTRUN -> [SKIP][26] ([i915#5608] / [i915#6078]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-dg2-8: NOTRUN -> [SKIP][27] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-atsm-1: NOTRUN -> [SKIP][28] ([i915#6078]) +12 other tests skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_cursor_legacy@basic-flip-after-cursor-legacy: - bat-rpls-1: NOTRUN -> [SKIP][29] ([i915#1845]) +17 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html * igt@kms_flip@basic-flip-vs-modeset: - bat-rpls-1: NOTRUN -> [SKIP][30] ([i915#3637]) +3 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@kms_flip@basic-flip-vs-modeset.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-8: NOTRUN -> [SKIP][31] ([fdo#109285]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html - bat-rpls-1: NOTRUN -> [SKIP][32] ([fdo#109285]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-atsm-1: NOTRUN -> [SKIP][33] ([i915#6093]) +4 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_force_connector_basic@prune-stale-modes.html - bat-dg2-8: NOTRUN -> [SKIP][34] ([i915#5274]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-rpls-1: NOTRUN -> [SKIP][35] ([i915#1849] / [i915#5354]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@kms_frontbuffer_tracking@basic.html * igt@kms_hdmi_inject@inject-audio: - fi-kbl-guc: [PASS][36] -> [FAIL][37] ([IGT#3]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-atsm-1: NOTRUN -> [SKIP][38] ([i915#1836]) +7 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [PASS][39] -> [ABORT][40] ([i915#8668]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html * igt@kms_prop_blob@basic: - bat-atsm-1: NOTRUN -> [SKIP][41] ([i915#7357]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_prop_blob@basic.html * igt@kms_setmode@basic-clone-single-crtc: - bat-atsm-1: NOTRUN -> [SKIP][42] ([i915#6094]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@kms_setmode@basic-clone-single-crtc.html - bat-dg2-8: NOTRUN -> [SKIP][43] ([i915#3555] / [i915#4098]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html - bat-rpls-1: NOTRUN -> [SKIP][44] ([i915#3555]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-atsm-1: NOTRUN -> [SKIP][45] ([fdo#109295] / [i915#6078]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@prime_vgem@basic-fence-flip.html - bat-dg2-8: NOTRUN -> [SKIP][46] ([i915#3708]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html - bat-rpls-1: NOTRUN -> [SKIP][47] ([fdo#109295] / [i915#1845] / [i915#3708]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-atsm-1: NOTRUN -> [SKIP][48] ([fdo#109295] / [i915#4077]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@prime_vgem@basic-fence-mmap.html - bat-dg2-8: NOTRUN -> [SKIP][49] ([i915#3708] / [i915#4077]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-atsm-1: NOTRUN -> [SKIP][50] ([fdo#109295]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-atsm-1/igt@prime_vgem@basic-write.html - bat-dg2-8: NOTRUN -> [SKIP][51] ([i915#3291] / [i915#3708]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-8/igt@prime_vgem@basic-write.html - bat-rpls-1: NOTRUN -> [SKIP][52] ([fdo#109295] / [i915#3708]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-rpls-1/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@smem: - bat-dg2-9: [INCOMPLETE][53] ([i915#9275]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-5: - bat-adlp-11: [DMESG-FAIL][55] ([i915#6868]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/bat-adlp-11/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-5.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-adlp-11/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-5.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-d-dp-5: - bat-adlp-11: [FAIL][57] ([i915#9666]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/bat-adlp-11/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-d-dp-5.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/bat-adlp-11/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-d-dp-5.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077 [i915#6078]: https://gitlab.freedesktop.org/drm/intel/issues/6078 [i915#6093]: https://gitlab.freedesktop.org/drm/intel/issues/6093 [i915#6094]: https://gitlab.freedesktop.org/drm/intel/issues/6094 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868 [i915#7357]: https://gitlab.freedesktop.org/drm/intel/issues/7357 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9666]: https://gitlab.freedesktop.org/drm/intel/issues/9666 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9736]: https://gitlab.freedesktop.org/drm/intel/issues/9736 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7605 -> IGTPW_10278 CI-20190529: 20190529 CI_DRM_13931: 78b2fab242c3badfa58865875274e8992de56370 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10278: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html IGT_7605: 7605 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html [-- Attachment #2: Type: text/html, Size: 19836 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) 2023-11-28 10:00 [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-28 10:47 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) Patchwork @ 2023-11-28 11:16 ` Patchwork 2023-11-28 11:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-11-28 13:29 ` [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-28 11:16 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 11733 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) URL : https://patchwork.freedesktop.org/series/126708/ State : success == Summary == CI Bug Log - changes from XEIGT_7605_BAT -> XEIGTPW_10278_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (1 -> 4) ------------------------------ Additional (3): bat-pvc-2 bat-dg2-oem2 bat-atsm-2 Known issues ------------ Here are the changes found in XEIGTPW_10278_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - bat-pvc-2: NOTRUN -> [SKIP][1] ([i915#6077]) +33 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][2] ([Intel XE#623]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][3] ([Intel XE#388]) +2 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@invalid-set-prop-any: - bat-atsm-2: NOTRUN -> [SKIP][4] ([i915#6077]) +33 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_addfb_basic@invalid-set-prop-any.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-pvc-2: NOTRUN -> [SKIP][5] ([Intel XE#782]) +5 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - bat-atsm-2: NOTRUN -> [SKIP][6] ([Intel XE#782]) +5 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-atsm-2: NOTRUN -> [SKIP][7] ([Intel XE#784]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_dsc@dsc-basic.html - bat-pvc-2: NOTRUN -> [SKIP][8] ([Intel XE#784]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_dsc@dsc-basic.html - bat-dg2-oem2: NOTRUN -> [SKIP][9] ([Intel XE#423]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-pvc-2: NOTRUN -> [SKIP][10] ([Intel XE#947]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_flip@basic-flip-vs-modeset: - bat-atsm-2: NOTRUN -> [SKIP][11] ([Intel XE#947]) +3 other tests skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_flip@basic-flip-vs-modeset.html * igt@kms_force_connector_basic@force-connector-state: - bat-pvc-2: NOTRUN -> [SKIP][12] ([Intel XE#540]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_force_connector_basic@force-connector-state.html - bat-atsm-2: NOTRUN -> [SKIP][13] ([Intel XE#540]) +3 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: NOTRUN -> [SKIP][14] ([i915#5274]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-pvc-2: NOTRUN -> [SKIP][15] ([Intel XE#783]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_frontbuffer_tracking@basic.html - bat-dg2-oem2: NOTRUN -> [FAIL][16] ([Intel XE#608]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html - bat-atsm-2: NOTRUN -> [SKIP][17] ([Intel XE#783]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: NOTRUN -> [FAIL][18] ([Intel XE#400] / [Intel XE#616]) +2 other tests fail [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-atsm-2: NOTRUN -> [SKIP][19] ([i915#1836]) +6 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-pvc-2: NOTRUN -> [SKIP][20] ([Intel XE#829]) +6 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_prop_blob@basic: - bat-pvc-2: NOTRUN -> [SKIP][21] ([Intel XE#780]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@kms_prop_blob@basic.html - bat-atsm-2: NOTRUN -> [SKIP][22] ([Intel XE#780]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@kms_prop_blob@basic.html * igt@xe_compute@compute-square: - bat-atsm-2: NOTRUN -> [SKIP][23] ([Intel XE#672]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@xe_compute@compute-square.html - bat-dg2-oem2: NOTRUN -> [SKIP][24] ([Intel XE#672]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@xe_compute@compute-square.html * igt@xe_evict@evict-beng-small-external: - bat-pvc-2: NOTRUN -> [FAIL][25] ([Intel XE#936]) +3 other tests fail [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_evict@evict-beng-small-external.html * igt@xe_evict@evict-small-cm: - bat-pvc-2: NOTRUN -> [DMESG-FAIL][26] ([Intel XE#482]) +3 other tests dmesg-fail [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_evict@evict-small-cm.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][27] ([Intel XE#288]) +17 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-imm: - bat-atsm-2: NOTRUN -> [SKIP][28] ([Intel XE#288]) +17 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html * igt@xe_guc_pc@freq_range_idle: - bat-pvc-2: NOTRUN -> [SKIP][29] ([Intel XE#533]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_guc_pc@freq_range_idle.html * igt@xe_huc_copy@huc_copy: - bat-pvc-2: NOTRUN -> [SKIP][30] ([Intel XE#255]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_huc_copy@huc_copy.html - bat-dg2-oem2: NOTRUN -> [SKIP][31] ([Intel XE#255]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html - bat-atsm-2: NOTRUN -> [SKIP][32] ([Intel XE#255]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-atsm-2/igt@xe_huc_copy@huc_copy.html * igt@xe_intel_bb@render: - bat-pvc-2: NOTRUN -> [SKIP][33] ([Intel XE#532]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_intel_bb@render.html * igt@xe_module_load@load: - bat-pvc-2: NOTRUN -> [SKIP][34] ([Intel XE#378]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_module_load@load.html * igt@xe_pm_residency@gt-c6-on-idle: - bat-pvc-2: NOTRUN -> [SKIP][35] ([Intel XE#531]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-pvc-2/igt@xe_pm_residency@gt-c6-on-idle.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-adlp-7: [FAIL][36] ([Intel XE#480]) -> [PASS][37] +1 other test pass [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7605/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#388]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/388 [Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/482 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#531]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/531 [Intel XE#532]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/532 [Intel XE#533]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/533 [Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#672]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/672 [Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780 [Intel XE#782]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/782 [Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783 [Intel XE#784]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/784 [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829 [Intel XE#926]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/926 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#936]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/936 [Intel XE#947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/947 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077 Build changes ------------- * IGT: IGT_7605 -> IGTPW_10278 * Linux: xe-520-7c4b213b5a33fc591a5c92910292aea30193f96c -> xe-525-417251e59231e74f32b995403a66588e6960da2b IGTPW_10278: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html IGT_7605: 7605 xe-520-7c4b213b5a33fc591a5c92910292aea30193f96c: 7c4b213b5a33fc591a5c92910292aea30193f96c xe-525-417251e59231e74f32b995403a66588e6960da2b: 417251e59231e74f32b995403a66588e6960da2b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10278/index.html [-- Attachment #2: Type: text/html, Size: 13582 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) 2023-11-28 10:00 [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-28 10:47 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) Patchwork 2023-11-28 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-11-28 11:58 ` Patchwork 2023-11-28 13:29 ` [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-28 11:58 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 81601 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) URL : https://patchwork.freedesktop.org/series/126708/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13931_full -> IGTPW_10278_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10278_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10278_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_10278/index.html Participating hosts (11 -> 10) ------------------------------ Missing (1): shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10278_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_frontbuffer_tracking@pipe-fbc-rte} (NEW): - shard-dg1: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-tglu: NOTRUN -> [SKIP][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@perf@oa-exponents@0-rcs0: - shard-mtlp: NOTRUN -> [FAIL][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@perf@oa-exponents@0-rcs0.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_pm_dc@dc3co-vpb-simulation}: - shard-tglu: NOTRUN -> [SKIP][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-2/igt@kms_pm_dc@dc3co-vpb-simulation.html New tests --------- New tests have been introduced between CI_DRM_13931_full and IGTPW_10278_full: ### New IGT tests (3) ### * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - Statuses : 3 skip(s) - Exec time: [0.0] s * igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-vga-1: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_10278_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8411]) +2 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@api_intel_bb@object-reloc-purge-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][6] ([i915#6122]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@api_intel_bb@render-ccs.html * igt@debugfs_test@basic-hwmon: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#9318]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@debugfs_test@basic-hwmon.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#7701]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#7701]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@all-busy-check-all: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +34 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@drm_fdinfo@all-busy-check-all.html * igt@drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +10 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@gem_busy@semaphore: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#3936]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gem_busy@semaphore.html * igt@gem_caching@reads: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#4873]) +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@gem_caching@reads.html * igt@gem_ccs@block-copy-compressed: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#3555]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#9323]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#7697]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][17] ([i915#6335]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-4/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8562]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@gem_create@create-ext-set-pat.html * igt@gem_create@hog-create@smem0: - shard-mtlp: NOTRUN -> [FAIL][19] ([i915#8758]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_create@hog-create@smem0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [PASS][20] -> [FAIL][21] ([i915#6268]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-8/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][22] ([fdo#109314]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#8555]) +5 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1: - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#5882]) +5 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#280]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_ctx_sseu@invalid-sseu.html - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#280]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4771]) +2 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#4812]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-12/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#6334]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-zero: - shard-dg2: NOTRUN -> [FAIL][30] ([i915#9606]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-1/igt@gem_exec_capture@many-4k-zero.html - shard-mtlp: NOTRUN -> [FAIL][31] ([i915#9606]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_exec_capture@many-4k-zero.html * igt@gem_exec_fair@basic-deadline: - shard-glk: NOTRUN -> [FAIL][32] ([i915#2846]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-glk3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4473] / [i915#4771]) +4 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-pace-solo: - shard-mtlp: NOTRUN -> [SKIP][34] ([i915#4473]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][35] ([i915#2842]) +4 other tests fail [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-tglu: [PASS][36] -> [FAIL][37] ([i915#2842]) +1 other test fail [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-8/igt@gem_exec_fair@basic-throttle@rcs0.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_fence@submit: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4812]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@gem_exec_fence@submit.html * igt@gem_exec_fence@submit3: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4812]) +4 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#5107]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][43] ([fdo#112283]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3281]) +12 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +31 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-wc-active: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-13/igt@gem_exec_reloc@basic-gtt-wc-active.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812]) +4 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-chain.html - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [PASS][49] -> [INCOMPLETE][50] ([i915#9275]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-6/igt@gem_exec_suspend@basic-s0@smem.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][51] ([i915#7975] / [i915#8213]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: NOTRUN -> [ABORT][52] ([i915#7975] / [i915#8213]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4860]) +6 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4860]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-1/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_lmem_swapping@basic: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4613]) +13 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random: - shard-glk: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#4613]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-glk8/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-tglu: NOTRUN -> [SKIP][57] ([i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-4/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [PASS][58] -> [TIMEOUT][59] ([i915#5493]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#8289]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@coherency: - shard-tglu: NOTRUN -> [SKIP][61] ([fdo#111656]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@gem_mmap_gtt@coherency.html * igt@gem_mmap_gtt@cpuset-medium-copy: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4077]) +42 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-medium-copy.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4077]) +12 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4083]) +21 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_mmap_wc@read-write.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][65] ([i915#4083]) +2 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-15/igt@gem_mmap_wc@write-read.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +5 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#3282]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4270]) +4 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-tglu: NOTRUN -> [SKIP][69] ([i915#4270]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4270]) +12 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@beyond-eob: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#3282]) +5 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@gem_readwrite@beyond-eob.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#3282]) +19 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-glk: NOTRUN -> [SKIP][73] ([fdo#109271]) +91 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-glk3/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#8428]) +22 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#4079]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-7/igt@gem_render_tiled_blits@basic.html * igt@gem_softpin@evict-snoop: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4885]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4079]) +6 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gem_tiled_pread_basic.html * igt@gem_tiled_swapping@non-threaded: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4077]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-16/igt@gem_tiled_swapping@non-threaded.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#3297]) +3 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@mmap-offset-banned@gtt: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3297]) +10 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@gem_userptr_blits@mmap-offset-banned@gtt.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#3297] / [i915#4958]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap: - shard-tglu: NOTRUN -> [SKIP][82] ([i915#3297]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-7/igt@gem_userptr_blits@unsync-unmap.html * igt@gen3_render_linear_blits: - shard-dg2: NOTRUN -> [SKIP][83] ([fdo#109289]) +5 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gen3_render_linear_blits.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][84] ([fdo#109289]) +14 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@gen3_render_tiledy_blits.html * igt@gen7_exec_parse@bitmasks: - shard-dg1: NOTRUN -> [SKIP][85] ([fdo#109289]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@gen7_exec_parse@bitmasks.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][86] ([i915#2527] / [i915#2856]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-8/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#2856]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#2856]) +14 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@gen9_exec_parse@unaligned-jump.html * igt@gen9_exec_parse@valid-registers: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#2527]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-13/igt@gen9_exec_parse@valid-registers.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#6227]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@i915_module_load@load.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#8436]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][92] ([i915#8399]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-7/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_mult@media-freq@gt1: - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#6590]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@i915_pm_freq_mult@media-freq@gt1.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][94] ([fdo#109293] / [fdo#109506]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-mtlp: NOTRUN -> [SKIP][95] ([fdo#109293]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#8431]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rps@basic-api: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#6621]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-16/igt@i915_pm_rps@basic-api.html - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#6621]) +2 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@reset: - shard-mtlp: NOTRUN -> [FAIL][99] ([i915#8346]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#8925]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_rps@thresholds-park@gt0: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#8925]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@i915_pm_rps@thresholds-park@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#3555] / [i915#8925]) +2 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_pm_sseu@full-enable: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#8437]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6188]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@i915_query@query-topology-coherent-slice-mask.html - shard-dg2: NOTRUN -> [SKIP][105] ([i915#6188]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_query@query-topology-known-pci-ids: - shard-mtlp: NOTRUN -> [SKIP][106] ([fdo#109303]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-mtlp: NOTRUN -> [SKIP][107] ([fdo#109302]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@live@workarounds: - shard-dg1: [PASS][108] -> [ABORT][109] ([i915#9413]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-16/igt@i915_selftest@live@workarounds.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-16/igt@i915_selftest@live@workarounds.html * igt@i915_selftest@mock@memory_region: - shard-tglu: NOTRUN -> [DMESG-WARN][110] ([i915#9311]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-7/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#4212]) +5 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html - shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#5190]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][114] ([i915#8247]) +3 other tests fail [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6229]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@kms_async_flips@test-cursor.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#3555] / [i915#4098]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#1769] / [i915#3555]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][118] ([fdo#111615] / [i915#5286]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-5/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5286]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [FAIL][120] ([i915#5138]) +1 other test fail [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111614]) +15 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111614]) +4 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][123] ([fdo#111614]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-8/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#3638]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [PASS][125] -> [FAIL][126] ([i915#3743]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +15 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +5 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#6187]) +4 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-tglu: NOTRUN -> [SKIP][130] ([fdo#111615]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][131] ([fdo#111615]) +40 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#2705]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@kms_big_joiner@2x-modeset.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#2705]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@kms_big_joiner@basic.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#7213]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-mtlp: NOTRUN -> [SKIP][135] ([fdo#111827]) +5 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-max: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#111827]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@degamma: - shard-tglu: NOTRUN -> [SKIP][137] ([fdo#111827]) +1 other test skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-7/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#7828]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#7828]) +8 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#7828]) +36 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-without-ddc: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#7828]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][142] ([i915#7173]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#3299]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_content_protection@dp-mst-lic-type-0.html - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3299]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#7118]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#7118] / [i915#7162]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#6944]) +2 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#3359]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3555] / [i915#8814]) +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#3359]) +6 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3555]) +4 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#3359]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#3555]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-12/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#3546]) +16 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#4103] / [i915#4213] / [i915#5608]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#4213]) +4 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][157] ([fdo#109274] / [i915#5354]) +4 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][158] ([fdo#111767] / [i915#3546]) +2 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-tglu: NOTRUN -> [SKIP][159] ([fdo#109274]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][160] ([fdo#109274] / [fdo#111767] / [i915#5354]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@forked-bo@all-pipes: - shard-mtlp: [PASS][161] -> [DMESG-WARN][162] ([i915#2017]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-mtlp-5/igt@kms_cursor_legacy@forked-bo@all-pipes.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-4/igt@kms_cursor_legacy@forked-bo@all-pipes.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#4103] / [i915#4213]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg1: NOTRUN -> [SKIP][164] ([i915#4103] / [i915#4213]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8827]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8812]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#8812]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840] / [i915#4098] / [i915#9159]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][169] ([i915#3840]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-9/igt@kms_dsc@dsc-fractional-bpp.html - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#3840] / [i915#9688]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#3555] / [i915#3840] / [i915#4098]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#3840] / [i915#4098]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#3840]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#4881]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [SKIP][175] ([fdo#109271] / [fdo#111767]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-snb7/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][176] ([fdo#111767] / [i915#3637]) +2 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-tglu: NOTRUN -> [SKIP][177] ([fdo#109274] / [fdo#111767] / [i915#3637]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-dg2: NOTRUN -> [SKIP][178] ([fdo#109274] / [fdo#111767]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3637]) +25 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-dg2: NOTRUN -> [SKIP][180] ([fdo#109274]) +7 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#8381]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#8381]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8810]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#2672] / [i915#3555]) +7 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#2672]) +9 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#8810]) +4 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#2672]) +4 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][188] ([fdo#109285]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_force_connector_basic@force-load-detect.html - shard-mtlp: NOTRUN -> [SKIP][189] ([fdo#109285]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#5274]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-4/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#8708]) +16 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#1825]) +131 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary: - shard-dg2: [PASS][193] -> [FAIL][194] ([i915#6880]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#5460]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#3458]) +10 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][197] ([i915#3458]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#5354]) +37 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][199] ([fdo#111825]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#8708]) +36 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][201] ([fdo#110189]) +8 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][202] ([i915#8708]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][203] ([fdo#109280]) +17 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8228]) +4 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_hdr@static-toggle-dpms.html - shard-dg2: NOTRUN -> [SKIP][205] ([i915#3555] / [i915#8228]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_hdr@static-toggle-dpms.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#6301]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@kms_panel_fitting@atomic-fastset.html - shard-tglu: NOTRUN -> [SKIP][207] ([i915#6301]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [FAIL][208] ([fdo#103375]) +3 other tests fail [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-edp-1.html * igt@kms_plane_lowres@tiling-x@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3582]) +7 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html * igt@kms_plane_multiple@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#8806]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#6953]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][212] ([i915#8292]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#5176]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][214] ([i915#5176] / [i915#9423]) +3 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#5235]) +7 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#5235]) +15 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#5235]) +35 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#5235]) +3 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_prime@basic-crc-hybrid: - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#6524]) +1 other test skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#9683]) +3 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#4348]) +3 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@psr2_dpms: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#9673] / [i915#9736]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@kms_psr@psr2_dpms.html * igt@kms_psr@psr2_sprite_plane_move: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#9673] / [i915#9732]) +2 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-5/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-snb: NOTRUN -> [SKIP][224] ([fdo#109271]) +13 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-snb4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@bad-pixel-format: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#4235]) +9 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#4235]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-5/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#5289]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-tglu: NOTRUN -> [SKIP][228] ([fdo#111615] / [i915#5289]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][229] ([i915#3555]) +3 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-6/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_setmode@basic-clone-single-crtc: - shard-mtlp: NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8809]) +2 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8823]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#8623]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-12/igt@kms_tiled_display@basic-test-pattern.html - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#8623]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][234] ([fdo#109309]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][235] ([i915#9196]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_vrr@flip-basic: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8808]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@kms_vrr@flip-basic.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#2437]) +2 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#7387]) +1 other test skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@perf@global-sseu-config-invalid.html - shard-dg2: NOTRUN -> [SKIP][239] ([i915#7387]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-10/igt@perf@global-sseu-config-invalid.html * igt@perf@mi-rpc: - shard-mtlp: NOTRUN -> [SKIP][240] ([i915#2434]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@perf@mi-rpc.html * igt@perf_pmu@busy-double-start@bcs0: - shard-mtlp: [PASS][241] -> [FAIL][242] ([i915#4349]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-mtlp-2/igt@perf_pmu@busy-double-start@bcs0.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-8/igt@perf_pmu@busy-double-start@bcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-dg1: [PASS][243] -> [FAIL][244] ([i915#4349]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-18/igt@perf_pmu@busy-double-start@vcs1.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-14/igt@perf_pmu@busy-double-start@vcs1.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#8440]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][246] ([i915#5793]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-1/igt@perf_pmu@module-unload.html * igt@prime_udl: - shard-mtlp: NOTRUN -> [SKIP][247] ([fdo#109291]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-7/igt@prime_udl.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#3708] / [i915#4077]) +2 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@prime_vgem@basic-gtt.html - shard-dg2: NOTRUN -> [SKIP][249] ([i915#3708] / [i915#4077]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#3291] / [i915#3708]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#3708]) +4 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-3/igt@prime_vgem@fence-write-hang.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][252] ([i915#4818]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-1/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_get_bo_offset@get-bad-handle: - shard-dg1: NOTRUN -> [SKIP][253] ([i915#2575]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-19/igt@v3d/v3d_get_bo_offset@get-bad-handle.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#2575]) +8 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_cl@single-out-sync: - shard-tglu: NOTRUN -> [SKIP][255] ([fdo#109315] / [i915#2575]) +3 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-9/igt@v3d/v3d_submit_cl@single-out-sync.html * igt@v3d/v3d_submit_csd@bad-bo: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2575]) +47 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-6/igt@v3d/v3d_submit_csd@bad-bo.html * igt@vc4/vc4_perfmon@destroy-invalid-perfmon: - shard-tglu: NOTRUN -> [SKIP][257] ([i915#2575]) +2 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@vc4/vc4_perfmon@destroy-invalid-perfmon.html * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem: - shard-mtlp: NOTRUN -> [SKIP][258] ([i915#7711]) +30 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-5/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html * igt@vc4/vc4_tiling@get-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#7711]) +11 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@vc4/vc4_tiling@get-bad-modifier.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#7711]) +1 other test skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-18/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [INCOMPLETE][261] ([i915#9364]) -> [PASS][262] [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_eio@hibernate: - shard-dg2: [ABORT][263] ([i915#7975] / [i915#8213]) -> [PASS][264] [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-5/igt@gem_eio@hibernate.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-11/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][265] ([i915#5784]) -> [PASS][266] [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-1/igt@gem_eio@reset-stress.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-6/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglu: [FAIL][267] ([i915#2842]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-2/igt@gem_exec_fair@basic-pace@rcs0.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html * {igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0}: - shard-dg1: [FAIL][269] ([i915#3591]) -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rps@reset: - shard-tglu: [INCOMPLETE][271] -> [PASS][272] [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-10/igt@i915_pm_rps@reset.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-8/igt@i915_pm_rps@reset.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [FAIL][273] ([i915#3743]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_sysfs_edid_timing: - shard-dg1: [FAIL][275] ([IGT#2] / [i915#6493]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-15/igt@kms_sysfs_edid_timing.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-15/igt@kms_sysfs_edid_timing.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-mtlp: [FAIL][277] ([i915#9196]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@perf_pmu@busy-double-start@vcs0: - shard-dg1: [FAIL][279] ([i915#4349]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-18/igt@perf_pmu@busy-double-start@vcs0.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-14/igt@perf_pmu@busy-double-start@vcs0.html #### Warnings #### * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-dg1: [SKIP][281] ([i915#3458]) -> [SKIP][282] ([i915#3458] / [i915#4423]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: [SKIP][283] ([i915#9673] / [i915#9736]) -> [SKIP][284] ([i915#9673] / [i915#9732]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13931/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/shard-dg2-2/igt@kms_psr@psr2_sprite_mmap_gtt.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6229]: https://gitlab.freedesktop.org/drm/intel/issues/6229 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8436]: https://gitlab.freedesktop.org/drm/intel/issues/8436 [i915#8437]: https://gitlab.freedesktop.org/drm/intel/issues/8437 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8827]: https://gitlab.freedesktop.org/drm/intel/issues/8827 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9298]: https://gitlab.freedesktop.org/drm/intel/issues/9298 [i915#9310]: https://gitlab.freedesktop.org/drm/intel/issues/9310 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337 [i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9413]: https://gitlab.freedesktop.org/drm/intel/issues/9413 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9653]: https://gitlab.freedesktop.org/drm/intel/issues/9653 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9736]: https://gitlab.freedesktop.org/drm/intel/issues/9736 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7605 -> IGTPW_10278 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13931: 78b2fab242c3badfa58865875274e8992de56370 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10278: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html IGT_7605: 7605 piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10278/index.html [-- Attachment #2: Type: text/html, Size: 97885 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe 2023-11-28 10:00 [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta ` (2 preceding siblings ...) 2023-11-28 11:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-11-28 13:29 ` Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Modem, Bhanuprakash @ 2023-11-28 13:29 UTC (permalink / raw) To: Nidhi Gupta, igt-dev On 28-11-2023 03:30 pm, Nidhi Gupta wrote: > Added a new subtest as kms_frontbuffer_tracking@pipe-fbc-rte. > It will execute on each pipe with valid output and check if FBC is > enabled or not. > > v2: Change the test design to reuse the existing > rte_subtest() code for each pipe (Bhanu) > > v3: Use igt_fixture to restore the default > parameters (Bhanu) > > v4: fixed nitpicks (Bhanu) > > v5: create igt_subtest_group and move igt_fixture > inside the group (Bhanu) > > v6: fixed nitpicks (Bhanu) > > Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> LGTM Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > --- > tests/intel/kms_frontbuffer_tracking.c | 50 ++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > > diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c > index 259dfd136..6cf9861d0 100644 > --- a/tests/intel/kms_frontbuffer_tracking.c > +++ b/tests/intel/kms_frontbuffer_tracking.c > @@ -57,6 +57,10 @@ > * Description: Sanity test to enable FBC on a plane. > * Functionality: fbc > * > + * SUBTEST: pipe-fbc-rte > + * Description: Sanity test to enable FBC on each pipe. > + * Functionality: fbc > + * > * SUBTEST: drrs-%dp-rte > * Description: Sanity test to enable DRRS with %arg[1] panels. > * Functionality: fbt, drrs > @@ -4460,6 +4464,8 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > { > struct test_mode t; > int devid; > + enum pipe pipe; > + igt_output_t *output; > > igt_fixture { > setup_environment(); > @@ -4500,6 +4506,50 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > plane_fbc_rte_subtest(&t); > } > > + igt_subtest_group { > + igt_subtest_with_dynamic("pipe-fbc-rte") { > + > + enum pipe default_pipe = prim_mode_params.pipe; > + > + t.pipes = PIPE_SINGLE; > + t.feature = FEATURE_FBC; > + t.screen = SCREEN_PRIM; > + t.fbs = FBS_INDIVIDUAL; > + t.format = FORMAT_DEFAULT; > + t.method = IGT_DRAW_BLT; > + /* Make sure nothing is using these values. */ > + t.flip = -1; > + t.tiling = opt.tiling; > + > + for_each_pipe(&drm.display, pipe) { > + > + if (pipe == default_pipe) { > + igt_info("pipe-%s: FBC validated in other subtest\n", kmstest_pipe_name(pipe)); > + continue; > + } > + > + if (!intel_fbc_supported_on_chipset(drm.fd, pipe)) { > + igt_info("Can't test FBC: not supported on pipe-%s\n", kmstest_pipe_name(pipe)); > + continue; > + } > + > + for_each_valid_output_on_pipe(&drm.display, pipe, output) { > + init_mode_params(&prim_mode_params, output, pipe); > + setup_fbc(); > + > + igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), > + igt_output_name(output)) > + rte_subtest(&t); > + > + break; /* One output is enough. */ > + } > + } > + } > + > + igt_fixture > + init_modeset_cached_params(); > + } > + > TEST_MODE_ITER_BEGIN(t) > > igt_subtest_f("%s-%s-%s-%s-%s-draw-%s", ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-28 13:29 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-11-28 10:00 [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-28 10:47 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev6) Patchwork 2023-11-28 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-11-28 11:58 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-11-28 13:29 ` [igt-dev] [PATCH i-g-t v6] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox