* [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions
@ 2022-12-14 18:19 Alex Hung
2022-12-14 19:05 ` Pillai, Aurabindo
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Alex Hung @ 2022-12-14 18:19 UTC (permalink / raw)
To: igt-dev
The hardcoded fb resolution (1920x1080) is replaced by the output
resolution.
Signed-off-by: Alex Hung <alex.hung@amd.com>
---
[V2] Drop PATCH 2
tests/kms_bw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_bw.c b/tests/kms_bw.c
index 2a8df5b3..27100587 100644
--- a/tests/kms_bw.c
+++ b/tests/kms_bw.c
@@ -167,8 +167,8 @@ static void run_test_linear_tiling(data_t *data, int pipe, const drmModeModeInfo
force_output_mode(data, output, mode);
- igt_create_color_fb(display->drm_fd, test_mode[0].hdisplay,
- test_mode[0].vdisplay, DRM_FORMAT_XRGB8888,
+ igt_create_color_fb(display->drm_fd, mode->hdisplay,
+ mode->vdisplay, DRM_FORMAT_XRGB8888,
DRM_FORMAT_MOD_NONE, 1.f, 0.f, 0.f,
&buffer[i]);
--
2.38.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions 2022-12-14 18:19 [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions Alex Hung @ 2022-12-14 19:05 ` Pillai, Aurabindo 2022-12-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Pillai, Aurabindo @ 2022-12-14 19:05 UTC (permalink / raw) To: Hung, Alex, igt-dev@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 1477 bytes --] [AMD Official Use Only - General] Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> -- Regards, Jay ________________________________ From: Hung, Alex <Alex.Hung@amd.com> Sent: Wednesday, December 14, 2022 1:19 PM To: igt-dev@lists.freedesktop.org <igt-dev@lists.freedesktop.org> Cc: Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Pillai, Aurabindo <Aurabindo.Pillai@amd.com>; Hung, Alex <Alex.Hung@amd.com> Subject: [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions The hardcoded fb resolution (1920x1080) is replaced by the output resolution. Signed-off-by: Alex Hung <alex.hung@amd.com> --- [V2] Drop PATCH 2 tests/kms_bw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kms_bw.c b/tests/kms_bw.c index 2a8df5b3..27100587 100644 --- a/tests/kms_bw.c +++ b/tests/kms_bw.c @@ -167,8 +167,8 @@ static void run_test_linear_tiling(data_t *data, int pipe, const drmModeModeInfo force_output_mode(data, output, mode); - igt_create_color_fb(display->drm_fd, test_mode[0].hdisplay, - test_mode[0].vdisplay, DRM_FORMAT_XRGB8888, + igt_create_color_fb(display->drm_fd, mode->hdisplay, + mode->vdisplay, DRM_FORMAT_XRGB8888, DRM_FORMAT_MOD_NONE, 1.f, 0.f, 0.f, &buffer[i]); -- 2.38.1 [-- Attachment #2: Type: text/html, Size: 4401 bytes --] ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_bw: Test outputs with fb of the same resolutions 2022-12-14 18:19 [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions Alex Hung 2022-12-14 19:05 ` Pillai, Aurabindo @ 2022-12-14 19:06 ` Patchwork 2022-12-14 20:06 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_bw: Test outputs with fb of the same resolutions (rev2) Patchwork 2022-12-16 3:18 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_bw: Test outputs with fb of the same resolutions Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-12-14 19:06 UTC (permalink / raw) To: Pillai, Aurabindo; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2727 bytes --] == Series Details == Series: tests/kms_bw: Test outputs with fb of the same resolutions URL : https://patchwork.freedesktop.org/series/111941/ State : success == Summary == CI Bug Log - changes from IGT_7094 -> IGTPW_8232 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html Participating hosts (22 -> 18) ------------------------------ Missing (4): bat-adln-1 bat-adlm-1 fi-icl-u2 bat-adlp-4 Known issues ------------ Here are the changes found in IGTPW_8232 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_chamelium@common-hpd-after-suspend: - fi-hsw-4770: NOTRUN -> [SKIP][1] ([fdo#109271] / [fdo#111827]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size: - fi-bsw-kefka: [PASS][2] -> [FAIL][3] ([i915#6298]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [INCOMPLETE][4] ([i915#4785]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7094 -> IGTPW_8232 CI-20190529: 20190529 CI_DRM_12505: ea0a9ea56dd94ef237bcbaf5ee3641474204a536 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8232: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html IGT_7094: 1763071e9d50c5e992257c9197cb26f166de6fae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- +igt@drm_import_export@flink +igt@drm_import_export@import-close-race-flink +igt@drm_import_export@import-close-race-prime +igt@drm_import_export@prime == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html [-- Attachment #2: Type: text/html, Size: 3385 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_bw: Test outputs with fb of the same resolutions (rev2) 2022-12-14 18:19 [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions Alex Hung 2022-12-14 19:05 ` Pillai, Aurabindo 2022-12-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-12-14 20:06 ` Patchwork 2022-12-16 3:18 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_bw: Test outputs with fb of the same resolutions Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-12-14 20:06 UTC (permalink / raw) To: Pillai, Aurabindo; +Cc: igt-dev == Series Details == Series: tests/kms_bw: Test outputs with fb of the same resolutions (rev2) URL : https://patchwork.freedesktop.org/series/111941/ State : failure == Summary == Applying: tests/kms_bw: Test outputs with fb of the same resolutions Using index info to reconstruct a base tree... Patch failed at 0001 tests/kms_bw: Test outputs with fb of the same resolutions When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_bw: Test outputs with fb of the same resolutions 2022-12-14 18:19 [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions Alex Hung ` (2 preceding siblings ...) 2022-12-14 20:06 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_bw: Test outputs with fb of the same resolutions (rev2) Patchwork @ 2022-12-16 3:18 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-12-16 3:18 UTC (permalink / raw) To: Aurabindo Pillai; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 34448 bytes --] == Series Details == Series: tests/kms_bw: Test outputs with fb of the same resolutions URL : https://patchwork.freedesktop.org/series/111941/ State : success == Summary == CI Bug Log - changes from IGT_7094_full -> IGTPW_8232_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html Participating hosts (11 -> 6) ------------------------------ Missing (5): shard-tglu-9 shard-tglu-10 shard-tglu shard-rkl shard-dg1 Known issues ------------ Here are the changes found in IGTPW_8232_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_param@set-priority-not-supported: - shard-tglb: NOTRUN -> [SKIP][1] ([fdo#109314]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@gem_ctx_param@set-priority-not-supported.html - shard-iclb: NOTRUN -> [SKIP][2] ([fdo#109314]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@process: - shard-snb: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#1099]) +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-snb4/igt@gem_ctx_persistence@process.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglb: NOTRUN -> [FAIL][4] ([i915#6117]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][5] -> [SKIP][6] ([i915#2848]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-tglb1/igt@gem_exec_fair@basic-flow@rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none@vcs1: - shard-iclb: NOTRUN -> [FAIL][7] ([i915#2842]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@gem_exec_fair@basic-none@vcs1.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglb: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-tglb6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_lmem_swapping@massive: - shard-iclb: NOTRUN -> [SKIP][10] ([i915#4613]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@gem_lmem_swapping@massive.html - shard-tglb: NOTRUN -> [SKIP][11] ([i915#4613]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@gem_lmem_swapping@massive.html * igt@gem_lmem_swapping@smem-oom: - shard-apl: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4613]) +3 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl8/igt@gem_lmem_swapping@smem-oom.html * igt@gem_media_vme: - shard-tglb: NOTRUN -> [SKIP][13] ([i915#284]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@gem_media_vme.html * igt@gem_pwrite@basic-exhaustion: - shard-apl: NOTRUN -> [WARN][14] ([i915#2658]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl3/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-iclb: NOTRUN -> [SKIP][15] ([i915#4270]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html - shard-tglb: NOTRUN -> [SKIP][16] ([i915#4270]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_render_copy@yf-tiled-to-vebox-x-tiled: - shard-iclb: NOTRUN -> [SKIP][17] ([i915#768]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html * igt@gem_softpin@evict-single-offset: - shard-apl: NOTRUN -> [FAIL][18] ([i915#4171]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl6/igt@gem_softpin@evict-single-offset.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglb: NOTRUN -> [SKIP][19] ([i915#3297]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@gem_userptr_blits@create-destroy-unsync.html - shard-iclb: NOTRUN -> [SKIP][20] ([i915#3297]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gen3_render_linear_blits: - shard-iclb: NOTRUN -> [SKIP][21] ([fdo#109289]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@gen3_render_linear_blits.html * igt@gen7_exec_parse@basic-allowed: - shard-tglb: NOTRUN -> [SKIP][22] ([fdo#109289]) +2 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@gen7_exec_parse@basic-allowed.html * igt@gen9_exec_parse@basic-rejected: - shard-tglb: NOTRUN -> [SKIP][23] ([i915#2527] / [i915#2856]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-iclb: NOTRUN -> [SKIP][24] ([i915#2856]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb8/igt@gen9_exec_parse@batch-invalid-length.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-apl: NOTRUN -> [FAIL][25] ([i915#7036]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_dc@dc9-dpms: - shard-tglb: NOTRUN -> [SKIP][26] ([i915#4281]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglb: NOTRUN -> [WARN][27] ([i915#2681]) +3 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-iclb: NOTRUN -> [WARN][28] ([i915#2684]) +3 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb8/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@pc8-residency: - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#109293] / [fdo#109506]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@i915_pm_rpm@pc8-residency.html - shard-tglb: NOTRUN -> [SKIP][30] ([fdo#109506] / [i915#2411]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_sseu@full-enable: - shard-tglb: NOTRUN -> [SKIP][31] ([i915#4387]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb1/igt@i915_pm_sseu@full-enable.html * igt@i915_query@test-query-geometry-subslices: - shard-iclb: NOTRUN -> [SKIP][32] ([i915#5723]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@i915_query@test-query-geometry-subslices.html - shard-tglb: NOTRUN -> [SKIP][33] ([i915#5723]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@i915_query@test-query-geometry-subslices.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-iclb: NOTRUN -> [SKIP][34] ([i915#404]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglb: NOTRUN -> [SKIP][35] ([i915#404]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-iclb: NOTRUN -> [SKIP][36] ([i915#5286]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html - shard-tglb: NOTRUN -> [SKIP][37] ([i915#5286]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-tglb: NOTRUN -> [SKIP][38] ([fdo#111614]) +1 similar issue [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html - shard-iclb: NOTRUN -> [SKIP][39] ([fdo#110725] / [fdo#111614]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-tglb: NOTRUN -> [SKIP][40] ([fdo#111615]) +1 similar issue [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_joiner@invalid-modeset: - shard-tglb: NOTRUN -> [SKIP][41] ([i915#2705]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@kms_big_joiner@invalid-modeset.html - shard-iclb: NOTRUN -> [SKIP][42] ([i915#2705]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-iclb: NOTRUN -> [SKIP][43] ([fdo#109278] / [i915#3886]) +2 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb5/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][44] ([i915#3689] / [i915#3886]) +1 similar issue [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111615] / [i915#3689]) +3 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][46] ([i915#6095]) +2 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +6 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl3/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_dg2_rc_ccs: - shard-tglb: NOTRUN -> [SKIP][48] ([i915#3689] / [i915#6095]) +2 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][49] ([i915#3689]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_cdclk@mode-transition: - shard-iclb: NOTRUN -> [SKIP][50] ([i915#3742]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb5/igt@kms_cdclk@mode-transition.html - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3742]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium@hdmi-edid-stress-resolution-4k: - shard-tglb: NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +3 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@kms_chamelium@hdmi-edid-stress-resolution-4k.html * igt@kms_chamelium@hdmi-hpd: - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@kms_chamelium@hdmi-hpd.html * igt@kms_chamelium@vga-hpd-with-enabled-mode: - shard-snb: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +2 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-snb7/igt@kms_chamelium@vga-hpd-with-enabled-mode.html * igt@kms_chamelium@vga-hpd-without-ddc: - shard-apl: NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +6 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl1/igt@kms_chamelium@vga-hpd-without-ddc.html * igt@kms_color@deep-color: - shard-iclb: NOTRUN -> [SKIP][56] ([i915#3555]) +4 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb7/igt@kms_color@deep-color.html * igt@kms_color@legacy-gamma-reset: - shard-snb: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3546]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-snb4/igt@kms_color@legacy-gamma-reset.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-tglb: NOTRUN -> [SKIP][58] ([i915#3116] / [i915#3299]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_content_protection@dp-mst-lic-type-0.html - shard-iclb: NOTRUN -> [SKIP][59] ([i915#3116]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@legacy@pipe-a-dp-1: - shard-apl: NOTRUN -> [TIMEOUT][60] ([i915#7173]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl8/igt@kms_content_protection@legacy@pipe-a-dp-1.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-iclb: NOTRUN -> [SKIP][61] ([i915#3840]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_dsc@dsc-with-bpc-formats.html - shard-apl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#7205]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl8/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-iclb: NOTRUN -> [SKIP][63] ([fdo#109274]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-tglb: NOTRUN -> [SKIP][64] ([fdo#109274] / [fdo#111825] / [i915#3637]) +3 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-tglb: NOTRUN -> [SKIP][65] ([i915#2587] / [i915#2672]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode: - shard-iclb: NOTRUN -> [SKIP][66] ([i915#2587] / [i915#2672]) +3 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][67] ([i915#2672]) +2 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][68] ([i915#2672] / [i915#3555]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt: - shard-tglb: NOTRUN -> [SKIP][69] ([i915#6497]) +5 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt: - shard-iclb: NOTRUN -> [SKIP][70] ([fdo#109280]) +13 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-tglb: NOTRUN -> [SKIP][71] ([fdo#109280] / [fdo#111825]) +15 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglb: NOTRUN -> [SKIP][72] ([i915#3555]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb2/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1: - shard-apl: NOTRUN -> [FAIL][73] ([i915#4573]) +5 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl3/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-dp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-edp-1: - shard-iclb: NOTRUN -> [SKIP][74] ([i915#5235]) +2 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: - shard-tglb: NOTRUN -> [SKIP][75] ([i915#5235]) +3 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-apl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#658]) +2 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl6/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-iclb: NOTRUN -> [SKIP][77] ([fdo#109642] / [fdo#111068] / [i915#658]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb7/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-tglb: NOTRUN -> [SKIP][78] ([i915#7037]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12@pipe-b-edp-1: - shard-iclb: NOTRUN -> [FAIL][79] ([i915#5939]) +2 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@kms_psr2_su@page_flip-nv12@pipe-b-edp-1.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109441]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: [PASS][81] -> [SKIP][82] ([fdo#109441]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_psr@psr2_sprite_plane_onoff: - shard-apl: NOTRUN -> [SKIP][83] ([fdo#109271]) +169 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl3/igt@kms_psr@psr2_sprite_plane_onoff.html - shard-tglb: NOTRUN -> [FAIL][84] ([i915#132] / [i915#3467]) +2 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@kms_psr@psr2_sprite_plane_onoff.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglb: [PASS][85] -> [SKIP][86] ([i915#5519]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-tglb2/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html - shard-iclb: [PASS][87] -> [SKIP][88] ([i915#5519]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb2/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_vblank@pipe-c-query-busy-hang: - shard-snb: NOTRUN -> [SKIP][89] ([fdo#109271]) +88 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-snb4/igt@kms_vblank@pipe-c-query-busy-hang.html * igt@kms_vblank@pipe-d-wait-idle: - shard-iclb: NOTRUN -> [SKIP][90] ([fdo#109278]) +7 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@kms_vblank@pipe-d-wait-idle.html - shard-apl: NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#533]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl6/igt@kms_vblank@pipe-d-wait-idle.html * igt@perf_pmu@event-wait@rcs0: - shard-iclb: NOTRUN -> [SKIP][92] ([fdo#112283]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html - shard-tglb: NOTRUN -> [SKIP][93] ([fdo#112283]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@perf_pmu@event-wait@rcs0.html * igt@prime_vgem@basic-userptr: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109295] / [i915#3301]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb5/igt@prime_vgem@basic-userptr.html - shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109295] / [i915#3301]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@prime_vgem@basic-userptr.html * igt@sysfs_clients@recycle: - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#2994]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl8/igt@sysfs_clients@recycle.html #### Possible fixes #### * igt@gem_exec_balancer@parallel-balancer: - shard-iclb: [SKIP][97] ([i915#4525]) -> [PASS][98] +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb6/igt@gem_exec_balancer@parallel-balancer.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@gem_exec_balancer@parallel-balancer.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [FAIL][99] ([i915#3989] / [i915#454]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb8/igt@i915_pm_dc@dc6-psr.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-iclb: [SKIP][101] ([i915#4281]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@i915_pm_dc@dc9-dpms.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode: - shard-iclb: [SKIP][103] ([i915#3555]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-apl: [DMESG-WARN][105] ([i915#180]) -> [PASS][106] +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl2/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_psr@psr2_cursor_blt: - shard-iclb: [SKIP][107] ([fdo#109441]) -> [PASS][108] +2 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb3/igt@kms_psr@psr2_cursor_blt.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglb: [SKIP][109] ([i915#5519]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-tglb6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html #### Warnings #### * igt@gem_exec_balancer@parallel-ordering: - shard-iclb: [SKIP][111] ([i915#4525]) -> [FAIL][112] ([i915#6117]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@gem_exec_balancer@parallel-ordering.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-iclb: [SKIP][113] ([i915#588]) -> [SKIP][114] ([i915#658]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb1/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@kms_content_protection@mei_interface: - shard-tglb: [SKIP][115] ([i915#7118]) -> [SKIP][116] ([fdo#109300]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-tglb7/igt@kms_content_protection@mei_interface.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-tglb1/igt@kms_content_protection@mei_interface.html - shard-iclb: [SKIP][117] ([i915#7118]) -> [SKIP][118] ([fdo#109300]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb5/igt@kms_content_protection@mei_interface.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb3/igt@kms_content_protection@mei_interface.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-iclb: [SKIP][119] ([i915#2920]) -> [SKIP][120] ([fdo#111068] / [i915#658]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-iclb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@runner@aborted: - shard-apl: ([FAIL][121], [FAIL][122], [FAIL][123], [FAIL][124], [FAIL][125]) ([i915#180] / [i915#3002] / [i915#4312]) -> ([FAIL][126], [FAIL][127]) ([i915#3002] / [i915#4312]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl1/igt@runner@aborted.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl2/igt@runner@aborted.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl6/igt@runner@aborted.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl3/igt@runner@aborted.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7094/shard-apl2/igt@runner@aborted.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/shard-apl2/igt@runner@aborted.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/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#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725 [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#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [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#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2848]: https://gitlab.freedesktop.org/drm/intel/issues/2848 [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#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4171]: https://gitlab.freedesktop.org/drm/intel/issues/4171 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [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#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588 [i915#5939]: https://gitlab.freedesktop.org/drm/intel/issues/5939 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7205]: https://gitlab.freedesktop.org/drm/intel/issues/7205 [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7094 -> IGTPW_8232 CI-20190529: 20190529 CI_DRM_12505: ea0a9ea56dd94ef237bcbaf5ee3641474204a536 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8232: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html IGT_7094: 1763071e9d50c5e992257c9197cb26f166de6fae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8232/index.html [-- Attachment #2: Type: text/html, Size: 42533 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-16 3:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-12-14 18:19 [igt-dev] [PATCH][V2] tests/kms_bw: Test outputs with fb of the same resolutions Alex Hung 2022-12-14 19:05 ` Pillai, Aurabindo 2022-12-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-12-14 20:06 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_bw: Test outputs with fb of the same resolutions (rev2) Patchwork 2022-12-16 3:18 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_bw: Test outputs with fb of the same resolutions Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox