* [igt-dev] [PATCH i-g-t] Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes. @ 2019-04-23 11:24 Nidhi Gupta 2019-04-23 13:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-23 15:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Nidhi Gupta @ 2019-04-23 11:24 UTC (permalink / raw) To: igt-dev; +Cc: Nidhi Gupta, juha-pekka.heikkila --- tests/kms_plane_multiple.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c index d2d02a5..c11de9d 100644 --- a/tests/kms_plane_multiple.c +++ b/tests/kms_plane_multiple.c @@ -299,6 +299,52 @@ test_plane_position_with_output(data_t *data, enum pipe pipe, } static void +test_multiple_plane_position_with_output(data_t *data, enum pipe pipe, + igt_output_t *output, int n_planes, + uint64_t tiling) +{ + color_t blue = { 0.0f, 0.0f, 1.0f }; + igt_crc_t crc; + int i; + int iterations = opt.iterations < 1 ? 1 : opt.iterations; + bool loop_forever; + char info[256]; + + if (opt.iterations == LOOP_FOREVER) { + loop_forever = true; + sprintf(info, "forever"); + } else { + loop_forever = false; + sprintf(info, "for %d %s", + iterations, iterations > 1 ? "iterations" : "iteration"); + } + + igt_info("Testing connector %s using pipe %s with %d planes %s with seed %d\n", + igt_output_name(output), kmstest_pipe_name(pipe), n_planes, + info, opt.seed); + + test_init(data, pipe, n_planes); + + test_grab_crc(data, output, pipe, &blue, tiling); + + i = 0; + while (i < iterations || loop_forever) { + prepare_planes(data, pipe, &blue, tiling, n_planes, output); + + igt_display_commit2(&data->display, COMMIT_ATOMIC); + + igt_pipe_crc_get_current(data->display.drm_fd, data->pipe_crc, &crc); + + igt_assert_crc_equal(&data->ref_crc, &crc); + + i++; + } + + //test_fini(data, output, n_planes); +} + + +static void test_plane_position(data_t *data, enum pipe pipe, uint64_t tiling) { igt_output_t *output; @@ -317,6 +363,25 @@ test_plane_position(data_t *data, enum pipe pipe, uint64_t tiling) } static void +test_multiple_plane_position(data_t *data, enum pipe pipe, uint64_t tiling) +{ + igt_output_t *output; + int n_planes = data->display.pipes[pipe].n_planes; + + output = igt_get_single_output_for_pipe(&data->display, pipe); + igt_require(output); + + if (!opt.user_seed) + opt.seed = time(NULL); + + srand(opt.seed); + + test_multiple_plane_position_with_output(data, pipe, output, + n_planes, tiling); +} + + +static void run_tests_for_pipe(data_t *data, enum pipe pipe) { igt_fixture { @@ -393,6 +458,12 @@ int main(int argc, char *argv[]) run_tests_for_pipe(&data, pipe); } + igt_subtest_f("atomic-maximum-pipes-tiling-none") { + for_each_pipe_static(pipe) + test_multiple_plane_position(&data, pipe, LOCAL_DRM_FORMAT_MOD_NONE); + } + + igt_fixture { igt_display_fini(&data.display); } -- 2.7.4 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes. 2019-04-23 11:24 [igt-dev] [PATCH i-g-t] Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes Nidhi Gupta @ 2019-04-23 13:31 ` Patchwork 2019-04-23 15:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-23 13:31 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev == Series Details == Series: Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes. URL : https://patchwork.freedesktop.org/series/59821/ State : success == Summary == CI Bug Log - changes from CI_DRM_5970 -> IGTPW_2902 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59821/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2902 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s4-devices: - fi-blb-e6850: [PASS][1] -> [INCOMPLETE][2] ([fdo#107718]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html * igt@kms_chamelium@dp-crc-fast: - fi-kbl-7500u: [PASS][3] -> [DMESG-WARN][4] ([fdo#103841]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_frontbuffer_tracking@basic: - fi-byt-clapper: [PASS][5] -> [FAIL][6] ([fdo#103167]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-byt-clapper/igt@kms_frontbuffer_tracking@basic.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-byt-clapper/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@read-crc-pipe-a: - fi-byt-clapper: [PASS][7] -> [FAIL][8] ([fdo#103191]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-byt-clapper/igt@kms_pipe_crc_basic@read-crc-pipe-a.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-byt-clapper/igt@kms_pipe_crc_basic@read-crc-pipe-a.html * igt@runner@aborted: - fi-kbl-7500u: NOTRUN -> [FAIL][9] ([fdo#103841]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-kbl-7500u/igt@runner@aborted.html * igt@vgem_basic@sysfs: - fi-snb-2600: [PASS][10] -> [INCOMPLETE][11] ([fdo#105411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-snb-2600/igt@vgem_basic@sysfs.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-snb-2600/igt@vgem_basic@sysfs.html #### Possible fixes #### * igt@i915_selftest@live_execlists: - fi-icl-y: [INCOMPLETE][12] ([fdo#107713] / [fdo#109567]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/fi-icl-y/igt@i915_selftest@live_execlists.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/fi-icl-y/igt@i915_selftest@live_execlists.html [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191 [fdo#103841]: https://bugs.freedesktop.org/show_bug.cgi?id=103841 [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#109567]: https://bugs.freedesktop.org/show_bug.cgi?id=109567 Participating hosts (51 -> 44) ------------------------------ Missing (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus Build changes ------------- * IGT: IGT_4959 -> IGTPW_2902 CI_DRM_5970: 37a2fe0146d5491debdf7e73f2c1e9c72d9a1bec @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2902: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/ IGT_4959: 504367d33b787de2ba8e007a5b620cfd6f0b3074 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Testlist changes == +igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes. 2019-04-23 11:24 [igt-dev] [PATCH i-g-t] Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes Nidhi Gupta 2019-04-23 13:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-04-23 15:45 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-23 15:45 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev == Series Details == Series: Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes. URL : https://patchwork.freedesktop.org/series/59821/ State : success == Summary == CI Bug Log - changes from CI_DRM_5970_full -> IGTPW_2902_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59821/revisions/1/mbox/ Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_2902_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none} (NEW): - shard-iclb: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none.html New tests --------- New tests have been introduced between CI_DRM_5970_full and IGTPW_2902_full: ### New IGT tests (1) ### * igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none: - Statuses : 6 skip(s) - Exec time: [0.36, 2.64] s Known issues ------------ Here are the changes found in IGTPW_2902_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_auth@unauth-vs-render: - shard-iclb: NOTRUN -> [FAIL][2] ([fdo#110467]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@core_auth@unauth-vs-render.html * igt@gem_bad_reloc@negative-reloc-lut-bsd1: - shard-iclb: NOTRUN -> [SKIP][3] ([fdo#109276]) +8 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb5/igt@gem_bad_reloc@negative-reloc-lut-bsd1.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-iclb: NOTRUN -> [SKIP][4] ([fdo#109313]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_params@rsvd2-dirt: - shard-iclb: NOTRUN -> [SKIP][5] ([fdo#109283]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_store@pages-bsd1: - shard-apl: NOTRUN -> [SKIP][6] ([fdo#109271]) +23 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl4/igt@gem_exec_store@pages-bsd1.html * igt@gem_pwrite@huge-gtt-forwards: - shard-iclb: NOTRUN -> [SKIP][7] ([fdo#109290]) +2 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb8/igt@gem_pwrite@huge-gtt-forwards.html * igt@gem_stolen@large-object-alloc: - shard-iclb: NOTRUN -> [SKIP][8] ([fdo#109277]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb6/igt@gem_stolen@large-object-alloc.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-iclb: NOTRUN -> [SKIP][9] ([fdo#109308]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb4/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@pc8-residency: - shard-iclb: NOTRUN -> [SKIP][10] ([fdo#109293]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rpm@system-suspend-modeset: - shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271]) +73 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-snb1/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_suspend@debugfs-reader: - shard-apl: [PASS][12] -> [DMESG-WARN][13] ([fdo#108566]) +5 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-apl2/igt@i915_suspend@debugfs-reader.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl1/igt@i915_suspend@debugfs-reader.html * igt@i915_suspend@fence-restore-untiled: - shard-apl: NOTRUN -> [DMESG-WARN][14] ([fdo#108566]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl8/igt@i915_suspend@fence-restore-untiled.html * igt@kms_atomic_transition@2x-modeset-transitions-nonblocking: - shard-iclb: NOTRUN -> [SKIP][15] ([fdo#109280]) +20 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb8/igt@kms_atomic_transition@2x-modeset-transitions-nonblocking.html * igt@kms_atomic_transition@3x-modeset-transitions: - shard-kbl: NOTRUN -> [SKIP][16] ([fdo#109271] / [fdo#109278]) +4 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl7/igt@kms_atomic_transition@3x-modeset-transitions.html - shard-apl: NOTRUN -> [SKIP][17] ([fdo#109271] / [fdo#109278]) +3 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl8/igt@kms_atomic_transition@3x-modeset-transitions.html * igt@kms_atomic_transition@6x-modeset-transitions: - shard-iclb: NOTRUN -> [SKIP][18] ([fdo#109278]) +3 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@kms_atomic_transition@6x-modeset-transitions.html * igt@kms_chamelium@hdmi-cmp-nv12: - shard-iclb: NOTRUN -> [SKIP][19] ([fdo#109284]) +4 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb7/igt@kms_chamelium@hdmi-cmp-nv12.html * igt@kms_content_protection@atomic: - shard-kbl: NOTRUN -> [FAIL][20] ([fdo#110321] / [fdo#110336]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl6/igt@kms_content_protection@atomic.html * igt@kms_cursor_crc@cursor-512x512-offscreen: - shard-iclb: NOTRUN -> [SKIP][21] ([fdo#109279]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb5/igt@kms_cursor_crc@cursor-512x512-offscreen.html * igt@kms_cursor_edge_walk@pipe-c-64x64-top-edge: - shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [fdo#109278]) +9 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-snb2/igt@kms_cursor_edge_walk@pipe-c-64x64-top-edge.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-iclb: NOTRUN -> [SKIP][23] ([fdo#109274]) +3 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-hsw: [PASS][24] -> [FAIL][25] ([fdo#103355]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-hsw8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-hsw8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_flip@flip-vs-modeset-vs-hang-interruptible: - shard-apl: [PASS][26] -> [INCOMPLETE][27] ([fdo#103927]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-apl6/igt@kms_flip@flip-vs-modeset-vs-hang-interruptible.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl5/igt@kms_flip@flip-vs-modeset-vs-hang-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render: - shard-iclb: NOTRUN -> [FAIL][28] ([fdo#103167]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-iclb: [PASS][29] -> [FAIL][30] ([fdo#103167]) +3 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_lease@atomic_implicit_crtc: - shard-snb: NOTRUN -> [FAIL][31] ([fdo#110279]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-snb1/igt@kms_lease@atomic_implicit_crtc.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-iclb: NOTRUN -> [SKIP][32] ([fdo#109289]) +2 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc: - shard-kbl: NOTRUN -> [FAIL][33] ([fdo#108145]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html - shard-apl: NOTRUN -> [FAIL][34] ([fdo#108145]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl4/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html * igt@kms_plane_lowres@pipe-a-tiling-y: - shard-iclb: NOTRUN -> [FAIL][35] ([fdo#103166]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-y.html * {igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none} (NEW): - shard-hsw: NOTRUN -> [SKIP][36] ([fdo#109271]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-hsw1/igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none.html - shard-glk: NOTRUN -> [SKIP][37] ([fdo#109271]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-glk8/igt@kms_plane_multiple@atomic-maximum-pipes-tiling-none.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-iclb: NOTRUN -> [SKIP][38] ([fdo#109274] / [fdo#109278]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@pipe-a-scaler-with-pixel-format: - shard-glk: [PASS][39] -> [SKIP][40] ([fdo#109271] / [fdo#109278]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-glk9/igt@kms_plane_scaling@pipe-a-scaler-with-pixel-format.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-glk6/igt@kms_plane_scaling@pipe-a-scaler-with-pixel-format.html * igt@kms_psr@primary_render: - shard-kbl: NOTRUN -> [SKIP][41] ([fdo#109271]) +25 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl4/igt@kms_psr@primary_render.html * igt@kms_psr@psr2_basic: - shard-iclb: NOTRUN -> [SKIP][42] ([fdo#109441]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb5/igt@kms_psr@psr2_basic.html * igt@kms_psr@psr2_dpms: - shard-iclb: [PASS][43] -> [SKIP][44] ([fdo#109441]) +2 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb2/igt@kms_psr@psr2_dpms.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb6/igt@kms_psr@psr2_dpms.html * igt@kms_setmode@basic: - shard-apl: [PASS][45] -> [FAIL][46] ([fdo#99912]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-apl4/igt@kms_setmode@basic.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl7/igt@kms_setmode@basic.html * igt@perf_pmu@rc6-runtime-pm: - shard-iclb: [PASS][47] -> [FAIL][48] ([fdo#105010]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb1/igt@perf_pmu@rc6-runtime-pm.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb6/igt@perf_pmu@rc6-runtime-pm.html * igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name: - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#109291]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html * igt@prime_vgem@coherency-gtt: - shard-iclb: NOTRUN -> [SKIP][50] ([fdo#109292]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb1/igt@prime_vgem@coherency-gtt.html #### Possible fixes #### * igt@i915_pm_rpm@i2c: - shard-iclb: [FAIL][51] ([fdo#104097]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb4/igt@i915_pm_rpm@i2c.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb3/igt@i915_pm_rpm@i2c.html * igt@kms_dp_dsc@basic-dsc-enable-edp: - shard-iclb: [SKIP][53] ([fdo#109349]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb5/igt@kms_dp_dsc@basic-dsc-enable-edp.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-apl: [FAIL][55] ([fdo#102887] / [fdo#105363]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite: - shard-glk: [FAIL][57] ([fdo#103167]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [FAIL][59] ([fdo#103167]) -> [PASS][60] +8 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_plane_scaling@pipe-b-scaler-with-rotation: - shard-glk: [SKIP][61] ([fdo#109271] / [fdo#109278]) -> [PASS][62] +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-glk5/igt@kms_plane_scaling@pipe-b-scaler-with-rotation.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-glk9/igt@kms_plane_scaling@pipe-b-scaler-with-rotation.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [SKIP][63] ([fdo#109642]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb8/igt@kms_psr2_su@frontbuffer.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_sprite_render: - shard-iclb: [SKIP][65] ([fdo#109441]) -> [PASS][66] +2 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-iclb3/igt@kms_psr@psr2_sprite_render.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-iclb2/igt@kms_psr@psr2_sprite_render.html * igt@kms_rotation_crc@multiplane-rotation: - shard-kbl: [INCOMPLETE][67] ([fdo#103665]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-kbl5/igt@kms_rotation_crc@multiplane-rotation.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl1/igt@kms_rotation_crc@multiplane-rotation.html * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom: - shard-kbl: [DMESG-FAIL][69] ([fdo#105763]) -> [PASS][70] [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-kbl1/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-kbl5/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-apl: [DMESG-WARN][71] ([fdo#108566]) -> [PASS][72] +4 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5970/shard-apl6/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/shard-apl2/igt@kms_vblank@pipe-c-ts-continuation-suspend.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#102887]: https://bugs.freedesktop.org/show_bug.cgi?id=102887 [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355 [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#104097]: https://bugs.freedesktop.org/show_bug.cgi?id=104097 [fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010 [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109277]: https://bugs.freedesktop.org/show_bug.cgi?id=109277 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109290]: https://bugs.freedesktop.org/show_bug.cgi?id=109290 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109292]: https://bugs.freedesktop.org/show_bug.cgi?id=109292 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110279]: https://bugs.freedesktop.org/show_bug.cgi?id=110279 [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321 [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336 [fdo#110467]: https://bugs.freedesktop.org/show_bug.cgi?id=110467 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (10 -> 6) ------------------------------ Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 Build changes ------------- * IGT: IGT_4959 -> IGTPW_2902 * Piglit: piglit_4509 -> None CI_DRM_5970: 37a2fe0146d5491debdf7e73f2c1e9c72d9a1bec @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2902: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/ IGT_4959: 504367d33b787de2ba8e007a5b620cfd6f0b3074 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2902/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-23 15:45 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-04-23 11:24 [igt-dev] [PATCH i-g-t] Added a subtest where multiple pipes are enabled and multiple planes are enabled on each of these pipes Nidhi Gupta 2019-04-23 13:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-23 15:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox