* [igt-dev] [PATCH 0/1] tests/kms_plane_scaling: Correcting typo error for plane
@ 2020-11-27 7:39 Mohammed Khajapasha
2020-11-27 7:39 ` [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test Mohammed Khajapasha
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Mohammed Khajapasha @ 2020-11-27 7:39 UTC (permalink / raw)
To: igt-dev; +Cc: petri.latvala
Correcting typo error for plane scaler with clipping and clamping
test case.
Cc: petri.latvala@intel.com
Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
Mohammed Khajapasha (1):
tests/kms_plane_scaling: Correcting typo error for plane scaler test
tests/kms_plane_scaling.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.29.2.154.g7f7ebe054a
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread* [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test 2020-11-27 7:39 [igt-dev] [PATCH 0/1] tests/kms_plane_scaling: Correcting typo error for plane Mohammed Khajapasha @ 2020-11-27 7:39 ` Mohammed Khajapasha 2020-11-27 9:38 ` Petri Latvala 2020-11-27 10:18 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Correcting typo error for plane Patchwork 2020-11-27 11:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 1 reply; 6+ messages in thread From: Mohammed Khajapasha @ 2020-11-27 7:39 UTC (permalink / raw) To: igt-dev; +Cc: petri.latvala Correcting typo error for plane scaler with clipping and clamping test case. Cc: petri.latvala@intel.com Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com> --- tests/kms_plane_scaling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c index 39acad6c..89b82416 100644 --- a/tests/kms_plane_scaling.c +++ b/tests/kms_plane_scaling.c @@ -714,7 +714,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data) igt_subtest_with_dynamic("scaler-with-clipping-clamping") { for_each_pipe_with_single_output(&data.display, pipe, output) - igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe)) + igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe)) test_scaler_with_clipping_clamping_scenario(&data, pipe, output); } } -- 2.29.2.154.g7f7ebe054a _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test 2020-11-27 7:39 ` [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test Mohammed Khajapasha @ 2020-11-27 9:38 ` Petri Latvala 2020-11-27 12:18 ` Petri Latvala 0 siblings, 1 reply; 6+ messages in thread From: Petri Latvala @ 2020-11-27 9:38 UTC (permalink / raw) To: Mohammed Khajapasha; +Cc: igt-dev On Fri, Nov 27, 2020 at 01:09:49PM +0530, Mohammed Khajapasha wrote: > Correcting typo error for plane scaler with clipping and clamping > test case. > > Cc: petri.latvala@intel.com > Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> > --- > tests/kms_plane_scaling.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c > index 39acad6c..89b82416 100644 > --- a/tests/kms_plane_scaling.c > +++ b/tests/kms_plane_scaling.c > @@ -714,7 +714,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data) > > igt_subtest_with_dynamic("scaler-with-clipping-clamping") { > for_each_pipe_with_single_output(&data.display, pipe, output) > - igt_dynamic_f("pipe-%s-scaler-with-rotation", kmstest_pipe_name(pipe)) > + igt_dynamic_f("pipe-%s-scaler-with-clipping-clamping", kmstest_pipe_name(pipe)) > test_scaler_with_clipping_clamping_scenario(&data, pipe, output); > } > } > -- > 2.29.2.154.g7f7ebe054a > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test 2020-11-27 9:38 ` Petri Latvala @ 2020-11-27 12:18 ` Petri Latvala 0 siblings, 0 replies; 6+ messages in thread From: Petri Latvala @ 2020-11-27 12:18 UTC (permalink / raw) To: Mohammed Khajapasha; +Cc: igt-dev On Fri, Nov 27, 2020 at 11:38:31AM +0200, Petri Latvala wrote: > On Fri, Nov 27, 2020 at 01:09:49PM +0530, Mohammed Khajapasha wrote: > > Correcting typo error for plane scaler with clipping and clamping > > test case. > > > > Cc: petri.latvala@intel.com > > Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com> > > Reviewed-by: Petri Latvala <petri.latvala@intel.com> Merged. -- Petri Latvala _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Correcting typo error for plane 2020-11-27 7:39 [igt-dev] [PATCH 0/1] tests/kms_plane_scaling: Correcting typo error for plane Mohammed Khajapasha 2020-11-27 7:39 ` [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test Mohammed Khajapasha @ 2020-11-27 10:18 ` Patchwork 2020-11-27 11:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2020-11-27 10:18 UTC (permalink / raw) To: Mohammed Khajapasha; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 3933 bytes --] == Series Details == Series: tests/kms_plane_scaling: Correcting typo error for plane URL : https://patchwork.freedesktop.org/series/84316/ State : success == Summary == CI Bug Log - changes from CI_DRM_9396 -> IGTPW_5231 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/index.html Known issues ------------ Here are the changes found in IGTPW_5231 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_flink_basic@basic: - fi-tgl-y: [PASS][1] -> [DMESG-WARN][2] ([i915#402]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-tgl-y/igt@gem_flink_basic@basic.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-tgl-y/igt@gem_flink_basic@basic.html * igt@i915_module_load@reload: - fi-byt-j1900: [PASS][3] -> [DMESG-WARN][4] ([i915#1982]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-byt-j1900/igt@i915_module_load@reload.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-byt-j1900/igt@i915_module_load@reload.html * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1: - fi-icl-u2: [PASS][5] -> [DMESG-WARN][6] ([i915#1982]) +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c: - fi-tgl-y: [PASS][7] -> [DMESG-WARN][8] ([i915#1982]) +1 similar issue [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-tgl-y/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-tgl-y/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-modeset@d-edp1: - fi-tgl-y: [DMESG-WARN][9] ([i915#1982]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-tgl-y/igt@kms_flip@basic-flip-vs-modeset@d-edp1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-tgl-y/igt@kms_flip@basic-flip-vs-modeset@d-edp1.html * igt@prime_self_import@basic-with_one_bo: - fi-tgl-y: [DMESG-WARN][11] ([i915#402]) -> [PASS][12] +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-tgl-y/igt@prime_self_import@basic-with_one_bo.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-tgl-y/igt@prime_self_import@basic-with_one_bo.html #### Warnings #### * igt@gem_exec_suspend@basic-s3: - fi-tgl-y: [DMESG-WARN][13] ([i915#2411] / [i915#402]) -> [DMESG-WARN][14] ([i915#2411]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 Participating hosts (44 -> 40) ------------------------------ Missing (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5872 -> IGTPW_5231 CI-20190529: 20190529 CI_DRM_9396: c5b0dff321fdead6daece5e91275c8436c15cf03 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_5231: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/index.html IGT_5872: d8ebb937c76184d5e526c59a2c18abca1c7a03c1 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/index.html [-- Attachment #1.2: Type: text/html, Size: 5094 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_scaling: Correcting typo error for plane 2020-11-27 7:39 [igt-dev] [PATCH 0/1] tests/kms_plane_scaling: Correcting typo error for plane Mohammed Khajapasha 2020-11-27 7:39 ` [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test Mohammed Khajapasha 2020-11-27 10:18 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Correcting typo error for plane Patchwork @ 2020-11-27 11:44 ` Patchwork 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2020-11-27 11:44 UTC (permalink / raw) To: Mohammed Khajapasha; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 25290 bytes --] == Series Details == Series: tests/kms_plane_scaling: Correcting typo error for plane URL : https://patchwork.freedesktop.org/series/84316/ State : success == Summary == CI Bug Log - changes from CI_DRM_9396_full -> IGTPW_5231_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/index.html New tests --------- New tests have been introduced between CI_DRM_9396_full and IGTPW_5231_full: ### New IGT tests (4) ### * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-a-scaler-with-clipping-clamping: - Statuses : 4 pass(s) 2 skip(s) - Exec time: [0.0, 20.93] s * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-b-scaler-with-clipping-clamping: - Statuses : 4 pass(s) 2 skip(s) - Exec time: [0.0, 21.94] s * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - Statuses : 2 pass(s) 3 skip(s) - Exec time: [0.0, 22.00] s * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-d-scaler-with-clipping-clamping: - Statuses : 1 pass(s) - Exec time: [19.39] s Known issues ------------ Here are the changes found in IGTPW_5231_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_gttfill@all: - shard-glk: [PASS][1] -> [DMESG-WARN][2] ([i915#118] / [i915#95]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@gem_exec_gttfill@all.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk2/igt@gem_exec_gttfill@all.html * igt@gem_exec_reloc@basic-many-active@rcs0: - shard-glk: [PASS][3] -> [FAIL][4] ([i915#2389]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@gem_exec_reloc@basic-many-active@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk8/igt@gem_exec_reloc@basic-many-active@rcs0.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [PASS][5] -> [SKIP][6] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb3/igt@gem_huc_copy@huc-copy.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb6/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [PASS][7] -> [FAIL][8] ([i915#454]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb8/igt@i915_pm_dc@dc6-psr.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb8/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_rpm@gem-idle: - shard-iclb: [PASS][9] -> [SKIP][10] ([i915#579]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb1/igt@i915_pm_rpm@gem-idle.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb8/igt@i915_pm_rpm@gem-idle.html - shard-apl: [PASS][11] -> [SKIP][12] ([fdo#109271]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl8/igt@i915_pm_rpm@gem-idle.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl8/igt@i915_pm_rpm@gem-idle.html - shard-glk: [PASS][13] -> [SKIP][14] ([fdo#109271]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@i915_pm_rpm@gem-idle.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@i915_pm_rpm@gem-idle.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-hsw: [PASS][15] -> [SKIP][16] ([fdo#109271]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-apl: [PASS][17] -> [INCOMPLETE][18] ([i915#2635]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl3/igt@i915_suspend@fence-restore-tiled2untiled.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl8/igt@i915_suspend@fence-restore-tiled2untiled.html - shard-iclb: [PASS][19] -> [INCOMPLETE][20] ([i915#1185]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb3/igt@i915_suspend@fence-restore-tiled2untiled.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb8/igt@i915_suspend@fence-restore-tiled2untiled.html - shard-hsw: [PASS][21] -> [INCOMPLETE][22] ([i915#2055] / [i915#2637]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw1/igt@i915_suspend@fence-restore-tiled2untiled.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw6/igt@i915_suspend@fence-restore-tiled2untiled.html - shard-glk: [PASS][23] -> [INCOMPLETE][24] ([i915#2199] / [i915#2635]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk6/igt@i915_suspend@fence-restore-tiled2untiled.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen: - shard-glk: [PASS][25] -> [FAIL][26] ([i915#54]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html - shard-apl: [PASS][27] -> [FAIL][28] ([i915#54]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl6/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-hsw: [PASS][29] -> [FAIL][30] ([i915#2370]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions: - shard-glk: [PASS][31] -> [DMESG-WARN][32] ([i915#1982]) +6 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions.html * igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-xtiled: - shard-apl: [PASS][33] -> [DMESG-WARN][34] ([i915#1982]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl3/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-xtiled.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-xtiled.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - shard-iclb: [PASS][35] -> [DMESG-WARN][36] ([i915#1982]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb3/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb5/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2: - shard-glk: [PASS][37] -> [FAIL][38] ([i915#79]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-hsw: [PASS][39] -> [INCOMPLETE][40] ([i915#2055] / [i915#2295]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw8/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw8/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-tglb: [PASS][41] -> [DMESG-WARN][42] ([i915#1982]) +5 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_psr@psr2_primary_mmap_cpu: - shard-iclb: [PASS][43] -> [SKIP][44] ([fdo#109441]) +2 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb7/igt@kms_psr@psr2_primary_mmap_cpu.html #### Possible fixes #### * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-glk: [DMESG-WARN][45] ([i915#118] / [i915#95]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@gem_exec_whisper@basic-contexts-forked-all.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@i915_pm_dc@dc5-dpms: - shard-iclb: [FAIL][47] -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb5/igt@i915_pm_dc@dc5-dpms.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html - shard-glk: [FAIL][49] -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@i915_pm_dc@dc5-dpms.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@i915_pm_dc@dc5-dpms.html - shard-apl: [FAIL][51] -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl4/igt@i915_pm_dc@dc5-dpms.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl1/igt@i915_pm_dc@dc5-dpms.html - shard-tglb: [FAIL][53] -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb7/igt@i915_pm_dc@dc5-dpms.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb1/igt@i915_pm_dc@dc5-dpms.html * igt@i915_pm_rpm@modeset-lpsp: - shard-iclb: [SKIP][55] ([i915#579]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb5/igt@i915_pm_rpm@modeset-lpsp.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb4/igt@i915_pm_rpm@modeset-lpsp.html * {igt@kms_async_flips@test-time-stamp}: - shard-tglb: [FAIL][57] ([i915#2597]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb2/igt@kms_async_flips@test-time-stamp.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb5/igt@kms_async_flips@test-time-stamp.html * igt@kms_cursor_edge_walk@pipe-c-256x256-bottom-edge: - shard-hsw: [DMESG-WARN][59] ([i915#1982]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw6/igt@kms_cursor_edge_walk@pipe-c-256x256-bottom-edge.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw2/igt@kms_cursor_edge_walk@pipe-c-256x256-bottom-edge.html * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2: - shard-glk: [FAIL][61] ([i915#79]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk9/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html * igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1: - shard-hsw: [INCOMPLETE][63] ([i915#2295]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw1/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw2/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html * igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1: - shard-apl: [DMESG-WARN][65] ([i915#1982]) -> [PASS][66] +2 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl3/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl1/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1.html * igt@kms_pipe_crc_basic@read-crc-pipe-a: - shard-glk: [DMESG-WARN][67] ([i915#1982]) -> [PASS][68] +4 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk2/igt@kms_pipe_crc_basic@read-crc-pipe-a.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk3/igt@kms_pipe_crc_basic@read-crc-pipe-a.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-iclb: [SKIP][69] ([fdo#109441]) -> [PASS][70] +1 similar issue [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb4/igt@kms_psr@psr2_cursor_plane_onoff.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-glk: [DMESG-WARN][71] ([i915#2635]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk2/igt@kms_vblank@pipe-c-ts-continuation-suspend.html - shard-apl: [INCOMPLETE][73] ([i915#2635]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl8/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html - shard-hsw: [INCOMPLETE][75] ([i915#2637]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-hsw4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-hsw1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html - shard-iclb: [INCOMPLETE][77] ([fdo#111764] / [i915#1078] / [i915#1185]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb3/igt@kms_vblank@pipe-c-ts-continuation-suspend.html * igt@perf_pmu@module-unload: - shard-tglb: [DMESG-WARN][79] ([i915#1982] / [i915#262]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb7/igt@perf_pmu@module-unload.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb8/igt@perf_pmu@module-unload.html #### Warnings #### * igt@gen9_exec_parse@allowed-all: - shard-apl: [DMESG-WARN][81] ([i915#1436] / [i915#716]) -> [INCOMPLETE][82] ([i915#1436]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl1/igt@gen9_exec_parse@allowed-all.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl6/igt@gen9_exec_parse@allowed-all.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-iclb: [WARN][83] ([i915#1804] / [i915#2684]) -> [WARN][84] ([i915#2684]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb4/igt@i915_pm_rc6_residency@rc6-fence.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb5/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-iclb: [WARN][85] ([i915#1804] / [i915#2684]) -> [WARN][86] ([i915#2681] / [i915#2684]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb3/igt@i915_pm_rc6_residency@rc6-idle.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@gem-idle: - shard-tglb: [DMESG-WARN][87] ([i915#2411]) -> [SKIP][88] ([i915#579]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb3/igt@i915_pm_rpm@gem-idle.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb1/igt@i915_pm_rpm@gem-idle.html * igt@i915_pm_rpm@modeset-lpsp: - shard-tglb: [SKIP][89] ([i915#579]) -> [DMESG-WARN][90] ([i915#2411]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb7/igt@i915_pm_rpm@modeset-lpsp.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb3/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglb: [SKIP][91] ([fdo#111644] / [i915#1397] / [i915#2411]) -> [SKIP][92] ([i915#579]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html - shard-glk: [DMESG-WARN][93] ([i915#1982]) -> [SKIP][94] ([fdo#109271]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html - shard-iclb: [SKIP][95] ([fdo#110892]) -> [SKIP][96] ([i915#579]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb3/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-tglb: [DMESG-WARN][97] ([i915#2411]) -> [INCOMPLETE][98] ([i915#1436] / [i915#1602] / [i915#1887] / [i915#2411] / [i915#456]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb2/igt@i915_suspend@fence-restore-tiled2untiled.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb1/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-glk: [FAIL][99] ([fdo#108145] / [i915#265]) -> [DMESG-FAIL][100] ([fdo#108145] / [i915#1982]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html - shard-apl: [FAIL][101] ([fdo#108145] / [i915#265]) -> [DMESG-FAIL][102] ([fdo#108145] / [i915#1982]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-tglb: [INCOMPLETE][103] ([i915#1436] / [i915#1798] / [i915#1982] / [i915#456]) -> [DMESG-WARN][104] ([i915#2411]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-tglb3/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-tglb1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html * igt@runner@aborted: - shard-iclb: ([FAIL][105], [FAIL][106]) ([i915#1814] / [i915#2295] / [i915#2722] / [i915#483]) -> ([FAIL][107], [FAIL][108]) ([i915#2295] / [i915#2722] / [i915#483]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb1/igt@runner@aborted.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-iclb3/igt@runner@aborted.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb4/igt@runner@aborted.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-iclb8/igt@runner@aborted.html - shard-apl: ([FAIL][109], [FAIL][110], [FAIL][111]) ([fdo#109271] / [i915#1814] / [i915#2295] / [i915#2722] / [i915#716]) -> ([FAIL][112], [FAIL][113], [FAIL][114]) ([fdo#109271] / [i915#2295] / [i915#2722] / [i915#716]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl1/igt@runner@aborted.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl8/igt@runner@aborted.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-apl4/igt@runner@aborted.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl6/igt@runner@aborted.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl2/igt@runner@aborted.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-apl8/igt@runner@aborted.html - shard-glk: ([FAIL][115], [FAIL][116]) ([i915#1814] / [i915#2295] / [i915#2722] / [i915#483] / [k.org#202321]) -> ([FAIL][117], [FAIL][118]) ([i915#2295] / [i915#2722] / [k.org#202321]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk7/igt@runner@aborted.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9396/shard-glk5/igt@runner@aborted.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk6/igt@runner@aborted.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/shard-glk9/igt@runner@aborted.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111764]: https://bugs.freedesktop.org/show_bug.cgi?id=111764 [i915#1078]: https://gitlab.freedesktop.org/drm/intel/issues/1078 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602 [i915#1798]: https://gitlab.freedesktop.org/drm/intel/issues/1798 [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804 [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814 [i915#1887]: https://gitlab.freedesktop.org/drm/intel/issues/1887 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2055]: https://gitlab.freedesktop.org/drm/intel/issues/2055 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2199]: https://gitlab.freedesktop.org/drm/intel/issues/2199 [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295 [i915#2370]: https://gitlab.freedesktop.org/drm/intel/issues/2370 [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2597]: https://gitlab.freedesktop.org/drm/intel/issues/2597 [i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262 [i915#2635]: https://gitlab.freedesktop.org/drm/intel/issues/2635 [i915#2637]: https://gitlab.freedesktop.org/drm/intel/issues/2637 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456 [i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483 [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54 [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95 [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321 Participating hosts (10 -> 8) ------------------------------ Missing (2): pig-skl-6260u pig-glk-j5005 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5872 -> IGTPW_5231 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_9396: c5b0dff321fdead6daece5e91275c8436c15cf03 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_5231: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5231/index.html IGT_5872: d8ebb937c76184d5e526c59a2c18abca1c7a03c1 @ 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_5231/index.html [-- Attachment #1.2: Type: text/html, Size: 32008 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-11-27 12:18 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-11-27 7:39 [igt-dev] [PATCH 0/1] tests/kms_plane_scaling: Correcting typo error for plane Mohammed Khajapasha 2020-11-27 7:39 ` [igt-dev] [PATCH 1/1] tests/kms_plane_scaling: Correcting typo error for plane scaler test Mohammed Khajapasha 2020-11-27 9:38 ` Petri Latvala 2020-11-27 12:18 ` Petri Latvala 2020-11-27 10:18 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Correcting typo error for plane Patchwork 2020-11-27 11:44 ` [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