* [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes.
@ 2021-12-20 12:57 Ananya Sharma
2021-12-20 14:25 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Ananya Sharma @ 2021-12-20 12:57 UTC (permalink / raw)
To: igt-dev; +Cc: juha-pekka.heikkila
P010 pixel format is newly added to the already existing list of pixel formats(RGB565,XRGB8888,NV12).
Signed-off-by: Ananya Sharma <ananya.sharma@intel.com>
---
tests/kms_rotation_crc.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index 37f6abe9..3f716002 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -683,7 +683,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe)
* case with modifier are 2 bpp, 4 bpp and NV12.
*/
static const uint32_t formatlist[] = {DRM_FORMAT_RGB565,
- DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12};
+ DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12, DRM_FORMAT_P010};
static struct {
igt_rotation_t rotation;
@@ -769,14 +769,13 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe)
* no need to redo comparison image and
* just use stored crc.
*/
- if (p[0].format != DRM_FORMAT_NV12 &&
- p[1].format != DRM_FORMAT_NV12 &&
+ if (!igt_format_is_yuv_semiplanar(p[0].format) && !igt_format_is_yuv_semiplanar(p[1].format) &&
crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)].frame != 0) {
retcrc_sw = crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)];
have_crc = true;
- } else if (p[0].format == DRM_FORMAT_NV12 &&
- p[1].format != DRM_FORMAT_NV12 &&
- lastroundjformat != DRM_FORMAT_NV12 &&
+ } else if((p[0].format == DRM_FORMAT_NV12 || p[0].format == DRM_FORMAT_P010) &&
+ p[1].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_P010 &&
+ lastroundjformat != DRM_FORMAT_NV12 && lastroundjformat != DRM_FORMAT_P010 &&
planeconfigs[i].rotation == lastroundirotation &&
planeconfigs[j].rotation == lastroundjrotation) {
/*
@@ -837,7 +836,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe)
flipsw,
&retcrc_sw);
- if (p[0].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_NV12)
+ if (!igt_format_is_yuv_semiplanar(p[0].format) &&!igt_format_is_yuv_semiplanar(p[1].format))
crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)]
= retcrc_sw;
}
--
2.25.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-20 12:57 [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes Ananya Sharma @ 2021-12-20 14:25 ` Patchwork 2021-12-20 16:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2021-12-20 14:25 UTC (permalink / raw) To: Ananya Sharma; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9651 bytes --] == Series Details == Series: tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. URL : https://patchwork.freedesktop.org/series/98232/ State : success == Summary == CI Bug Log - changes from CI_DRM_11015 -> IGTPW_6508 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html Participating hosts (42 -> 37) ------------------------------ Additional (3): fi-kbl-soraka fi-tgl-u2 fi-pnv-d510 Missing (8): fi-ilk-m540 bat-dg1-6 bat-dg1-5 fi-hsw-4200u bat-adlp-6 bat-adlp-4 fi-ctg-p8600 fi-bdw-samus Known issues ------------ Here are the changes found in IGTPW_6508 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - fi-tgl-u2: NOTRUN -> [INCOMPLETE][1] ([i915#4006]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html * igt@gem_exec_fence@basic-busy@bcs0: - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271]) +26 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_huc_copy@huc-copy: - fi-tgl-u2: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html - fi-bxt-dsi: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-bxt-dsi/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-soraka: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#4613]) +3 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@verify-random: - fi-tgl-u2: NOTRUN -> [SKIP][7] ([i915#4613]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html - fi-bxt-dsi: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#4613]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-bxt-dsi/igt@gem_lmem_swapping@verify-random.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][9] ([i915#1886] / [i915#2291]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [PASS][10] -> [INCOMPLETE][11] ([i915#3303]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@requests: - fi-blb-e6850: [PASS][12] -> [DMESG-FAIL][13] ([i915#4528]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/fi-blb-e6850/igt@i915_selftest@live@requests.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-blb-e6850/igt@i915_selftest@live@requests.html - fi-pnv-d510: NOTRUN -> [DMESG-FAIL][14] ([i915#2927]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-pnv-d510/igt@i915_selftest@live@requests.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-bxt-dsi: NOTRUN -> [SKIP][15] ([fdo#109271] / [fdo#111827]) +8 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-bxt-dsi/igt@kms_chamelium@common-hpd-after-suspend.html - fi-kbl-soraka: NOTRUN -> [SKIP][16] ([fdo#109271] / [fdo#111827]) +8 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-hpd-fast: - fi-tgl-u2: NOTRUN -> [SKIP][17] ([fdo#109284] / [fdo#111827]) +8 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-u2: NOTRUN -> [SKIP][18] ([i915#4103]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-bxt-dsi: NOTRUN -> [SKIP][19] ([fdo#109271]) +30 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-bxt-dsi/igt@kms_force_connector_basic@force-load-detect.html - fi-tgl-u2: NOTRUN -> [SKIP][20] ([fdo#109285]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b: - fi-cfl-8109u: [PASS][21] -> [DMESG-WARN][22] ([i915#295]) +12 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-bxt-dsi: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#533]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-bxt-dsi/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-soraka: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#533]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@prime_vgem@basic-userptr: - fi-pnv-d510: NOTRUN -> [SKIP][25] ([fdo#109271]) +39 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-pnv-d510/igt@prime_vgem@basic-userptr.html - fi-tgl-u2: NOTRUN -> [SKIP][26] ([i915#3301]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-pnv-d510: NOTRUN -> [FAIL][27] ([fdo#109271] / [i915#2403] / [i915#4312]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-pnv-d510/igt@runner@aborted.html - fi-hsw-4770: NOTRUN -> [FAIL][28] ([fdo#109271] / [i915#1436] / [i915#4312]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-hsw-4770/igt@runner@aborted.html - fi-tgl-u2: NOTRUN -> [FAIL][29] ([i915#2722] / [i915#4312]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-tgl-u2/igt@runner@aborted.html - fi-blb-e6850: NOTRUN -> [FAIL][30] ([fdo#109271] / [i915#2403] / [i915#4312]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-blb-e6850/igt@runner@aborted.html #### Warnings #### * igt@kms_psr@primary_page_flip: - fi-skl-6600u: [FAIL][31] ([i915#4547]) -> [INCOMPLETE][32] ([i915#4547]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/fi-skl-6600u/igt@kms_psr@primary_page_flip.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-skl-6600u/igt@kms_psr@primary_page_flip.html * igt@runner@aborted: - fi-skl-6600u: [FAIL][33] ([i915#4312]) -> [FAIL][34] ([i915#2722] / [i915#4312]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/fi-skl-6600u/igt@runner@aborted.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/fi-skl-6600u/igt@runner@aborted.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#2927]: https://gitlab.freedesktop.org/drm/intel/issues/2927 [i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#4006]: https://gitlab.freedesktop.org/drm/intel/issues/4006 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6314 -> IGTPW_6508 CI-20190529: 20190529 CI_DRM_11015: 38d0bb038985cea9f62736ec72e4d9cd02d3f943 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6508: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html IGT_6314: 1c71ec381282ba26d0a370b52603754599293754 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html [-- Attachment #2: Type: text/html, Size: 12728 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-20 12:57 [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes Ananya Sharma 2021-12-20 14:25 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-12-20 16:08 ` Patchwork 2021-12-23 12:02 ` Sharma, Ananya 2021-12-23 8:03 ` [igt-dev] [PATCH i-g-t v4] " Juha-Pekka Heikkila 2021-12-23 17:32 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork 3 siblings, 1 reply; 8+ messages in thread From: Patchwork @ 2021-12-20 16:08 UTC (permalink / raw) To: Ananya Sharma; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30307 bytes --] == Series Details == Series: tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. URL : https://patchwork.freedesktop.org/series/98232/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11015_full -> IGTPW_6508_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6508_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6508_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_6508/index.html Participating hosts (18 -> 7) ------------------------------ ERROR: It appears as if the changes made in IGTPW_6508_full prevented too many machines from booting. Missing (11): pig-kbl-iris pig-glk-j5005 shard-dg1-15 shard-dg1-13 shard-dg1-12 shard-dg1-16 pig-skl-6260u shard-dg1-17 shard-dg1-19 shard-dg1-18 shard-rkl Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6508_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: - shard-kbl: NOTRUN -> [DMESG-WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html #### Warnings #### * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: - shard-apl: [DMESG-WARN][2] ([i915#1226]) -> [DMESG-WARN][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html Known issues ------------ Here are the changes found in IGTPW_6508_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_persistence@engines-cleanup: - shard-snb: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#1099]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@gem_ctx_persistence@engines-cleanup.html * igt@gem_eio@in-flight-contexts-10ms: - shard-tglb: [PASS][5] -> [TIMEOUT][6] ([i915#3063]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglb: NOTRUN -> [SKIP][7] ([i915#4525]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_fair@basic-deadline: - shard-apl: NOTRUN -> [FAIL][8] ([i915#2846]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [PASS][9] -> [FAIL][10] ([i915#2842]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [PASS][11] -> [FAIL][12] ([i915#2842]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-iclb: NOTRUN -> [FAIL][13] ([i915#2842]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: NOTRUN -> [FAIL][14] ([i915#2842]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-tglb: NOTRUN -> [FAIL][15] ([i915#2851]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-apl: NOTRUN -> [FAIL][16] ([i915#2842]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglb: NOTRUN -> [FAIL][17] ([i915#2842]) +4 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_params@rsvd2-dirt: - shard-tglb: NOTRUN -> [SKIP][18] ([fdo#109283]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_params@rsvd2-dirt.html - shard-iclb: NOTRUN -> [SKIP][19] ([fdo#109283]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-kbl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#4613]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-random.html - shard-tglb: NOTRUN -> [SKIP][21] ([i915#4613]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-apl: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#4613]) +3 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl7/igt@gem_lmem_swapping@parallel-multi.html - shard-glk: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#4613]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html - shard-iclb: NOTRUN -> [SKIP][24] ([i915#4613]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-tglb: NOTRUN -> [SKIP][25] ([i915#4270]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html - shard-iclb: NOTRUN -> [SKIP][26] ([i915#4270]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@linear-to-vebox-yf-tiled: - shard-iclb: NOTRUN -> [SKIP][27] ([i915#768]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_render_copy@linear-to-vebox-yf-tiled.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-kbl: NOTRUN -> [SKIP][28] ([fdo#109271]) +284 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_softpin@evict-snoop: - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#109312]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@gem_softpin@evict-snoop.html - shard-tglb: NOTRUN -> [SKIP][30] ([fdo#109312]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglb: NOTRUN -> [SKIP][31] ([i915#3297]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_userptr_blits@create-destroy-unsync.html - shard-iclb: NOTRUN -> [SKIP][32] ([i915#3297]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-apl: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#3323]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][34] ([i915#2724]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb6/igt@gem_userptr_blits@vma-merge.html - shard-apl: NOTRUN -> [FAIL][35] ([i915#3318]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@gem_userptr_blits@vma-merge.html - shard-iclb: NOTRUN -> [FAIL][36] ([i915#3318]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@gem_userptr_blits@vma-merge.html - shard-glk: NOTRUN -> [FAIL][37] ([i915#3318]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_userptr_blits@vma-merge.html - shard-kbl: NOTRUN -> [FAIL][38] ([i915#3318]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@gem_userptr_blits@vma-merge.html - shard-tglb: NOTRUN -> [FAIL][39] ([i915#3318]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_userptr_blits@vma-merge.html * igt@gem_workarounds@suspend-resume-fd: - shard-kbl: [PASS][40] -> [DMESG-WARN][41] ([i915#180]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl6/igt@gem_workarounds@suspend-resume-fd.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@gem_workarounds@suspend-resume-fd.html * igt@gen7_exec_parse@oacontrol-tracking: - shard-glk: NOTRUN -> [SKIP][42] ([fdo#109271]) +56 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gen7_exec_parse@oacontrol-tracking.html - shard-iclb: NOTRUN -> [SKIP][43] ([fdo#109289]) +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gen7_exec_parse@oacontrol-tracking.html * igt@i915_pm_dc@dc6-dpms: - shard-kbl: NOTRUN -> [FAIL][44] ([i915#454]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-iclb: [PASS][45] -> [SKIP][46] ([i915#4281]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb7/igt@i915_pm_dc@dc9-dpms.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-kbl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#1937]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html - shard-apl: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#1937]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@screens-disabled: - shard-tglb: NOTRUN -> [SKIP][49] ([i915#1902]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html - shard-iclb: NOTRUN -> [SKIP][50] ([i915#1902]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@i915_pm_lpsp@screens-disabled.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-glk: [PASS][51] -> [DMESG-WARN][52] ([i915#118]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3777]) +3 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-glk: NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#3777]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html - shard-apl: NOTRUN -> [SKIP][55] ([fdo#109271] / [i915#3777]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#111615]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][57] ([fdo#111615] / [i915#3689]) +3 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#3886]) +2 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html - shard-iclb: NOTRUN -> [SKIP][59] ([fdo#109278] / [i915#3886]) +2 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][60] ([fdo#109271] / [i915#3886]) +15 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][61] ([i915#3689] / [i915#3886]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#3886]) +15 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#3689]) +3 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_chamelium@dp-crc-fast: - shard-snb: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +6 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@dp-hpd-storm: - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109284] / [fdo#111827]) +4 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_chamelium@dp-hpd-storm.html * igt@kms_chamelium@hdmi-crc-nonplanar-formats: - shard-glk: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +5 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium@vga-hpd-without-ddc: - shard-kbl: NOTRUN -> [SKIP][67] ([fdo#109271] / [fdo#111827]) +24 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_chamelium@vga-hpd-without-ddc.html * igt@kms_color@pipe-d-ctm-max: - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109278] / [i915#1149]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color@pipe-d-ctm-max.html * igt@kms_color_chamelium@pipe-d-ctm-0-25: - shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [fdo#111827]) +21 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@kms_color_chamelium@pipe-d-ctm-0-25.html * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: - shard-tglb: NOTRUN -> [SKIP][70] ([fdo#109284] / [fdo#111827]) +5 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html - shard-iclb: NOTRUN -> [SKIP][71] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html * igt@kms_content_protection@lic: - shard-apl: NOTRUN -> [TIMEOUT][72] ([i915#1319]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_content_protection@lic.html - shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109300] / [fdo#111066]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb6/igt@kms_content_protection@lic.html - shard-tglb: NOTRUN -> [SKIP][74] ([fdo#111828]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_content_protection@lic.html - shard-kbl: NOTRUN -> [TIMEOUT][75] ([i915#1319]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][76] ([i915#3319]) +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding: - shard-iclb: NOTRUN -> [SKIP][77] ([fdo#109278]) +22 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html - shard-tglb: NOTRUN -> [SKIP][78] ([i915#3359]) +2 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-apl: NOTRUN -> [DMESG-WARN][79] ([i915#180]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen: - shard-tglb: NOTRUN -> [SKIP][80] ([fdo#109279] / [i915#3359]) +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen.html * igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge: - shard-glk: [PASS][81] -> [DMESG-WARN][82] ([i915#118] / [i915#1888]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk6/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109274] / [fdo#109278]) +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-kbl: NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#533]) +1 similar issue [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: - shard-tglb: NOTRUN -> [SKIP][85] ([i915#3788]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][86] -> [FAIL][87] ([i915#2122]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109274]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend@a-dp1: - shard-apl: [PASS][89] -> [DMESG-WARN][90] ([i915#180]) +1 similar issue [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip@flip-vs-suspend@a-dp1.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip@flip-vs-suspend@a-dp1.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: - shard-glk: [PASS][91] -> [FAIL][92] ([i915#1888] / [i915#2546]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-apl: NOTRUN -> [SKIP][93] ([fdo#109271]) +233 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#111825]) +27 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109280]) +17 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglb: NOTRUN -> [SKIP][96] ([fdo#109289]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb2/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d: - shard-glk: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#533]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html - shard-apl: NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#533]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: - shard-kbl: NOTRUN -> [INCOMPLETE][99] ([i915#794]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][100] ([i915#265]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][101] ([fdo#108145] / [i915#265]) +1 similar issue [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][102] ([i915#265]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_lowres@pipe-b-tiling-none: - shard-tglb: NOTRUN -> [SKIP][103] ([i915#3536]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_plane_lowres@pipe-b-tiling-none.html - shard-iclb: NOTRUN -> [SKIP][104] ([i915#3536]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@kms_plane_lowres@pipe-b-tiling-none.html * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][105] ([fdo#111615] / [fdo#112054]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_plane_multiple@atomic-pipe-c-tiling-yf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-kbl: NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#658]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglb: NOTRUN -> [SKIP][107] ([i915#1911]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_psr2_su@page_flip-nv12.html - shard-apl: NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#658]) +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_psr2_su@page_flip-nv12.html - shard-glk: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#658]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@kms_psr2_su@page_flip-nv12.html - shard-iclb: NOTRUN -> [SKIP][110] ([fdo#111068] / [i915#658]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_basic: - shard-tglb: NOTRUN -> [FAIL][111] ([i915#132] / [i915#3467]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_psr@psr2_basic.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [PASS][112] -> [SKIP][113] ([fdo#109441]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr@psr2_sprite_blt.html * igt@kms_sysfs_edid_timing: - shard-apl: NOTRUN -> [FAIL][114] ([IGT#2]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_sysfs_edid_timing.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-d: - shard-snb: NOTRUN -> [SKIP][115] ([fdo#109271]) +144 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-d.html * igt@nouveau_crc@pipe-a-source-outp-complete: - shard-tglb: NOTRUN -> [SKIP][116] ([i915#2530]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@nouveau_crc@pipe-a-source-outp-complete.html - shard-iclb: NOTRUN -> [SKIP][117] ([i915#2530]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@nouveau_crc@pipe-a-source-outp-complete.html * igt@perf_pmu@rc6-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][118] ([i915#180]) +1 similar issue [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@perf_pmu@rc6-suspend.html * igt@prime_nv_pcopy@test3_1: - shard-tglb: NOTRUN -> [SKIP][119] ([fdo#109291]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@prime_nv_pcopy@test3_1.html - shard-iclb: NOTRUN -> [SKIP][120] ([fdo#109291]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@prime_nv_pcopy@test3_1.html * igt@sysfs_clients@sema-25: - shard-iclb: NOTRUN -> [SKIP][121] ([i915#2994]) +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@sysfs_clients@sema-25.html - shard-tglb: NOTRUN -> [SKIP][122] ([i915#2994]) +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@sysfs_clients@sema-25.html * igt@sysfs_clients@split-50: - shard-kbl: NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#2994]) +3 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@sysfs_clients@split-50.html - shard-apl: NOTRUN -> [SKIP][124] ([fdo#109271] / [i915#2994]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@sysfs_clients@split-50.html - shard-glk: NOTRUN -> [SKIP][125] ([fdo#109271] / [i915#2994]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk4/igt@sysfs_clients@split-50.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-kbl: [FAIL][126] ([i915#2842]) -> [PASS][127] [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl7/igt@gem_exec_fair@basic-none-rrul@rcs0.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][128] ([i915#2842]) -> [PASS][129] +1 similar issue [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][130] ([i915#2849]) -> [PASS][131] [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [DMESG-WARN][132] ([i915#1436] / [i915#716]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl2/igt@gen9_exec_parse@allowed-all.html [133]: == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html [-- Attachment #2: Type: text/html, Size: 33861 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-20 16:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2021-12-23 12:02 ` Sharma, Ananya 2021-12-23 19:17 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 8+ messages in thread From: Sharma, Ananya @ 2021-12-23 12:02 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org; +Cc: Vudum, Lakshminarayana [-- Attachment #1: Type: text/plain, Size: 28367 bytes --] Hi Lakshmi The Ci indicated regressions here have nothing to do with this patch. As here the change is done only in the kms_rotation_crc and cannot affect the newly failed tests. So can you please look into this. Thanks and regards Ananya Sharma From: Patchwork <patchwork@emeril.freedesktop.org> Sent: Monday, December 20, 2021 9:39 PM To: Sharma, Ananya <ananya.sharma@intel.com> Cc: igt-dev@lists.freedesktop.org Subject: ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. Patch Details Series: tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. URL: https://patchwork.freedesktop.org/series/98232/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html CI Bug Log - changes from CI_DRM_11015_full -> IGTPW_6508_full Summary FAILURE Serious unknown changes coming with IGTPW_6508_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6508_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_6508/index.html Participating hosts (18 -> 7) ERROR: It appears as if the changes made in IGTPW_6508_full prevented too many machines from booting. Missing (11): pig-kbl-iris pig-glk-j5005 shard-dg1-15 shard-dg1-13 shard-dg1-12 shard-dg1-16 pig-skl-6260u shard-dg1-17 shard-dg1-19 shard-dg1-18 shard-rkl Possible new issues Here are the unknown changes that may have been introduced in IGTPW_6508_full: IGT changes Possible regressions * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: * shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> Warnings * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: * shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> ([i915#1226]) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> Known issues Here are the changes found in IGTPW_6508_full that come from known issues: IGT changes Issues hit * igt@gem_ctx_persistence@engines-cleanup: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@gem_ctx_persistence@engines-cleanup.html> ([fdo#109271] / [i915#1099]) * igt@gem_eio@in-flight-contexts-10ms: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_eio@in-flight-contexts-10ms.html> ([i915#3063]) * igt@gem_exec_balancer@parallel-contexts: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_balancer@parallel-contexts.html> ([i915#4525]) * igt@gem_exec_fair@basic-deadline: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@gem_exec_fair@basic-deadline.html> ([i915#2846]) * igt@gem_exec_fair@basic-none-share@rcs0: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html> ([i915#2842]) * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html> ([i915#2842]) +1 similar issue * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-iclb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) +1 similar issue * shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2851]) * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) * igt@gem_exec_fair@basic-pace@bcs0: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html> ([i915#2842]) +4 similar issues * igt@gem_exec_params@rsvd2-dirt: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_params@rsvd2-dirt.html> ([fdo#109283]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_exec_params@rsvd2-dirt.html> ([fdo#109283]) * igt@gem_lmem_swapping@heavy-verify-random: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-random.html> ([fdo#109271] / [i915#4613]) +1 similar issue * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@gem_lmem_swapping@heavy-verify-random.html> ([i915#4613]) +1 similar issue * igt@gem_lmem_swapping@parallel-multi: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl7/igt@gem_lmem_swapping@parallel-multi.html> ([fdo#109271] / [i915#4613]) +3 similar issues * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html> ([fdo#109271] / [i915#4613]) +1 similar issue * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@gem_lmem_swapping@parallel-multi.html> ([i915#4613]) +1 similar issue * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> ([i915#4270]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> ([i915#4270]) * igt@gem_render_copy@linear-to-vebox-yf-tiled: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_render_copy@linear-to-vebox-yf-tiled.html> ([i915#768]) +1 similar issue * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> ([fdo#109271]) +284 similar issues * igt@gem_softpin@evict-snoop: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@gem_softpin@evict-snoop.html> ([fdo#109312]) * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_softpin@evict-snoop.html> ([fdo#109312]) * igt@gem_userptr_blits@create-destroy-unsync: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#3297]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#3297]) * igt@gem_userptr_blits@dmabuf-sync: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html> ([fdo#109271] / [i915#3323]) * igt@gem_userptr_blits@vma-merge: * shard-snb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb6/igt@gem_userptr_blits@vma-merge.html> ([i915#2724]) * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-iclb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * igt@gem_workarounds@suspend-resume-fd: * shard-kbl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl6/igt@gem_workarounds@suspend-resume-fd.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@gem_workarounds@suspend-resume-fd.html> ([i915#180]) +2 similar issues * igt@gen7_exec_parse@oacontrol-tracking: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gen7_exec_parse@oacontrol-tracking.html> ([fdo#109271]) +56 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gen7_exec_parse@oacontrol-tracking.html> ([fdo#109289]) +1 similar issue * igt@i915_pm_dc@dc6-dpms: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html> ([i915#454]) * igt@i915_pm_dc@dc9-dpms: * shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb7/igt@i915_pm_dc@dc9-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html> ([i915#4281]) * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html> ([fdo#109271] / [i915#1937]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html> ([fdo#109271] / [i915#1937]) * igt@i915_pm_lpsp@screens-disabled: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html> ([i915#1902]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@i915_pm_lpsp@screens-disabled.html> ([i915#1902]) * igt@kms_big_fb@linear-32bpp-rotate-0: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_big_fb@linear-32bpp-rotate-0.html> ([i915#118]) * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> ([fdo#109271] / [i915#3777]) +3 similar issues * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> ([fdo#109271] / [i915#3777]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> ([fdo#109271] / [i915#3777]) * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> ([fdo#111615]) +2 similar issues * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html> ([fdo#111615] / [i915#3689]) +3 similar issues * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +2 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html> ([fdo#109278] / [i915#3886]) +2 similar issues * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> ([fdo#109271] / [i915#3886]) +15 similar issues * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html> ([i915#3689] / [i915#3886]) +1 similar issue * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +15 similar issues * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html> ([i915#3689]) +3 similar issues * igt@kms_chamelium@dp-crc-fast: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@kms_chamelium@dp-crc-fast.html> ([fdo#109271] / [fdo#111827]) +6 similar issues * igt@kms_chamelium@dp-hpd-storm: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_chamelium@dp-hpd-storm.html> ([fdo#109284] / [fdo#111827]) +4 similar issues * igt@kms_chamelium@hdmi-crc-nonplanar-formats: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html> ([fdo#109271] / [fdo#111827]) +5 similar issues * igt@kms_chamelium@vga-hpd-without-ddc: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_chamelium@vga-hpd-without-ddc.html> ([fdo#109271] / [fdo#111827]) +24 similar issues * igt@kms_color@pipe-d-ctm-max: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color@pipe-d-ctm-max.html> ([fdo#109278] / [i915#1149]) * igt@kms_color_chamelium@pipe-d-ctm-0-25: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@kms_color_chamelium@pipe-d-ctm-0-25.html> ([fdo#109271] / [fdo#111827]) +21 similar issues * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> ([fdo#109284] / [fdo#111827]) +5 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> ([fdo#109278] / [fdo#109284] / [fdo#111827]) * igt@kms_content_protection@lic: * shard-apl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_content_protection@lic.html> ([i915#1319]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb6/igt@kms_content_protection@lic.html> ([fdo#109300] / [fdo#111066]) * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_content_protection@lic.html> ([fdo#111828]) * shard-kbl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_content_protection@lic.html> ([i915#1319]) * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html> ([i915#3319]) +1 similar issue * igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html> ([fdo#109278]) +22 similar issues * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html> ([i915#3359]) +2 similar issues * igt@kms_cursor_crc@pipe-a-cursor-suspend: * shard-apl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html> ([i915#180]) * igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen.html> ([fdo#109279] / [i915#3359]) +2 similar issues * igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk6/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html> ([i915#118] / [i915#1888]) * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html> ([fdo#109274] / [fdo#109278]) +1 similar issue * igt@kms_cursor_legacy@pipe-d-torture-bo: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_cursor_legacy@pipe-d-torture-bo.html> ([fdo#109271] / [i915#533]) +1 similar issue * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html> ([i915#3788]) * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> ([i915#2122]) * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> ([fdo#109274]) * igt@kms_flip@flip-vs-suspend@a-dp1: * shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip@flip-vs-suspend@a-dp1.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip@flip-vs-suspend@a-dp1.html> ([i915#180]) +1 similar issue * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html> ([i915#1888] / [i915#2546]) +1 similar issue * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> ([fdo#109271]) +233 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite.html> ([fdo#111825]) +27 similar issues * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html> ([fdo#109280]) +17 similar issues * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb2/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html> ([fdo#109289]) +2 similar issues * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html> ([fdo#109271] / [i915#533]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html> ([fdo#109271] / [i915#533]) * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: * shard-kbl: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html> ([i915#794]) * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html> ([i915#265]) * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html> ([fdo#108145] / [i915#265]) +1 similar issue * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html> ([i915#265]) * igt@kms_plane_lowres@pipe-b-tiling-none: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_plane_lowres@pipe-b-tiling-none.html> ([i915#3536]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@kms_plane_lowres@pipe-b-tiling-none.html> ([i915#3536]) * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_plane_multiple@atomic-pipe-c-tiling-yf.html> ([fdo#111615] / [fdo#112054]) * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html> ([fdo#109271] / [i915#658]) +1 similar issue * igt@kms_psr2_su@page_flip-nv12: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_psr2_su@page_flip-nv12.html> ([i915#1911]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#109271] / [i915#658]) +1 similar issue * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#109271] / [i915#658]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#111068] / [i915#658]) * igt@kms_psr@psr2_basic: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_psr@psr2_basic.html> ([i915#132] / [i915#3467]) * igt@kms_psr@psr2_sprite_blt: * shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr@psr2_sprite_blt.html> ([fdo#109441]) +1 similar issue * igt@kms_sysfs_edid_timing: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_sysfs_edid_timing.html> ([IGT#2]) * igt@kms_universal_plane@disable-primary-vs-flip-pipe-d: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-d.html> ([fdo#109271]) +144 similar issues * igt@nouveau_crc@pipe-a-source-outp-complete: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@nouveau_crc@pipe-a-source-outp-complete.html> ([i915#2530]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@nouveau_crc@pipe-a-source-outp-complete.html> ([i915#2530]) * igt@perf_pmu@rc6-suspend: * shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@perf_pmu@rc6-suspend.html> ([i915#180]) +1 similar issue * igt@prime_nv_pcopy@test3_1: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@prime_nv_pcopy@test3_1.html> ([fdo#109291]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@prime_nv_pcopy@test3_1.html> ([fdo#109291]) * igt@sysfs_clients@sema-25: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@sysfs_clients@sema-25.html> ([i915#2994]) +1 similar issue * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@sysfs_clients@sema-25.html> ([i915#2994]) +1 similar issue * igt@sysfs_clients@split-50: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +3 similar issues * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +2 similar issues * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk4/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +1 similar issue Possible fixes * igt@gem_exec_fair@basic-none-rrul@rcs0: * shard-kbl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl7/igt@gem_exec_fair@basic-none-rrul@rcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@gem_exec_fair@basic-none-rrul@rcs0.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 similar issue * igt@gem_exec_fair@basic-throttle@rcs0: * shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html> ([i915#2849]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html> * igt@gen9_exec_parse@allowed-all: * shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl2/igt@gen9_exec_parse@allowed-all.html> ([i915#1436] / [i915#716]) -> PASS [-- Attachment #2: Type: text/html, Size: 69649 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-23 12:02 ` Sharma, Ananya @ 2021-12-23 19:17 ` Vudum, Lakshminarayana 0 siblings, 0 replies; 8+ messages in thread From: Vudum, Lakshminarayana @ 2021-12-23 19:17 UTC (permalink / raw) To: Sharma, Ananya, igt-dev@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 28939 bytes --] Regression failure Issue is related to https://gitlab.freedesktop.org/drm/intel/-/issues/4848 Re-reported. Lakshmi. From: Sharma, Ananya <ananya.sharma@intel.com> Sent: Thursday, December 23, 2021 4:03 AM To: igt-dev@lists.freedesktop.org Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> Subject: RE: ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. Hi Lakshmi The Ci indicated regressions here have nothing to do with this patch. As here the change is done only in the kms_rotation_crc and cannot affect the newly failed tests. So can you please look into this. Thanks and regards Ananya Sharma From: Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>> Sent: Monday, December 20, 2021 9:39 PM To: Sharma, Ananya <ananya.sharma@intel.com<mailto:ananya.sharma@intel.com>> Cc: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org> Subject: ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. Patch Details Series: tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. URL: https://patchwork.freedesktop.org/series/98232/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html CI Bug Log - changes from CI_DRM_11015_full -> IGTPW_6508_full Summary FAILURE Serious unknown changes coming with IGTPW_6508_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6508_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_6508/index.html Participating hosts (18 -> 7) ERROR: It appears as if the changes made in IGTPW_6508_full prevented too many machines from booting. Missing (11): pig-kbl-iris pig-glk-j5005 shard-dg1-15 shard-dg1-13 shard-dg1-12 shard-dg1-16 pig-skl-6260u shard-dg1-17 shard-dg1-19 shard-dg1-18 shard-rkl Possible new issues Here are the unknown changes that may have been introduced in IGTPW_6508_full: IGT changes Possible regressions * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: * shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> Warnings * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: * shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> ([i915#1226]) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html> Known issues Here are the changes found in IGTPW_6508_full that come from known issues: IGT changes Issues hit * igt@gem_ctx_persistence@engines-cleanup: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@gem_ctx_persistence@engines-cleanup.html> ([fdo#109271] / [i915#1099]) * igt@gem_eio@in-flight-contexts-10ms: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_eio@in-flight-contexts-10ms.html> ([i915#3063]) * igt@gem_exec_balancer@parallel-contexts: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_balancer@parallel-contexts.html> ([i915#4525]) * igt@gem_exec_fair@basic-deadline: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@gem_exec_fair@basic-deadline.html> ([i915#2846]) * igt@gem_exec_fair@basic-none-share@rcs0: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html> ([i915#2842]) * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html> ([i915#2842]) +1 similar issue * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-iclb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) +1 similar issue * shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2851]) * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html> ([i915#2842]) * igt@gem_exec_fair@basic-pace@bcs0: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html> ([i915#2842]) +4 similar issues * igt@gem_exec_params@rsvd2-dirt: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_params@rsvd2-dirt.html> ([fdo#109283]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_exec_params@rsvd2-dirt.html> ([fdo#109283]) * igt@gem_lmem_swapping@heavy-verify-random: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-random.html> ([fdo#109271] / [i915#4613]) +1 similar issue * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@gem_lmem_swapping@heavy-verify-random.html> ([i915#4613]) +1 similar issue * igt@gem_lmem_swapping@parallel-multi: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl7/igt@gem_lmem_swapping@parallel-multi.html> ([fdo#109271] / [i915#4613]) +3 similar issues * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html> ([fdo#109271] / [i915#4613]) +1 similar issue * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@gem_lmem_swapping@parallel-multi.html> ([i915#4613]) +1 similar issue * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> ([i915#4270]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> ([i915#4270]) * igt@gem_render_copy@linear-to-vebox-yf-tiled: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_render_copy@linear-to-vebox-yf-tiled.html> ([i915#768]) +1 similar issue * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> ([fdo#109271]) +284 similar issues * igt@gem_softpin@evict-snoop: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@gem_softpin@evict-snoop.html> ([fdo#109312]) * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_softpin@evict-snoop.html> ([fdo#109312]) * igt@gem_userptr_blits@create-destroy-unsync: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#3297]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#3297]) * igt@gem_userptr_blits@dmabuf-sync: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html> ([fdo#109271] / [i915#3323]) * igt@gem_userptr_blits@vma-merge: * shard-snb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb6/igt@gem_userptr_blits@vma-merge.html> ([i915#2724]) * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-iclb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_userptr_blits@vma-merge.html> ([i915#3318]) * igt@gem_workarounds@suspend-resume-fd: * shard-kbl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl6/igt@gem_workarounds@suspend-resume-fd.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@gem_workarounds@suspend-resume-fd.html> ([i915#180]) +2 similar issues * igt@gen7_exec_parse@oacontrol-tracking: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gen7_exec_parse@oacontrol-tracking.html> ([fdo#109271]) +56 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gen7_exec_parse@oacontrol-tracking.html> ([fdo#109289]) +1 similar issue * igt@i915_pm_dc@dc6-dpms: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html> ([i915#454]) * igt@i915_pm_dc@dc9-dpms: * shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb7/igt@i915_pm_dc@dc9-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html> ([i915#4281]) * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html> ([fdo#109271] / [i915#1937]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html> ([fdo#109271] / [i915#1937]) * igt@i915_pm_lpsp@screens-disabled: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html> ([i915#1902]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@i915_pm_lpsp@screens-disabled.html> ([i915#1902]) * igt@kms_big_fb@linear-32bpp-rotate-0: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_big_fb@linear-32bpp-rotate-0.html> ([i915#118]) * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> ([fdo#109271] / [i915#3777]) +3 similar issues * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> ([fdo#109271] / [i915#3777]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> ([fdo#109271] / [i915#3777]) * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> ([fdo#111615]) +2 similar issues * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html> ([fdo#111615] / [i915#3689]) +3 similar issues * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +2 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html> ([fdo#109278] / [i915#3886]) +2 similar issues * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> ([fdo#109271] / [i915#3886]) +15 similar issues * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html> ([i915#3689] / [i915#3886]) +1 similar issue * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +15 similar issues * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html> ([i915#3689]) +3 similar issues * igt@kms_chamelium@dp-crc-fast: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@kms_chamelium@dp-crc-fast.html> ([fdo#109271] / [fdo#111827]) +6 similar issues * igt@kms_chamelium@dp-hpd-storm: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_chamelium@dp-hpd-storm.html> ([fdo#109284] / [fdo#111827]) +4 similar issues * igt@kms_chamelium@hdmi-crc-nonplanar-formats: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html> ([fdo#109271] / [fdo#111827]) +5 similar issues * igt@kms_chamelium@vga-hpd-without-ddc: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_chamelium@vga-hpd-without-ddc.html> ([fdo#109271] / [fdo#111827]) +24 similar issues * igt@kms_color@pipe-d-ctm-max: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color@pipe-d-ctm-max.html> ([fdo#109278] / [i915#1149]) * igt@kms_color_chamelium@pipe-d-ctm-0-25: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@kms_color_chamelium@pipe-d-ctm-0-25.html> ([fdo#109271] / [fdo#111827]) +21 similar issues * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> ([fdo#109284] / [fdo#111827]) +5 similar issues * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> ([fdo#109278] / [fdo#109284] / [fdo#111827]) * igt@kms_content_protection@lic: * shard-apl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_content_protection@lic.html> ([i915#1319]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb6/igt@kms_content_protection@lic.html> ([fdo#109300] / [fdo#111066]) * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_content_protection@lic.html> ([fdo#111828]) * shard-kbl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_content_protection@lic.html> ([i915#1319]) * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html> ([i915#3319]) +1 similar issue * igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html> ([fdo#109278]) +22 similar issues * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html> ([i915#3359]) +2 similar issues * igt@kms_cursor_crc@pipe-a-cursor-suspend: * shard-apl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html> ([i915#180]) * igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen.html> ([fdo#109279] / [i915#3359]) +2 similar issues * igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk6/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html> ([i915#118] / [i915#1888]) * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html> ([fdo#109274] / [fdo#109278]) +1 similar issue * igt@kms_cursor_legacy@pipe-d-torture-bo: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_cursor_legacy@pipe-d-torture-bo.html> ([fdo#109271] / [i915#533]) +1 similar issue * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html> ([i915#3788]) * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> ([i915#2122]) * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> ([fdo#109274]) * igt@kms_flip@flip-vs-suspend@a-dp1: * shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip@flip-vs-suspend@a-dp1.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip@flip-vs-suspend@a-dp1.html> ([i915#180]) +1 similar issue * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html> ([i915#1888] / [i915#2546]) +1 similar issue * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> ([fdo#109271]) +233 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite.html> ([fdo#111825]) +27 similar issues * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html> ([fdo#109280]) +17 similar issues * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb2/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html> ([fdo#109289]) +2 similar issues * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html> ([fdo#109271] / [i915#533]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html> ([fdo#109271] / [i915#533]) * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: * shard-kbl: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html> ([i915#794]) * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html> ([i915#265]) * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: * shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html> ([fdo#108145] / [i915#265]) +1 similar issue * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html> ([i915#265]) * igt@kms_plane_lowres@pipe-b-tiling-none: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_plane_lowres@pipe-b-tiling-none.html> ([i915#3536]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@kms_plane_lowres@pipe-b-tiling-none.html> ([i915#3536]) * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_plane_multiple@atomic-pipe-c-tiling-yf.html> ([fdo#111615] / [fdo#112054]) * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html> ([fdo#109271] / [i915#658]) +1 similar issue * igt@kms_psr2_su@page_flip-nv12: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_psr2_su@page_flip-nv12.html> ([i915#1911]) * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#109271] / [i915#658]) +1 similar issue * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#109271] / [i915#658]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr2_su@page_flip-nv12.html> ([fdo#111068] / [i915#658]) * igt@kms_psr@psr2_basic: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_psr@psr2_basic.html> ([i915#132] / [i915#3467]) * igt@kms_psr@psr2_sprite_blt: * shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr@psr2_sprite_blt.html> ([fdo#109441]) +1 similar issue * igt@kms_sysfs_edid_timing: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_sysfs_edid_timing.html> ([IGT#2]) * igt@kms_universal_plane@disable-primary-vs-flip-pipe-d: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-d.html> ([fdo#109271]) +144 similar issues * igt@nouveau_crc@pipe-a-source-outp-complete: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@nouveau_crc@pipe-a-source-outp-complete.html> ([i915#2530]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@nouveau_crc@pipe-a-source-outp-complete.html> ([i915#2530]) * igt@perf_pmu@rc6-suspend: * shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@perf_pmu@rc6-suspend.html> ([i915#180]) +1 similar issue * igt@prime_nv_pcopy@test3_1: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@prime_nv_pcopy@test3_1.html> ([fdo#109291]) * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@prime_nv_pcopy@test3_1.html> ([fdo#109291]) * igt@sysfs_clients@sema-25: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@sysfs_clients@sema-25.html> ([i915#2994]) +1 similar issue * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@sysfs_clients@sema-25.html> ([i915#2994]) +1 similar issue * igt@sysfs_clients@split-50: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +3 similar issues * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +2 similar issues * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk4/igt@sysfs_clients@split-50.html> ([fdo#109271] / [i915#2994]) +1 similar issue Possible fixes * igt@gem_exec_fair@basic-none-rrul@rcs0: * shard-kbl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl7/igt@gem_exec_fair@basic-none-rrul@rcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@gem_exec_fair@basic-none-rrul@rcs0.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 similar issue * igt@gem_exec_fair@basic-throttle@rcs0: * shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html> ([i915#2849]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html> * igt@gen9_exec_parse@allowed-all: * shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl2/igt@gen9_exec_parse@allowed-all.html> ([i915#1436] / [i915#716]) -> PASS [-- Attachment #2: Type: text/html, Size: 71383 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-20 12:57 [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes Ananya Sharma 2021-12-20 14:25 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-12-20 16:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2021-12-23 8:03 ` Juha-Pekka Heikkila 2021-12-23 11:07 ` Sharma, Ananya 2021-12-23 17:32 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork 3 siblings, 1 reply; 8+ messages in thread From: Juha-Pekka Heikkila @ 2021-12-23 8:03 UTC (permalink / raw) To: Ananya Sharma, igt-dev Your change look ok to me. This entire subtest start to look bit messy but it was like that already before your patch, will need to do some cleanup later. Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> On 20.12.2021 14.57, Ananya Sharma wrote: > P010 pixel format is newly added to the already existing list of pixel formats(RGB565,XRGB8888,NV12). > > Signed-off-by: Ananya Sharma <ananya.sharma@intel.com> > --- > tests/kms_rotation_crc.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c > index 37f6abe9..3f716002 100644 > --- a/tests/kms_rotation_crc.c > +++ b/tests/kms_rotation_crc.c > @@ -683,7 +683,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > * case with modifier are 2 bpp, 4 bpp and NV12. > */ > static const uint32_t formatlist[] = {DRM_FORMAT_RGB565, > - DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12}; > + DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12, DRM_FORMAT_P010}; > > static struct { > igt_rotation_t rotation; > @@ -769,14 +769,13 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > * no need to redo comparison image and > * just use stored crc. > */ > - if (p[0].format != DRM_FORMAT_NV12 && > - p[1].format != DRM_FORMAT_NV12 && > + if (!igt_format_is_yuv_semiplanar(p[0].format) && !igt_format_is_yuv_semiplanar(p[1].format) && > crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)].frame != 0) { > retcrc_sw = crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)]; > have_crc = true; > - } else if (p[0].format == DRM_FORMAT_NV12 && > - p[1].format != DRM_FORMAT_NV12 && > - lastroundjformat != DRM_FORMAT_NV12 && > + } else if((p[0].format == DRM_FORMAT_NV12 || p[0].format == DRM_FORMAT_P010) && > + p[1].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_P010 && > + lastroundjformat != DRM_FORMAT_NV12 && lastroundjformat != DRM_FORMAT_P010 && > planeconfigs[i].rotation == lastroundirotation && > planeconfigs[j].rotation == lastroundjrotation) { > /* > @@ -837,7 +836,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > flipsw, > &retcrc_sw); > > - if (p[0].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_NV12) > + if (!igt_format_is_yuv_semiplanar(p[0].format) &&!igt_format_is_yuv_semiplanar(p[1].format)) > crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)] > = retcrc_sw; > } ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-23 8:03 ` [igt-dev] [PATCH i-g-t v4] " Juha-Pekka Heikkila @ 2021-12-23 11:07 ` Sharma, Ananya 0 siblings, 0 replies; 8+ messages in thread From: Sharma, Ananya @ 2021-12-23 11:07 UTC (permalink / raw) To: juhapekka.heikkila@gmail.com; +Cc: igt-dev@lists.freedesktop.org Okay sure.... will try clean up later. Thank you. -----Original Message----- From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Sent: Thursday, December 23, 2021 1:33 PM To: Sharma, Ananya <ananya.sharma@intel.com>; igt-dev@lists.freedesktop.org Subject: Re: [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. Your change look ok to me. This entire subtest start to look bit messy but it was like that already before your patch, will need to do some cleanup later. Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> On 20.12.2021 14.57, Ananya Sharma wrote: > P010 pixel format is newly added to the already existing list of pixel formats(RGB565,XRGB8888,NV12). > > Signed-off-by: Ananya Sharma <ananya.sharma@intel.com> > --- > tests/kms_rotation_crc.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index > 37f6abe9..3f716002 100644 > --- a/tests/kms_rotation_crc.c > +++ b/tests/kms_rotation_crc.c > @@ -683,7 +683,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > * case with modifier are 2 bpp, 4 bpp and NV12. > */ > static const uint32_t formatlist[] = {DRM_FORMAT_RGB565, > - DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12}; > + DRM_FORMAT_XRGB8888, DRM_FORMAT_NV12, DRM_FORMAT_P010}; > > static struct { > igt_rotation_t rotation; > @@ -769,14 +769,13 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > * no need to redo comparison image and > * just use stored crc. > */ > - if (p[0].format != DRM_FORMAT_NV12 && > - p[1].format != DRM_FORMAT_NV12 && > + if (!igt_format_is_yuv_semiplanar(p[0].format) && > +!igt_format_is_yuv_semiplanar(p[1].format) && > crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)].frame != 0) { > retcrc_sw = crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)]; > have_crc = true; > - } else if (p[0].format == DRM_FORMAT_NV12 && > - p[1].format != DRM_FORMAT_NV12 && > - lastroundjformat != DRM_FORMAT_NV12 && > + } else if((p[0].format == DRM_FORMAT_NV12 || p[0].format == DRM_FORMAT_P010) && > + p[1].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_P010 && > + lastroundjformat != DRM_FORMAT_NV12 && lastroundjformat != > +DRM_FORMAT_P010 && > planeconfigs[i].rotation == lastroundirotation && > planeconfigs[j].rotation == lastroundjrotation) { > /* > @@ -837,7 +836,7 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe) > flipsw, > &retcrc_sw); > > - if (p[0].format != DRM_FORMAT_NV12 && p[1].format != DRM_FORMAT_NV12) > + if (!igt_format_is_yuv_semiplanar(p[0].format) > +&&!igt_format_is_yuv_semiplanar(p[1].format)) > crclog[ctz(planeconfigs[i].rotation) | (ctz(planeconfigs[j].rotation) << 2)] > = retcrc_sw; > } ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. 2021-12-20 12:57 [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes Ananya Sharma ` (2 preceding siblings ...) 2021-12-23 8:03 ` [igt-dev] [PATCH i-g-t v4] " Juha-Pekka Heikkila @ 2021-12-23 17:32 ` Patchwork 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2021-12-23 17:32 UTC (permalink / raw) To: Sharma, Ananya; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30308 bytes --] == Series Details == Series: tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes. URL : https://patchwork.freedesktop.org/series/98232/ State : success == Summary == CI Bug Log - changes from CI_DRM_11015_full -> IGTPW_6508_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html Participating hosts (12 -> 7) ------------------------------ Missing (5): pig-kbl-iris pig-glk-j5005 pig-skl-6260u shard-rkl shard-dg1 Known issues ------------ Here are the changes found in IGTPW_6508_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_persistence@engines-cleanup: - shard-snb: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1099]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@gem_ctx_persistence@engines-cleanup.html * igt@gem_eio@in-flight-contexts-10ms: - shard-tglb: [PASS][2] -> [TIMEOUT][3] ([i915#3063]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglb: NOTRUN -> [SKIP][4] ([i915#4525]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_fair@basic-deadline: - shard-apl: NOTRUN -> [FAIL][5] ([i915#2846]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [PASS][6] -> [FAIL][7] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [PASS][8] -> [FAIL][9] ([i915#2842]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-iclb: NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-tglb: NOTRUN -> [FAIL][12] ([i915#2851]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-apl: NOTRUN -> [FAIL][13] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglb: NOTRUN -> [FAIL][14] ([i915#2842]) +4 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_params@rsvd2-dirt: - shard-tglb: NOTRUN -> [SKIP][15] ([fdo#109283]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@gem_exec_params@rsvd2-dirt.html - shard-iclb: NOTRUN -> [SKIP][16] ([fdo#109283]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-kbl: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#4613]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-random.html - shard-tglb: NOTRUN -> [SKIP][18] ([i915#4613]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-apl: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#4613]) +3 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl7/igt@gem_lmem_swapping@parallel-multi.html - shard-glk: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#4613]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html - shard-iclb: NOTRUN -> [SKIP][21] ([i915#4613]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-tglb: NOTRUN -> [SKIP][22] ([i915#4270]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html - shard-iclb: NOTRUN -> [SKIP][23] ([i915#4270]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@linear-to-vebox-yf-tiled: - shard-iclb: NOTRUN -> [SKIP][24] ([i915#768]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@gem_render_copy@linear-to-vebox-yf-tiled.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-kbl: NOTRUN -> [SKIP][25] ([fdo#109271]) +284 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_softpin@evict-snoop: - shard-iclb: NOTRUN -> [SKIP][26] ([fdo#109312]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@gem_softpin@evict-snoop.html - shard-tglb: NOTRUN -> [SKIP][27] ([fdo#109312]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglb: NOTRUN -> [SKIP][28] ([i915#3297]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@gem_userptr_blits@create-destroy-unsync.html - shard-iclb: NOTRUN -> [SKIP][29] ([i915#3297]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-apl: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#3323]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][31] ([i915#2724]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb6/igt@gem_userptr_blits@vma-merge.html - shard-apl: NOTRUN -> [FAIL][32] ([i915#3318]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@gem_userptr_blits@vma-merge.html - shard-iclb: NOTRUN -> [FAIL][33] ([i915#3318]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@gem_userptr_blits@vma-merge.html - shard-glk: NOTRUN -> [FAIL][34] ([i915#3318]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_userptr_blits@vma-merge.html - shard-kbl: NOTRUN -> [FAIL][35] ([i915#3318]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@gem_userptr_blits@vma-merge.html - shard-tglb: NOTRUN -> [FAIL][36] ([i915#3318]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@gem_userptr_blits@vma-merge.html * igt@gem_workarounds@suspend-resume-fd: - shard-kbl: [PASS][37] -> [DMESG-WARN][38] ([i915#180]) +2 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl6/igt@gem_workarounds@suspend-resume-fd.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@gem_workarounds@suspend-resume-fd.html * igt@gen7_exec_parse@oacontrol-tracking: - shard-glk: NOTRUN -> [SKIP][39] ([fdo#109271]) +56 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@gen7_exec_parse@oacontrol-tracking.html - shard-iclb: NOTRUN -> [SKIP][40] ([fdo#109289]) +1 similar issue [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gen7_exec_parse@oacontrol-tracking.html * igt@i915_pm_dc@dc6-dpms: - shard-kbl: NOTRUN -> [FAIL][41] ([i915#454]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-iclb: [PASS][42] -> [SKIP][43] ([i915#4281]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb7/igt@i915_pm_dc@dc9-dpms.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#1937]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html - shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#1937]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@screens-disabled: - shard-tglb: NOTRUN -> [SKIP][46] ([i915#1902]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html - shard-iclb: NOTRUN -> [SKIP][47] ([i915#1902]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@i915_pm_lpsp@screens-disabled.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-glk: [PASS][48] -> [DMESG-WARN][49] ([i915#118]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3777]) +3 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-glk: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3777]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html - shard-apl: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3777]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglb: NOTRUN -> [SKIP][53] ([fdo#111615]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][54] ([fdo#111615] / [i915#3689]) +3 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][55] ([fdo#109271] / [i915#3886]) +2 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html - shard-iclb: NOTRUN -> [SKIP][56] ([fdo#109278] / [i915#3886]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3886]) +15 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][58] ([i915#3689] / [i915#3886]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3886]) +15 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][60] ([i915#3689]) +3 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_chamelium@dp-crc-fast: - shard-snb: NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +6 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb4/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@dp-hpd-storm: - shard-iclb: NOTRUN -> [SKIP][62] ([fdo#109284] / [fdo#111827]) +4 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb1/igt@kms_chamelium@dp-hpd-storm.html * igt@kms_chamelium@hdmi-crc-nonplanar-formats: - shard-glk: NOTRUN -> [SKIP][63] ([fdo#109271] / [fdo#111827]) +5 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk2/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium@vga-hpd-without-ddc: - shard-kbl: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +24 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_chamelium@vga-hpd-without-ddc.html * igt@kms_color@pipe-d-ctm-max: - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278] / [i915#1149]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color@pipe-d-ctm-max.html * igt@kms_color_chamelium@pipe-d-ctm-0-25: - shard-apl: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +21 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl4/igt@kms_color_chamelium@pipe-d-ctm-0-25.html * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: - shard-tglb: NOTRUN -> [SKIP][67] ([fdo#109284] / [fdo#111827]) +5 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html * igt@kms_content_protection@lic: - shard-apl: NOTRUN -> [TIMEOUT][69] ([i915#1319]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_content_protection@lic.html - shard-iclb: NOTRUN -> [SKIP][70] ([fdo#109300] / [fdo#111066]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb6/igt@kms_content_protection@lic.html - shard-tglb: NOTRUN -> [SKIP][71] ([fdo#111828]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_content_protection@lic.html - shard-kbl: NOTRUN -> [TIMEOUT][72] ([i915#1319]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][73] ([i915#3319]) +1 similar issue [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding: - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109278]) +22 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html - shard-tglb: NOTRUN -> [SKIP][75] ([i915#3359]) +2 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-max-size-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-apl: NOTRUN -> [DMESG-WARN][76] ([i915#180]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen: - shard-tglb: NOTRUN -> [SKIP][77] ([fdo#109279] / [i915#3359]) +2 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-onscreen.html * igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge: - shard-glk: [PASS][78] -> [DMESG-WARN][79] ([i915#118] / [i915#1888]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk6/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_cursor_edge_walk@pipe-a-256x256-top-edge.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109274] / [fdo#109278]) +1 similar issue [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-kbl: NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#533]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: - shard-tglb: NOTRUN -> [SKIP][82] ([i915#3788]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][83] -> [FAIL][84] ([i915#2122]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109274]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend@a-dp1: - shard-apl: [PASS][86] -> [DMESG-WARN][87] ([i915#180]) +1 similar issue [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl7/igt@kms_flip@flip-vs-suspend@a-dp1.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_flip@flip-vs-suspend@a-dp1.html * igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs: - shard-kbl: NOTRUN -> [DMESG-WARN][88] ([i915#4848]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu: - shard-glk: [PASS][89] -> [FAIL][90] ([i915#1888] / [i915#2546]) +1 similar issue [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-apl: NOTRUN -> [SKIP][91] ([fdo#109271]) +233 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite: - shard-tglb: NOTRUN -> [SKIP][92] ([fdo#111825]) +27 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-iclb: NOTRUN -> [SKIP][93] ([fdo#109280]) +17 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109289]) +2 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb2/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d: - shard-glk: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: - shard-kbl: NOTRUN -> [INCOMPLETE][97] ([i915#794]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][98] ([i915#265]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][99] ([fdo#108145] / [i915#265]) +1 similar issue [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][100] ([i915#265]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_lowres@pipe-b-tiling-none: - shard-tglb: NOTRUN -> [SKIP][101] ([i915#3536]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb6/igt@kms_plane_lowres@pipe-b-tiling-none.html - shard-iclb: NOTRUN -> [SKIP][102] ([i915#3536]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb5/igt@kms_plane_lowres@pipe-b-tiling-none.html * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][103] ([fdo#111615] / [fdo#112054]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_plane_multiple@atomic-pipe-c-tiling-yf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-kbl: NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#658]) +1 similar issue [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglb: NOTRUN -> [SKIP][105] ([i915#1911]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb7/igt@kms_psr2_su@page_flip-nv12.html - shard-apl: NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#658]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_psr2_su@page_flip-nv12.html - shard-glk: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#658]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk6/igt@kms_psr2_su@page_flip-nv12.html - shard-iclb: NOTRUN -> [SKIP][108] ([fdo#111068] / [i915#658]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_basic: - shard-tglb: NOTRUN -> [FAIL][109] ([i915#132] / [i915#3467]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb5/igt@kms_psr@psr2_basic.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [PASS][110] -> [SKIP][111] ([fdo#109441]) +1 similar issue [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@kms_psr@psr2_sprite_blt.html * igt@kms_sysfs_edid_timing: - shard-apl: NOTRUN -> [FAIL][112] ([IGT#2]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl3/igt@kms_sysfs_edid_timing.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-d: - shard-snb: NOTRUN -> [SKIP][113] ([fdo#109271]) +144 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-snb7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-d.html * igt@nouveau_crc@pipe-a-source-outp-complete: - shard-tglb: NOTRUN -> [SKIP][114] ([i915#2530]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb8/igt@nouveau_crc@pipe-a-source-outp-complete.html - shard-iclb: NOTRUN -> [SKIP][115] ([i915#2530]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb2/igt@nouveau_crc@pipe-a-source-outp-complete.html * igt@perf_pmu@rc6-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][116] ([i915#180]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@perf_pmu@rc6-suspend.html * igt@prime_nv_pcopy@test3_1: - shard-tglb: NOTRUN -> [SKIP][117] ([fdo#109291]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@prime_nv_pcopy@test3_1.html - shard-iclb: NOTRUN -> [SKIP][118] ([fdo#109291]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb4/igt@prime_nv_pcopy@test3_1.html * igt@sysfs_clients@sema-25: - shard-iclb: NOTRUN -> [SKIP][119] ([i915#2994]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@sysfs_clients@sema-25.html - shard-tglb: NOTRUN -> [SKIP][120] ([i915#2994]) +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-tglb3/igt@sysfs_clients@sema-25.html * igt@sysfs_clients@split-50: - shard-kbl: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#2994]) +3 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@sysfs_clients@split-50.html - shard-apl: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#2994]) +2 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@sysfs_clients@split-50.html - shard-glk: NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#2994]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk4/igt@sysfs_clients@split-50.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-kbl: [FAIL][124] ([i915#2842]) -> [PASS][125] [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-kbl7/igt@gem_exec_fair@basic-none-rrul@rcs0.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-kbl4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][126] ([i915#2842]) -> [PASS][127] +1 similar issue [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][128] ([i915#2849]) -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [DMESG-WARN][130] ([i915#1436] / [i915#716]) -> [PASS][131] [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl2/igt@gen9_exec_parse@allowed-all.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl8/igt@gen9_exec_parse@allowed-all.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [FAIL][132] ([i915#454]) -> [PASS][133] +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-iclb7/igt@i915_pm_dc@dc6-dpms.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-apl: [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +4 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-apl2/igt@i915_suspend@fence-restore-tiled2untiled.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/shard-apl7/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [DMESG-WARN][136] ([i915#118]) -> [PASS][137] +1 similar issue [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11015/shard-glk8/igt@kms_big_fb@linear-32bpp-rotate-180.html [137]: https://intel-gfx-ci.01.org/tree/dr == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6508/index.html [-- Attachment #2: Type: text/html, Size: 33899 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-12-23 19:17 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-12-20 12:57 [igt-dev] [PATCH i-g-t v4] tests/kms_rotation_crc: MPO subtest-mixing of pixel format and tiling on different planes Ananya Sharma 2021-12-20 14:25 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-12-20 16:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-12-23 12:02 ` Sharma, Ananya 2021-12-23 19:17 ` Vudum, Lakshminarayana 2021-12-23 8:03 ` [igt-dev] [PATCH i-g-t v4] " Juha-Pekka Heikkila 2021-12-23 11:07 ` Sharma, Ananya 2021-12-23 17:32 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.