* [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL
@ 2023-03-07 16:53 Vikas Srivastava
2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Vikas Srivastava @ 2023-03-07 16:53 UTC (permalink / raw)
To: igt-dev
All the tests for y-tile or yf-tile , neither of these tiling formats
are supported on MTL so skipping these tests.
Signed-off-by: Vikas Srivastava <vikas.srivastava@intel.com>
Acked-by: Sinjan Kumar <sinjan.kumar@intel.com>
---
tests/i915/gem_render_copy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_render_copy.c b/tests/i915/gem_render_copy.c
index 70b96c8f4..2c150b2b0 100644
--- a/tests/i915/gem_render_copy.c
+++ b/tests/i915/gem_render_copy.c
@@ -852,7 +852,7 @@ igt_main_args("dac", NULL, help_str, opt_handler, NULL)
force_vebox_dst_copy ? "vebox-" : "",
dst_mode);
igt_subtest_with_dynamic(name) {
- igt_skip_on(IS_DG2(data.devid) &&
+ igt_skip_on((IS_DG2(data.devid) || IS_METEORLAKE(data.devid)) &&
((t->src_tiling == I915_TILING_Y) ||
(t->src_tiling == I915_TILING_Yf) ||
(t->dst_tiling == I915_TILING_Y) ||
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_render_copy: Skip the Y-tile test for MTL 2023-03-07 16:53 [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL Vikas Srivastava @ 2023-03-07 17:57 ` Patchwork 2023-03-08 20:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-03-09 13:43 ` [igt-dev] [PATCH i-g-t] " Karolina Stolarek 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-07 17:57 UTC (permalink / raw) To: Srivastava, Vikas; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4487 bytes --] == Series Details == Series: tests/i915/gem_render_copy: Skip the Y-tile test for MTL URL : https://patchwork.freedesktop.org/series/114789/ State : success == Summary == CI Bug Log - changes from IGT_7183 -> IGTPW_8570 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html Participating hosts (36 -> 34) ------------------------------ Missing (2): bat-dg1-6 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8570 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_mocs: - bat-rpls-1: [PASS][1] -> [DMESG-FAIL][2] ([i915#7059]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/bat-rpls-1/igt@i915_selftest@live@gt_mocs.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-1/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@slpc: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][3] ([i915#6997] / [i915#7913]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-2/igt@i915_selftest@live@slpc.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-2: NOTRUN -> [SKIP][4] ([i915#7828]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html - fi-bsw-nick: NOTRUN -> [SKIP][5] ([fdo#109271]) +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/fi-bsw-nick/igt@kms_chamelium_hpd@common-hpd-after-suspend.html - bat-rplp-1: NOTRUN -> [SKIP][6] ([i915#7828]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rplp-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-2: NOTRUN -> [SKIP][7] ([i915#1845]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [INCOMPLETE][8] ([i915#7913]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/fi-bsw-nick/igt@i915_selftest@live@execlists.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@requests: - bat-rplp-1: [ABORT][10] ([i915#7913]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/bat-rplp-1/igt@i915_selftest@live@requests.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rplp-1/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@reset: - bat-rpls-2: [ABORT][12] ([i915#4983] / [i915#7913]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/bat-rpls-2/igt@i915_selftest@live@reset.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-2/igt@i915_selftest@live@reset.html * igt@i915_selftest@live@slpc: - bat-rpls-1: [DMESG-FAIL][14] ([i915#6367] / [i915#7996]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/bat-rpls-1/igt@i915_selftest@live@slpc.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/bat-rpls-1/igt@i915_selftest@live@slpc.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7183 -> IGTPW_8570 CI-20190529: 20190529 CI_DRM_12821: 24f94240c4bca70cadfd00528ffd56c3049e5f58 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8570: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html IGT_7183: 3434cef8be4e487644a740039ad15123cd094526 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html [-- Attachment #2: Type: text/html, Size: 5573 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/gem_render_copy: Skip the Y-tile test for MTL 2023-03-07 16:53 [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL Vikas Srivastava 2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-03-08 20:44 ` Patchwork 2023-03-09 13:43 ` [igt-dev] [PATCH i-g-t] " Karolina Stolarek 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-08 20:44 UTC (permalink / raw) To: Srivastava, Vikas; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 48354 bytes --] == Series Details == Series: tests/i915/gem_render_copy: Skip the Y-tile test for MTL URL : https://patchwork.freedesktop.org/series/114789/ State : success == Summary == CI Bug Log - changes from IGT_7183_full -> IGTPW_8570_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html Participating hosts (8 -> 10) ------------------------------ Additional (2): shard-tglu-9 shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8570_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1: - {shard-tglu}: NOTRUN -> [DMESG-WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-8/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html Known issues ------------ Here are the changes found in IGTPW_8570_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - shard-tglu-9: NOTRUN -> [SKIP][2] ([i915#7456]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@debugfs_test@basic-hwmon.html * igt@drm_buddy@all-tests: - shard-tglu-10: NOTRUN -> [SKIP][3] ([i915#6433]) +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@drm_buddy@all-tests.html * igt@fbdev@unaligned-write: - shard-tglu-9: NOTRUN -> [SKIP][4] ([i915#2582]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@fbdev@unaligned-write.html * igt@feature_discovery@chamelium: - shard-tglu-9: NOTRUN -> [SKIP][5] ([fdo#111827]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@feature_discovery@chamelium.html * igt@feature_discovery@display-3x: - shard-tglu-10: NOTRUN -> [SKIP][6] ([i915#1839]) +1 similar issue [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@feature_discovery@display-3x.html * igt@feature_discovery@psr2: - shard-tglu-9: NOTRUN -> [SKIP][7] ([i915#658]) +2 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@feature_discovery@psr2.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu-10: NOTRUN -> [SKIP][8] ([i915#7697]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu-10: NOTRUN -> [FAIL][9] ([i915#6268]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_sseu@engines: - shard-tglu-10: NOTRUN -> [SKIP][10] ([i915#280]) +1 similar issue [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_ctx_sseu@engines.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-glk: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk2/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][12] -> [FAIL][13] ([i915#2842]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-tglu-9: NOTRUN -> [FAIL][14] ([i915#2842]) +4 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-tglu-10: NOTRUN -> [FAIL][15] ([i915#2842]) +5 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-glk: [PASS][16] -> [FAIL][17] ([i915#2842]) +3 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_gttfill@multigpu-basic: - shard-tglu-9: NOTRUN -> [SKIP][18] ([i915#7697]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-root: - shard-tglu-10: NOTRUN -> [SKIP][19] ([fdo#112283]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_exec_params@secure-non-root.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#4613]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu-10: NOTRUN -> [SKIP][21] ([i915#4613]) +2 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@verify-random: - shard-tglu-9: NOTRUN -> [SKIP][22] ([i915#4613]) +2 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap_gtt@coherency: - shard-tglu-9: NOTRUN -> [SKIP][23] ([fdo#111656]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_mmap_gtt@coherency.html * igt@gem_pxp@fail-invalid-protected-context: - shard-tglu-10: NOTRUN -> [SKIP][24] ([i915#4270]) +2 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-tglu-9: NOTRUN -> [SKIP][25] ([i915#4270]) +1 similar issue [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_softpin@evict-snoop: - shard-tglu-9: NOTRUN -> [SKIP][26] ([fdo#109312]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@access-control: - shard-tglu-10: NOTRUN -> [SKIP][27] ([i915#3297]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@unsync-overlap: - shard-tglu-9: NOTRUN -> [SKIP][28] ([i915#3297]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@vma-merge: - shard-tglu-10: NOTRUN -> [FAIL][29] ([i915#3318]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gem_userptr_blits@vma-merge.html * igt@gen7_exec_parse@chained-batch: - shard-tglu-10: NOTRUN -> [SKIP][30] ([fdo#109289]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu-9: NOTRUN -> [SKIP][31] ([i915#2527] / [i915#2856]) +3 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-chained: - shard-tglu-10: NOTRUN -> [SKIP][32] ([i915#2527] / [i915#2856]) +2 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@gen9_exec_parse@bb-chained.html * igt@i915_pm_backlight@basic-brightness: - shard-tglu-10: NOTRUN -> [SKIP][33] ([i915#7561]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@i915_pm_backlight@basic-brightness.html * igt@i915_pm_dc@dc6-psr: - shard-tglu-10: NOTRUN -> [SKIP][34] ([i915#658]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-tglu-9: NOTRUN -> [FAIL][35] ([i915#4275]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-tglu-9: NOTRUN -> [SKIP][36] ([fdo#109289]) +2 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-tglu-10: NOTRUN -> [SKIP][37] ([fdo#111644] / [i915#1397]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@i2c: - shard-tglu-9: NOTRUN -> [SKIP][38] ([i915#3547]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-tglu-9: NOTRUN -> [SKIP][39] ([fdo#111644] / [i915#1397]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_query@query-topology-known-pci-ids: - shard-tglu-9: NOTRUN -> [SKIP][40] ([fdo#109303]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@test-query-geometry-subslices: - shard-tglu-9: NOTRUN -> [SKIP][41] ([i915#5723]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-tglu-10: NOTRUN -> [SKIP][42] ([i915#5286]) +4 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-tglu-10: NOTRUN -> [SKIP][43] ([fdo#111614]) +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-tglu-10: NOTRUN -> [SKIP][44] ([fdo#111615]) +3 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_rc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][45] ([i915#3689] / [i915#6095]) +9 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][46] ([i915#3689] / [i915#3886]) +2 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs: - shard-tglu-9: NOTRUN -> [SKIP][47] ([fdo#111615] / [i915#1845] / [i915#7651]) +6 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_dg2_mc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][48] ([i915#6095]) +6 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3886]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl1/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3886]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk1/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu-10: NOTRUN -> [SKIP][51] ([i915#3689]) +5 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs: - shard-tglu-10: NOTRUN -> [SKIP][52] ([fdo#111615] / [i915#3689]) +1 similar issue [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-tglu-9: NOTRUN -> [SKIP][53] ([i915#3742]) +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@degamma: - shard-tglu-10: NOTRUN -> [SKIP][54] ([fdo#111827]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@hdmi-mode-timings: - shard-tglu-9: NOTRUN -> [SKIP][55] ([i915#7828]) +4 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_chamelium_edid@hdmi-mode-timings.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-tglu-10: NOTRUN -> [SKIP][56] ([i915#7828]) +9 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_color@ctm-0-25@pipe-b-hdmi-a-1: - shard-tglu-10: NOTRUN -> [FAIL][57] ([i915#315] / [i915#6946]) +3 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_color@ctm-0-25@pipe-b-hdmi-a-1.html * igt@kms_color@ctm-0-75: - shard-tglu-9: NOTRUN -> [SKIP][58] ([i915#3546]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_color@ctm-0-75.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglu-10: NOTRUN -> [SKIP][59] ([i915#3116] / [i915#3299]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@uevent: - shard-tglu-10: NOTRUN -> [SKIP][60] ([i915#6944] / [i915#7116] / [i915#7118]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-tglu-10: NOTRUN -> [SKIP][61] ([i915#3359]) +2 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-64x64: - shard-tglu-9: NOTRUN -> [SKIP][62] ([i915#1845]) +19 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_cursor_crc@cursor-rapid-movement-64x64.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-tglu-10: NOTRUN -> [SKIP][63] ([fdo#109274]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu-10: NOTRUN -> [SKIP][64] ([i915#4103]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu-10: NOTRUN -> [SKIP][65] ([i915#3840]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglu-10: NOTRUN -> [FAIL][66] ([i915#4767]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fence_pin_leak: - shard-tglu-9: NOTRUN -> [SKIP][67] ([fdo#109274] / [i915#1845]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-tglu-10: NOTRUN -> [SKIP][68] ([fdo#109274] / [i915#3637]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-tglu-9: NOTRUN -> [SKIP][69] ([fdo#109274] / [i915#3637]) +8 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@nonexisting-fb: - shard-tglu-9: NOTRUN -> [SKIP][70] ([i915#3637]) +6 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_flip@nonexisting-fb.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu-10: NOTRUN -> [SKIP][71] ([i915#2587] / [i915#2672]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling: - shard-tglu-9: NOTRUN -> [SKIP][72] ([i915#3555]) +12 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-tglu-10: NOTRUN -> [SKIP][73] ([fdo#109280]) +38 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt: - shard-tglu-9: NOTRUN -> [SKIP][74] ([i915#1849]) +59 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-apl: NOTRUN -> [SKIP][75] ([fdo#109271]) +94 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw: - shard-glk: NOTRUN -> [SKIP][76] ([fdo#109271]) +17 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk7/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html * igt@kms_frontbuffer_tracking@psr-slowdraw: - shard-tglu-10: NOTRUN -> [SKIP][77] ([fdo#110189]) +27 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-slowdraw.html * igt@kms_plane@plane-panning-bottom-right@pipe-a-planes: - shard-tglu-9: NOTRUN -> [SKIP][78] ([i915#1849] / [i915#3558]) +1 similar issue [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html * igt@kms_plane_alpha_blend@constant-alpha-min: - shard-tglu-9: NOTRUN -> [SKIP][79] ([i915#7128] / [i915#7294]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_plane_alpha_blend@constant-alpha-min.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-c-hdmi-a-1: - shard-tglu-10: NOTRUN -> [SKIP][80] ([i915#5176]) +3 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20: - shard-tglu-9: NOTRUN -> [SKIP][81] ([i915#6953] / [i915#8152]) +2 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_plane_scaling@planes-upscale-20x20.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu-10: NOTRUN -> [SKIP][82] ([i915#6524]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-tglu-9: NOTRUN -> [SKIP][83] ([fdo#111068] / [i915#658]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-tglu-10: NOTRUN -> [SKIP][84] ([fdo#109642] / [fdo#111068] / [i915#658]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-glk: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#658]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk3/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@cursor_plane_move: - shard-tglu-9: NOTRUN -> [SKIP][86] ([fdo#110189]) +6 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_psr@cursor_plane_move.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglu-10: NOTRUN -> [SKIP][87] ([i915#5461]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu-10: NOTRUN -> [SKIP][88] ([i915#5289]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-tglu-10: NOTRUN -> [SKIP][89] ([fdo#111615] / [i915#5289]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglu-9: NOTRUN -> [SKIP][90] ([fdo#111615] / [i915#1845]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-b: - shard-tglu-9: NOTRUN -> [SKIP][91] ([fdo#109274]) +2 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_universal_plane@disable-primary-vs-flip-pipe-b.html * igt@kms_vblank@pipe-a-query-busy: - shard-tglu-9: NOTRUN -> [SKIP][92] ([i915#1845] / [i915#7651]) +66 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@kms_vblank@pipe-a-query-busy.html * igt@kms_vrr@negative-basic: - shard-tglu-10: NOTRUN -> [SKIP][93] ([i915#3555]) +11 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@kms_vrr@negative-basic.html * igt@perf@polling-small-buf: - shard-tglu-9: NOTRUN -> [FAIL][94] ([i915#1722]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@perf@polling-small-buf.html * igt@prime_vgem@coherency-gtt: - shard-tglu-9: NOTRUN -> [SKIP][95] ([fdo#109295] / [fdo#111656]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@prime_vgem@coherency-gtt.html * igt@tools_test@sysfs_l3_parity: - shard-tglu-10: NOTRUN -> [SKIP][96] ([fdo#109307]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_get_param@get-bad-param: - shard-tglu-9: NOTRUN -> [SKIP][97] ([fdo#109315] / [i915#2575]) +2 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-tglu-10: NOTRUN -> [SKIP][98] ([fdo#109315] / [i915#2575]) +1 similar issue [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-tglu-9: NOTRUN -> [SKIP][99] ([i915#2575]) +6 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-9/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem: - shard-tglu-10: NOTRUN -> [SKIP][100] ([i915#2575]) +8 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-tglu-10/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html #### Possible fixes #### * igt@drm_fdinfo@idle@rcs0: - {shard-rkl}: [FAIL][101] ([i915#7742]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-4/igt@drm_fdinfo@idle@rcs0.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-5/igt@drm_fdinfo@idle@rcs0.html * igt@fbdev@eof: - {shard-rkl}: [SKIP][103] ([i915#2582]) -> [PASS][104] +3 similar issues [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@fbdev@eof.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@fbdev@eof.html * {igt@gem_barrier_race@remote-request@rcs0}: - shard-apl: [ABORT][105] ([i915#8211] / [i915#8234]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl1/igt@gem_barrier_race@remote-request@rcs0.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_persistence@hang: - {shard-rkl}: [SKIP][107] ([i915#6252]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@gem_ctx_persistence@hang.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-4/igt@gem_ctx_persistence@hang.html * igt@gem_eio@kms: - {shard-dg1}: [FAIL][109] ([i915#5784]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-dg1-17/igt@gem_eio@kms.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-dg1-17/igt@gem_eio@kms.html * igt@gem_eio@suspend: - {shard-rkl}: [FAIL][111] ([i915#5115] / [i915#7052]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-4/igt@gem_eio@suspend.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-2/igt@gem_eio@suspend.html * igt@gem_exec_endless@dispatch@bcs0: - {shard-rkl}: [SKIP][113] ([i915#6247]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@gem_exec_endless@dispatch@bcs0.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-3/igt@gem_exec_endless@dispatch@bcs0.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][115] ([i915#2846]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [FAIL][117] ([i915#2842]) -> [PASS][118] +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-glk5/igt@gem_exec_fair@basic-pace@vcs0.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_reloc@basic-write-read-noreloc: - {shard-rkl}: [SKIP][119] ([i915#3281]) -> [PASS][120] +9 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_partial_pwrite_pread@writes-after-reads: - {shard-rkl}: [SKIP][121] ([i915#3282]) -> [PASS][122] +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [ABORT][123] ([i915#5566]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl7/igt@gen9_exec_parse@allowed-all.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl1/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][125] ([i915#5566]) -> [PASS][126] [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-glk6/igt@gen9_exec_parse@allowed-single.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@bb-chained: - {shard-rkl}: [SKIP][127] ([i915#2527]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-4/igt@gen9_exec_parse@bb-chained.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html * igt@i915_hangman@engine-engine-error@bcs0: - {shard-rkl}: [SKIP][129] ([i915#6258]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@i915_hangman@engine-engine-error@bcs0.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-3/igt@i915_hangman@engine-engine-error@bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - {shard-rkl}: [WARN][131] ([i915#2681]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html - {shard-dg1}: [FAIL][133] ([i915#3591]) -> [PASS][134] +1 similar issue [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - {shard-dg1}: [SKIP][135] ([i915#1397]) -> [PASS][136] [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-dg1-14/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_selftest@live@gem_contexts: - {shard-rkl}: [ABORT][137] ([i915#7913]) -> [PASS][138] [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-3/igt@i915_selftest@live@gem_contexts.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-1/igt@i915_selftest@live@gem_contexts.html * igt@i915_suspend@fence-restore-tiled2untiled: - {shard-rkl}: [FAIL][139] ([fdo#103375]) -> [PASS][140] [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-4/igt@i915_suspend@fence-restore-tiled2untiled.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-4/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1: - shard-glk: [FAIL][141] ([i915#2521]) -> [PASS][142] [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-glk2/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [ABORT][143] ([i915#180]) -> [PASS][144] [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl2/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl7/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][145] ([i915#2346]) -> [PASS][146] [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - {shard-rkl}: [SKIP][147] ([i915#1849] / [i915#4098]) -> [PASS][148] +12 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_plane@plane-panning-bottom-right@pipe-a-planes: - {shard-rkl}: [SKIP][149] ([i915#1849]) -> [PASS][150] +5 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html * igt@kms_psr@sprite_mmap_gtt: - {shard-rkl}: [SKIP][151] ([i915#1072]) -> [PASS][152] +1 similar issue [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-2/igt@kms_psr@sprite_mmap_gtt.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@kms_psr@sprite_mmap_gtt.html * igt@kms_vblank@pipe-a-query-busy-hang: - shard-apl: [SKIP][153] ([fdo#109271]) -> [PASS][154] +3 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-apl1/igt@kms_vblank@pipe-a-query-busy-hang.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-apl1/igt@kms_vblank@pipe-a-query-busy-hang.html * igt@kms_vblank@pipe-b-query-forked: - {shard-rkl}: [SKIP][155] ([i915#1845] / [i915#4098]) -> [PASS][156] +24 similar issues [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-1/igt@kms_vblank@pipe-b-query-forked.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-6/igt@kms_vblank@pipe-b-query-forked.html * igt@kms_vblank@pipe-b-query-forked-hang: - shard-glk: [SKIP][157] ([fdo#109271]) -> [PASS][158] +1 similar issue [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-glk6/igt@kms_vblank@pipe-b-query-forked-hang.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-glk8/igt@kms_vblank@pipe-b-query-forked-hang.html * igt@perf@gen12-mi-rpc: - {shard-rkl}: [SKIP][159] ([fdo#109289]) -> [PASS][160] [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-5/igt@perf@gen12-mi-rpc.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-1/igt@perf@gen12-mi-rpc.html * igt@prime_vgem@basic-fence-read: - {shard-rkl}: [SKIP][161] ([fdo#109295] / [i915#3291] / [i915#3708]) -> [PASS][162] [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7183/shard-rkl-6/igt@prime_vgem@basic-fence-read.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/shard-rkl-5/igt@prime_vgem@basic-fence-read.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2532]: https://gitlab.freedesktop.org/drm/intel/issues/2532 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4275]: https://gitlab.freedesktop.org/drm/intel/issues/4275 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030 [i915#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258 [i915#6259]: https://gitlab.freedesktop.org/drm/intel/issues/6259 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6355]: https://gitlab.freedesktop.org/drm/intel/issues/6355 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8154]: https://gitlab.freedesktop.org/drm/intel/issues/8154 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8273]: https://gitlab.freedesktop.org/drm/intel/issues/8273 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7183 -> IGTPW_8570 CI-20190529: 20190529 CI_DRM_12821: 24f94240c4bca70cadfd00528ffd56c3049e5f58 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8570: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html IGT_7183: 3434cef8be4e487644a740039ad15123cd094526 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8570/index.html [-- Attachment #2: Type: text/html, Size: 51513 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL 2023-03-07 16:53 [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL Vikas Srivastava 2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-08 20:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-03-09 13:43 ` Karolina Stolarek 2 siblings, 0 replies; 4+ messages in thread From: Karolina Stolarek @ 2023-03-09 13:43 UTC (permalink / raw) To: Vikas Srivastava; +Cc: igt-dev On 7.03.2023 17:53, Vikas Srivastava wrote: > All the tests for y-tile or yf-tile , neither of these tiling formats > are supported on MTL so skipping these tests. > > Signed-off-by: Vikas Srivastava <vikas.srivastava@intel.com> > Acked-by: Sinjan Kumar <sinjan.kumar@intel.com> > --- > tests/i915/gem_render_copy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/i915/gem_render_copy.c b/tests/i915/gem_render_copy.c > index 70b96c8f4..2c150b2b0 100644 > --- a/tests/i915/gem_render_copy.c > +++ b/tests/i915/gem_render_copy.c > @@ -852,7 +852,7 @@ igt_main_args("dac", NULL, help_str, opt_handler, NULL) > force_vebox_dst_copy ? "vebox-" : "", > dst_mode); > igt_subtest_with_dynamic(name) { > - igt_skip_on(IS_DG2(data.devid) && > + igt_skip_on((IS_DG2(data.devid) || IS_METEORLAKE(data.devid)) && Ideally, we'd use intel_cmds_info/i915_blt helpers, but we lack definitions for render. This patch will do for now I think: Reviewed-by: Karolina Stolarek <karolina.stolarek@intel.com> > ((t->src_tiling == I915_TILING_Y) || > (t->src_tiling == I915_TILING_Yf) || > (t->dst_tiling == I915_TILING_Y) || ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-09 13:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-07 16:53 [igt-dev] [PATCH i-g-t] tests/i915/gem_render_copy: Skip the Y-tile test for MTL Vikas Srivastava 2023-03-07 17:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-08 20:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-03-09 13:43 ` [igt-dev] [PATCH i-g-t] " Karolina Stolarek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox