* [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests
@ 2022-12-23 0:41 Melissa Wen
2022-12-23 1:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Melissa Wen @ 2022-12-23 0:41 UTC (permalink / raw)
To: igt-dev; +Cc: daniel.vetter, markyacoub
The DRM color mgmt doc states "Each of the properties are optional" so
CTM test should not depend on degamma/gamma properties to run. Also,
setting each property individually is the way that atomic degamma/gamma
tests work. However, from previous discussions around 64d0ff72 [1], i915
seems to need degamma/gamma settings around the CTM property (except for
the max CTM cases). Therefore, remove dependency on degamma/gamma
support from CTM tests and only set them for i915 (keeping the skip for
max CTM cases).
[1] https://patchwork.freedesktop.org/patch/296122/?series=58412&rev=9
Signed-off-by: Melissa Wen <mwen@igalia.com>
---
tests/kms_color.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/tests/kms_color.c b/tests/kms_color.c
index d016cefb..e0c6a8bf 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -493,12 +493,15 @@ static bool test_pipe_ctm(data_t *data,
igt_assert(fb_modeset_id);
igt_plane_set_fb(primary, &fb_modeset);
+ disable_degamma(primary->pipe);
+ disable_gamma(primary->pipe);
+
/*
- * Don't program LUT's for max CTM cases, as limitation of
+ * Only program LUT's for i915, but not for max CTM as limitation of
* representing intermediate values between 0 and 1.0 causes
* rounding issues and inaccuracies leading to crc mismatch.
*/
- if (memcmp(before, after, sizeof(color_t))) {
+ if (is_i915_device(data->drm_fd) && memcmp(before, after, sizeof(color_t))) {
igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT));
igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT));
@@ -507,10 +510,6 @@ static bool test_pipe_ctm(data_t *data,
set_degamma(data, primary->pipe, degamma_linear);
set_gamma(data, primary->pipe, gamma_linear);
- } else {
- /* Disable Degamma and Gamma for ctm max test */
- disable_degamma(primary->pipe);
- disable_gamma(primary->pipe);
}
disable_ctm(primary->pipe);
--
2.35.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_color: disable degamma/gamma by default for CTM tests 2022-12-23 0:41 [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests Melissa Wen @ 2022-12-23 1:31 ` Patchwork 2022-12-23 9:50 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-12-29 0:02 ` [igt-dev] [PATCH i-g-t] " Alex Hung 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2022-12-23 1:31 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7065 bytes --] == Series Details == Series: tests/kms_color: disable degamma/gamma by default for CTM tests URL : https://patchwork.freedesktop.org/series/112194/ State : success == Summary == CI Bug Log - changes from CI_DRM_12524 -> IGTPW_8265 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/index.html Participating hosts (45 -> 47) ------------------------------ Additional (2): bat-atsm-1 fi-tgl-dsi Known issues ------------ Here are the changes found in IGTPW_8265 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_module_load@load: - fi-kbl-soraka: [PASS][1] -> [DMESG-WARN][2] ([i915#1982]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/fi-kbl-soraka/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-kbl-soraka/igt@i915_module_load@load.html * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [PASS][3] -> [INCOMPLETE][4] ([i915#4785]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-rkl-11600: NOTRUN -> [SKIP][5] ([fdo#111827]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-rkl-11600/igt@kms_chamelium@common-hpd-after-suspend.html * igt@runner@aborted: - fi-hsw-4770: NOTRUN -> [FAIL][6] ([i915#5594]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-hsw-4770/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_gttfill@basic: - fi-pnv-d510: [FAIL][7] ([i915#7229]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/fi-pnv-d510/igt@gem_exec_gttfill@basic.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-pnv-d510/igt@gem_exec_gttfill@basic.html * igt@i915_selftest@live@migrate: - bat-adlp-4: [DMESG-FAIL][9] ([i915#7699]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/bat-adlp-4/igt@i915_selftest@live@migrate.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/bat-adlp-4/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@mman: - {bat-rpls-1}: [TIMEOUT][11] ([i915#6794]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/bat-rpls-1/igt@i915_selftest@live@mman.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/bat-rpls-1/igt@i915_selftest@live@mman.html * igt@i915_selftest@live@workarounds: - {bat-rpls-1}: [DMESG-WARN][13] -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/bat-rpls-1/igt@i915_selftest@live@workarounds.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/bat-rpls-1/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_suspend@basic-s3-without-i915: - fi-rkl-11600: [INCOMPLETE][15] ([i915#4817]) -> [FAIL][16] ([fdo#103375]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [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#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594 [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#6166]: https://gitlab.freedesktop.org/drm/intel/issues/6166 [i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257 [i915#6311]: https://gitlab.freedesktop.org/drm/intel/issues/6311 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#6856]: https://gitlab.freedesktop.org/drm/intel/issues/6856 [i915#7125]: https://gitlab.freedesktop.org/drm/intel/issues/7125 [i915#7229]: https://gitlab.freedesktop.org/drm/intel/issues/7229 [i915#7357]: https://gitlab.freedesktop.org/drm/intel/issues/7357 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7102 -> IGTPW_8265 CI-20190529: 20190529 CI_DRM_12524: a29956c69a562e85ef8657e39382bc207a339941 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8265: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/index.html IGT_7102: bacfdc84a9c02556c5441deb21e3a3f18a07347d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/index.html [-- Attachment #2: Type: text/html, Size: 5507 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_color: disable degamma/gamma by default for CTM tests 2022-12-23 0:41 [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests Melissa Wen 2022-12-23 1:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-12-23 9:50 ` Patchwork 2022-12-29 0:02 ` [igt-dev] [PATCH i-g-t] " Alex Hung 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2022-12-23 9:50 UTC (permalink / raw) To: Melissa Wen; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30769 bytes --] == Series Details == Series: tests/kms_color: disable degamma/gamma by default for CTM tests URL : https://patchwork.freedesktop.org/series/112194/ State : success == Summary == CI Bug Log - changes from CI_DRM_12524_full -> IGTPW_8265_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/index.html Participating hosts (13 -> 10) ------------------------------ Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8265_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@gem_userptr_blits@sync-unmap-cycles: - {shard-dg1}: [PASS][1] -> [DMESG-WARN][2] +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-dg1-15/igt@gem_userptr_blits@sync-unmap-cycles.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-dg1-16/igt@gem_userptr_blits@sync-unmap-cycles.html Known issues ------------ Here are the changes found in IGTPW_8265_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_caching@read-writes: - shard-apl: [PASS][3] -> [INCOMPLETE][4] ([i915#7708]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl1/igt@gem_caching@read-writes.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl2/igt@gem_caching@read-writes.html * igt@gem_ctx_persistence@legacy-engines-hostile-preempt: - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][6] -> [FAIL][7] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][8] -> [FAIL][9] ([i915#2842]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk9/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-apl: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#4613]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl3/igt@gem_lmem_swapping@parallel-random-engines.html - shard-glk: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#4613]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk6/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][12] -> [DMESG-WARN][13] ([i915#5566] / [i915#716]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl1/igt@gen9_exec_parse@allowed-single.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@gen9_exec_parse@allowed-single.html - shard-glk: [PASS][14] -> [DMESG-WARN][15] ([i915#5566] / [i915#716]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-glk1/igt@gen9_exec_parse@allowed-single.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [PASS][16] -> [DMESG-FAIL][17] ([i915#5334]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl7/igt@i915_selftest@live@gt_heartbeat.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3886]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk2/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#3886]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl6/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_chamelium@dp-edid-stress-resolution-non-4k: - shard-glk: NOTRUN -> [SKIP][20] ([fdo#109271] / [fdo#111827]) +3 similar issues [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk5/igt@kms_chamelium@dp-edid-stress-resolution-non-4k.html * igt@kms_color_chamelium@ctm-negative: - shard-apl: NOTRUN -> [SKIP][21] ([fdo#109271] / [fdo#111827]) +4 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@kms_color_chamelium@ctm-negative.html - shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [fdo#111827]) +3 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-snb7/igt@kms_color_chamelium@ctm-negative.html * igt@kms_flip@2x-modeset-vs-vblank-race@ac-hdmi-a1-hdmi-a2: - shard-glk: [PASS][23] -> [FAIL][24] ([i915#407]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-glk2/igt@kms_flip@2x-modeset-vs-vblank-race@ac-hdmi-a1-hdmi-a2.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk5/igt@kms_flip@2x-modeset-vs-vblank-race@ac-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-suspend@a-dp1: - shard-apl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl3/igt@kms_flip@flip-vs-suspend@a-dp1.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-glk: NOTRUN -> [SKIP][27] ([fdo#109271]) +55 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1: - shard-apl: NOTRUN -> [FAIL][28] ([i915#4573]) +2 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1.html * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-b-hdmi-a-2: - shard-glk: NOTRUN -> [FAIL][29] ([i915#4573]) +2 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk2/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1: - shard-apl: NOTRUN -> [SKIP][30] ([fdo#109271]) +86 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl6/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-apl: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#658]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl3/igt@kms_psr2_sf@cursor-plane-update-sf.html - shard-glk: NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#658]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk6/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-snb: NOTRUN -> [SKIP][33] ([fdo#109271]) +121 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-snb4/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_vblank@pipe-d-wait-idle: - shard-apl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#533]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl3/igt@kms_vblank@pipe-d-wait-idle.html - shard-glk: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#533]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk6/igt@kms_vblank@pipe-d-wait-idle.html * igt@perf@stress-open-close: - shard-glk: [PASS][36] -> [INCOMPLETE][37] ([i915#5213]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-glk4/igt@perf@stress-open-close.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk6/igt@perf@stress-open-close.html * igt@sysfs_clients@fair-1: - shard-apl: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#2994]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl6/igt@sysfs_clients@fair-1.html - shard-glk: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#2994]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk9/igt@sysfs_clients@fair-1.html #### Possible fixes #### * igt@fbdev@eof: - {shard-rkl}: [SKIP][40] ([i915#2582]) -> [PASS][41] +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-2/igt@fbdev@eof.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@fbdev@eof.html * igt@gem_ctx_persistence@engines-hang@bcs0: - {shard-rkl}: [SKIP][42] ([i915#6252]) -> [PASS][43] [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-5/igt@gem_ctx_persistence@engines-hang@bcs0.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-1/igt@gem_ctx_persistence@engines-hang@bcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][44] ([i915#2842]) -> [PASS][45] [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_reloc@basic-gtt: - {shard-rkl}: [SKIP][46] ([i915#3281]) -> [PASS][47] +4 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-6/igt@gem_exec_reloc@basic-gtt.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-5/igt@gem_exec_reloc@basic-gtt.html * igt@gem_mmap_wc@set-cache-level: - {shard-rkl}: [SKIP][48] ([i915#1850]) -> [PASS][49] [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-1/igt@gem_mmap_wc@set-cache-level.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-3/igt@gem_mmap_wc@set-cache-level.html * igt@gem_partial_pwrite_pread@write: - {shard-rkl}: [SKIP][50] ([i915#3282]) -> [PASS][51] +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-4/igt@gem_partial_pwrite_pread@write.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-5/igt@gem_partial_pwrite_pread@write.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-apl: [INCOMPLETE][52] -> [PASS][53] [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gen9_exec_parse@valid-registers: - {shard-rkl}: [SKIP][54] ([i915#2527]) -> [PASS][55] +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-1/igt@gen9_exec_parse@valid-registers.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-5/igt@gen9_exec_parse@valid-registers.html * igt@i915_hangman@gt-engine-error@bcs0: - {shard-rkl}: [SKIP][56] ([i915#6258]) -> [PASS][57] [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-5/igt@i915_hangman@gt-engine-error@bcs0.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@i915_hangman@gt-engine-error@bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - {shard-rkl}: [WARN][58] ([i915#2681]) -> [PASS][59] [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@fences: - {shard-rkl}: [SKIP][60] ([i915#1849]) -> [PASS][61] [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-5/igt@i915_pm_rpm@fences.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@i915_pm_rpm@fences.html * igt@i915_pm_rpm@i2c: - {shard-rkl}: [SKIP][62] ([fdo#109308]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-1/igt@i915_pm_rpm@i2c.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-rkl}: [SKIP][64] ([i915#1397]) -> [PASS][65] [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - {shard-dg1}: [SKIP][66] ([i915#1397]) -> [PASS][67] +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-dg1-14/igt@i915_pm_rpm@modeset-non-lpsp.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rps@engine-order: - shard-apl: [FAIL][68] ([i915#6537]) -> [PASS][69] [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl6/igt@i915_pm_rps@engine-order.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@i915_pm_rps@engine-order.html * igt@i915_pm_sseu@full-enable: - {shard-rkl}: [SKIP][70] ([i915#4387]) -> [PASS][71] [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-4/igt@i915_pm_sseu@full-enable.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-5/igt@i915_pm_sseu@full-enable.html * igt@kms_atomic@atomic_plane_damage: - {shard-rkl}: [SKIP][72] ([i915#4098]) -> [PASS][73] +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-5/igt@kms_atomic@atomic_plane_damage.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html * igt@kms_big_fb@linear-32bpp-rotate-0: - {shard-rkl}: [SKIP][74] ([i915#1845] / [i915#4098]) -> [PASS][75] +18 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-2/igt@kms_big_fb@linear-32bpp-rotate-0.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-apl: [FAIL][76] ([i915#2346]) -> [PASS][77] [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_flip@plain-flip-ts-check@c-hdmi-a1: - shard-glk: [FAIL][78] ([i915#2122]) -> [PASS][79] [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-glk3/igt@kms_flip@plain-flip-ts-check@c-hdmi-a1.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-glk9/igt@kms_flip@plain-flip-ts-check@c-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - {shard-rkl}: [SKIP][80] ([i915#1849] / [i915#4098]) -> [PASS][81] +13 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_psr@cursor_render: - {shard-rkl}: [SKIP][82] ([i915#1072]) -> [PASS][83] [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-3/igt@kms_psr@cursor_render.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_psr@cursor_render.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - {shard-rkl}: [SKIP][84] ([i915#5461]) -> [PASS][85] +1 similar issue [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_universal_plane@cursor-fb-leak-pipe-a: - {shard-rkl}: [SKIP][86] ([i915#1845] / [i915#4070] / [i915#4098]) -> [PASS][87] [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-2/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html * igt@perf@gen8-unprivileged-single-ctx-counters: - {shard-rkl}: [SKIP][88] ([i915#2436]) -> [PASS][89] [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html #### Warnings #### * igt@i915_pm_dc@dc9-dpms: - shard-apl: [FAIL][90] ([i915#4275]) -> [SKIP][91] ([fdo#109271]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl3/igt@i915_pm_dc@dc9-dpms.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@i915_pm_dc@dc9-dpms.html * igt@runner@aborted: - shard-apl: ([FAIL][92], [FAIL][93]) ([i915#3002] / [i915#4312]) -> ([FAIL][94], [FAIL][95], [FAIL][96], [FAIL][97]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#4312]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl7/igt@runner@aborted.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12524/shard-apl1/igt@runner@aborted.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@runner@aborted.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl7/igt@runner@aborted.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl1/igt@runner@aborted.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/shard-apl6/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#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#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#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [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#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [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#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [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#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [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#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [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#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [i915#407]: https://gitlab.freedesktop.org/drm/intel/issues/407 [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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4275]: https://gitlab.freedesktop.org/drm/intel/issues/4275 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6355]: https://gitlab.freedesktop.org/drm/intel/issues/6355 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [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#7708]: https://gitlab.freedesktop.org/drm/intel/issues/7708 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7102 -> IGTPW_8265 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12524: a29956c69a562e85ef8657e39382bc207a339941 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8265: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8265/index.html IGT_7102: bacfdc84a9c02556c5441deb21e3a3f18a07347d @ 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_8265/index.html [-- Attachment #2: Type: text/html, Size: 27500 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests 2022-12-23 0:41 [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests Melissa Wen 2022-12-23 1:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-12-23 9:50 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2022-12-29 0:02 ` Alex Hung 2 siblings, 0 replies; 4+ messages in thread From: Alex Hung @ 2022-12-29 0:02 UTC (permalink / raw) To: Melissa Wen, igt-dev; +Cc: daniel.vetter, markyacoub On 2022-12-22 17:41, Melissa Wen wrote: > The DRM color mgmt doc states "Each of the properties are optional" so > CTM test should not depend on degamma/gamma properties to run. Also, > setting each property individually is the way that atomic degamma/gamma > tests work. However, from previous discussions around 64d0ff72 [1], i915 > seems to need degamma/gamma settings around the CTM property (except for > the max CTM cases). Therefore, remove dependency on degamma/gamma > support from CTM tests and only set them for i915 (keeping the skip for > max CTM cases). > > [1] https://patchwork.freedesktop.org/patch/296122/?series=58412&rev=9 > > Signed-off-by: Melissa Wen <mwen@igalia.com> > --- > tests/kms_color.c | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/tests/kms_color.c b/tests/kms_color.c > index d016cefb..e0c6a8bf 100644 > --- a/tests/kms_color.c > +++ b/tests/kms_color.c > @@ -493,12 +493,15 @@ static bool test_pipe_ctm(data_t *data, > igt_assert(fb_modeset_id); > igt_plane_set_fb(primary, &fb_modeset); > > + disable_degamma(primary->pipe); > + disable_gamma(primary->pipe); > + > /* > - * Don't program LUT's for max CTM cases, as limitation of > + * Only program LUT's for i915, but not for max CTM as limitation of > * representing intermediate values between 0 and 1.0 causes > * rounding issues and inaccuracies leading to crc mismatch. > */ > - if (memcmp(before, after, sizeof(color_t))) { > + if (is_i915_device(data->drm_fd) && memcmp(before, after, sizeof(color_t))) { > igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)); > igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)); > > @@ -507,10 +510,6 @@ static bool test_pipe_ctm(data_t *data, > > set_degamma(data, primary->pipe, degamma_linear); > set_gamma(data, primary->pipe, gamma_linear); > - } else { > - /* Disable Degamma and Gamma for ctm max test */ > - disable_degamma(primary->pipe); > - disable_gamma(primary->pipe); > } > > disable_ctm(primary->pipe); Reviewed-by: Alex Hung <alex.hung@amd.com> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-29 0:02 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-12-23 0:41 [igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests Melissa Wen 2022-12-23 1:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-12-23 9:50 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-12-29 0:02 ` [igt-dev] [PATCH i-g-t] " Alex Hung
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox