* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0
@ 2023-05-03 20:32 Maíra Canal
2023-05-03 21:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Maíra Canal @ 2023-05-03 20:32 UTC (permalink / raw)
To: Melissa Wen, Petri Latvala, Kamil Konieczny, Juha-Pekka Heikkila,
Swati Sharma
Cc: igt-dev
If you run the kms_plane_scaling tests on drivers that don't support the
rotation property, you end up getting the following error:
(kms_plane_scaling:29327) igt_kms-CRITICAL: Test assertion failure function
igt_atomic_prepare_plane_commit, file ../lib/igt_kms.c:3309:
(kms_plane_scaling:29327) igt_kms-CRITICAL: Failed assertion: plane->props[i]
(kms_plane_scaling:29327) igt_kms-CRITICAL: Last errno: 38, Function not implemented
Dynamic subtest pipe-A-Virtual-1 failed.
This error indicates that the rotation property is not implemented in
the driver, making the test fail instead of skip/pass. This happens
because, even if the test don't test rotation, it sets the rotation to
IGT_ROTATE_0.
Therefore, before setting the rotation property, verify if the
rotation parameter is IGT_ROTATE_0. Only set the rotation property if
the rotation is different than IGT_ROTATE_0. This way the
kms_plane_scaling tests will skip/pass gracefully even without the
rotation property implemented.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
---
tests/kms_plane_scaling.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index a37abd16..0e7cd4a2 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -441,7 +441,8 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
else
igt_plane_set_size(plane, width, height);
- igt_plane_set_rotation(plane, rot);
+ if (rot != IGT_ROTATION_0)
+ igt_plane_set_rotation(plane, rot);
commit_ret = igt_display_try_commit2(display, COMMIT_ATOMIC);
igt_plane_set_fb(plane, NULL);
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 2023-05-03 20:32 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 Maíra Canal @ 2023-05-03 21:17 ` Patchwork 2023-05-03 23:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-05-10 10:18 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-05-03 21:17 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3581 bytes --] == Series Details == Series: tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 URL : https://patchwork.freedesktop.org/series/117250/ State : success == Summary == CI Bug Log - changes from CI_DRM_13105 -> IGTPW_8905 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/index.html Participating hosts (38 -> 37) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8905 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@migrate: - bat-atsm-1: [PASS][1] -> [DMESG-FAIL][2] ([i915#7699] / [i915#7913]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/bat-atsm-1/igt@i915_selftest@live@migrate.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/bat-atsm-1/igt@i915_selftest@live@migrate.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-1: NOTRUN -> [SKIP][3] ([i915#7828]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/bat-rpls-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-1: NOTRUN -> [SKIP][4] ([i915#1845]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@requests: - {bat-mtlp-8}: [ABORT][5] ([i915#4983] / [i915#7920]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/bat-mtlp-8/igt@i915_selftest@live@requests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@reset: - bat-rpls-1: [ABORT][7] ([i915#4983] / [i915#7461] / [i915#8347] / [i915#8384]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/bat-rpls-1/igt@i915_selftest@live@reset.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/bat-rpls-1/igt@i915_selftest@live@reset.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8384]: https://gitlab.freedesktop.org/drm/intel/issues/8384 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7277 -> IGTPW_8905 CI-20190529: 20190529 CI_DRM_13105: e9c4e0f955197134304733e2417f72ce6392cb30 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8905: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/index.html IGT_7277: 1cb3507f3ff28d11bd5cfabcde576fe78ddab571 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/index.html [-- Attachment #2: Type: text/html, Size: 4223 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 2023-05-03 20:32 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 Maíra Canal 2023-05-03 21:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-05-03 23:42 ` Patchwork 2023-05-10 10:18 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-05-03 23:42 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12077 bytes --] == Series Details == Series: tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 URL : https://patchwork.freedesktop.org/series/117250/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13105_full -> IGTPW_8905_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_8905_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_8905_full, please notify your bug team 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_8905/index.html Participating hosts (7 -> 8) ------------------------------ Additional (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8905_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ctx_isolation@preservation-s3@rcs0: - shard-apl: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-apl3/igt@gem_ctx_isolation@preservation-s3@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-apl1/igt@gem_ctx_isolation@preservation-s3@rcs0.html * igt@gem_ctx_isolation@preservation-s3@vcs0: - shard-apl: [PASS][3] -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-apl3/igt@gem_ctx_isolation@preservation-s3@vcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-apl1/igt@gem_ctx_isolation@preservation-s3@vcs0.html Known issues ------------ Here are the changes found in IGTPW_8905_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#2842]) +3 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [PASS][7] -> [FAIL][8] ([i915#2346]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1: - shard-glk: [PASS][9] -> [FAIL][10] ([i915#79]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-glk2/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-0-25@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271]) +88 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-0-25@pipe-a-hdmi-a-1.html #### Possible fixes #### * igt@gem_ctx_freq@sysfs: - {shard-dg1}: [FAIL][12] ([i915#6786]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-dg1-17/igt@gem_ctx_freq@sysfs.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-dg1-15/igt@gem_ctx_freq@sysfs.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][14] ([i915#2846]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@bcs0: - {shard-rkl}: [FAIL][16] ([i915#2842]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-rkl-3/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-glk: [FAIL][18] ([i915#2842]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-glk1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload-no-display: - shard-snb: [ABORT][20] ([i915#4528] / [i915#8393]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-snb4/igt@i915_module_load@reload-no-display.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-snb1/igt@i915_module_load@reload-no-display.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - {shard-rkl}: [SKIP][22] ([i915#1397]) -> [PASS][23] +2 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-rkl-2/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rps@waitboost: - {shard-dg1}: [FAIL][24] ([i915#8229]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-dg1-16/igt@i915_pm_rps@waitboost.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-dg1-14/igt@i915_pm_rps@waitboost.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - {shard-tglu}: [FAIL][26] ([i915#3743]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_vblank@pipe-c-accuracy-idle: - shard-glk: [FAIL][28] ([i915#43]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13105/shard-glk3/igt@kms_vblank@pipe-c-accuracy-idle.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/shard-glk1/igt@kms_vblank@pipe-c-accuracy-idle.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [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#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [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#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#43]: https://gitlab.freedesktop.org/drm/intel/issues/43 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8229]: https://gitlab.freedesktop.org/drm/intel/issues/8229 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8393]: https://gitlab.freedesktop.org/drm/intel/issues/8393 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7277 -> IGTPW_8905 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13105: e9c4e0f955197134304733e2417f72ce6392cb30 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8905: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/index.html IGT_7277: 1cb3507f3ff28d11bd5cfabcde576fe78ddab571 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8905/index.html [-- Attachment #2: Type: text/html, Size: 9155 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 2023-05-03 20:32 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 Maíra Canal 2023-05-03 21:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-05-03 23:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-05-10 10:18 ` Juha-Pekka Heikkila 2 siblings, 0 replies; 4+ messages in thread From: Juha-Pekka Heikkila @ 2023-05-10 10:18 UTC (permalink / raw) To: Maíra Canal, Melissa Wen, Petri Latvala, Kamil Konieczny, Swati Sharma Cc: igt-dev Look ok to me. I didn't spot any of those ci shard run failures to relate to this change. Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> On 3.5.2023 23.32, Maíra Canal wrote: > If you run the kms_plane_scaling tests on drivers that don't support the > rotation property, you end up getting the following error: > > (kms_plane_scaling:29327) igt_kms-CRITICAL: Test assertion failure function > igt_atomic_prepare_plane_commit, file ../lib/igt_kms.c:3309: > (kms_plane_scaling:29327) igt_kms-CRITICAL: Failed assertion: plane->props[i] > (kms_plane_scaling:29327) igt_kms-CRITICAL: Last errno: 38, Function not implemented > Dynamic subtest pipe-A-Virtual-1 failed. > > This error indicates that the rotation property is not implemented in > the driver, making the test fail instead of skip/pass. This happens > because, even if the test don't test rotation, it sets the rotation to > IGT_ROTATE_0. > > Therefore, before setting the rotation property, verify if the > rotation parameter is IGT_ROTATE_0. Only set the rotation property if > the rotation is different than IGT_ROTATE_0. This way the > kms_plane_scaling tests will skip/pass gracefully even without the > rotation property implemented. > > Signed-off-by: Maíra Canal <mcanal@igalia.com> > --- > tests/kms_plane_scaling.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c > index a37abd16..0e7cd4a2 100644 > --- a/tests/kms_plane_scaling.c > +++ b/tests/kms_plane_scaling.c > @@ -441,7 +441,8 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane, > else > igt_plane_set_size(plane, width, height); > > - igt_plane_set_rotation(plane, rot); > + if (rot != IGT_ROTATION_0) > + igt_plane_set_rotation(plane, rot); > commit_ret = igt_display_try_commit2(display, COMMIT_ATOMIC); > > igt_plane_set_fb(plane, NULL); ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-10 10:18 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-05-03 20:32 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Only set rotation if rotation != rotate-0 Maíra Canal 2023-05-03 21:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-05-03 23:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-05-10 10:18 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox