* [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw
@ 2022-02-21 8:41 Zbigniew Kempczyński
2022-02-21 9:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Zbigniew Kempczyński @ 2022-02-21 8:41 UTC (permalink / raw)
To: igt-dev; +Cc: Lucas De Marchi
On discrete new class of problems with softpinning is encountered.
Size of created object can be larger than requested so passing
such requested size to allocator will result of object overlapping.
Additionally objects alignment can vary regarding region placement.
This change is not perfect (it is not aware of object size), but
it places blitting objects with safe alignment. As blitcopy() uses
separate context for blit it won't overlap other objects.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
---
lib/intel_batchbuffer.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index e5666cd4f..23055855b 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -990,13 +990,14 @@ void igt_blitter_fast_copy__raw(int fd,
uint32_t dword0, dword1;
uint32_t src_pitch, dst_pitch;
uint64_t batch_offset, src_offset, dst_offset;
+ uint64_t align = gem_detect_safe_alignment(fd);
int i = 0;
batch_handle = gem_create(fd, 4096);
if (ahnd) {
- src_offset = get_offset(ahnd, src_handle, src_size, 0);
- dst_offset = get_offset(ahnd, dst_handle, dst_size, 0);
- batch_offset = get_offset(ahnd, batch_handle, 4096, 0);
+ src_offset = get_offset(ahnd, src_handle, src_size, align);
+ dst_offset = get_offset(ahnd, dst_handle, dst_size, align);
+ batch_offset = get_offset(ahnd, batch_handle, 4096, align);
} else {
src_offset = 16 << 20;
dst_offset = ALIGN(src_offset + src_size, 1 << 20);
--
2.32.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for lib/intel_batchbuffer: Use safe alignment in fast-copy raw 2022-02-21 8:41 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw Zbigniew Kempczyński @ 2022-02-21 9:28 ` Patchwork 2022-02-21 10:26 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-02-22 21:33 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-02-21 9:28 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7438 bytes --] == Series Details == Series: lib/intel_batchbuffer: Use safe alignment in fast-copy raw URL : https://patchwork.freedesktop.org/series/100471/ State : success == Summary == CI Bug Log - changes from CI_DRM_11262 -> IGTPW_6660 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/index.html Participating hosts (44 -> 42) ------------------------------ Additional (2): bat-dg2-8 fi-pnv-d510 Missing (4): fi-bsw-cyan shard-rkl shard-dg1 shard-tglu Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6660: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@i915_selftest@live@gtt: - {fi-jsl-1}: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-jsl-1/igt@i915_selftest@live@gtt.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-jsl-1/igt@i915_selftest@live@gtt.html Known issues ------------ Here are the changes found in IGTPW_6660 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-hsw-4770: NOTRUN -> [SKIP][3] ([fdo#109271] / [fdo#109315]) +17 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-hsw-4770/igt@amdgpu/amd_basic@semaphore.html * igt@amdgpu/amd_cs_nop@fork-compute0: - fi-rkl-guc: NOTRUN -> [SKIP][4] ([fdo#109315]) +17 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-rkl-guc/igt@amdgpu/amd_cs_nop@fork-compute0.html * igt@gem_flink_basic@bad-flink: - fi-skl-6600u: [PASS][5] -> [FAIL][6] ([i915#4547]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html * igt@gem_huc_copy@huc-copy: - fi-pnv-d510: NOTRUN -> [SKIP][7] ([fdo#109271]) +39 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_rps@basic-api: - bat-dg1-5: [PASS][8] -> [FAIL][9] ([i915#4032]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/bat-dg1-5/igt@i915_pm_rps@basic-api.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/bat-dg1-5/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@hangcheck: - bat-dg1-5: [PASS][10] -> [DMESG-FAIL][11] ([i915#4957]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/bat-dg1-5/igt@i915_selftest@live@hangcheck.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/bat-dg1-5/igt@i915_selftest@live@hangcheck.html - fi-snb-2600: [PASS][12] -> [INCOMPLETE][13] ([i915#3921]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@requests: - fi-pnv-d510: NOTRUN -> [DMESG-FAIL][14] ([i915#2927]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-pnv-d510/igt@i915_selftest@live@requests.html * igt@runner@aborted: - fi-pnv-d510: NOTRUN -> [FAIL][15] ([fdo#109271] / [i915#2403] / [i915#4312]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-pnv-d510/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3@smem: - {fi-rkl-11600}: [INCOMPLETE][16] ([i915#5127]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@hangcheck: - bat-dg1-6: [DMESG-FAIL][18] ([i915#4494] / [i915#4957]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/bat-dg1-6/igt@i915_selftest@live@hangcheck.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/bat-dg1-6/igt@i915_selftest@live@hangcheck.html - fi-hsw-4770: [INCOMPLETE][20] ([i915#3303]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html - fi-rkl-guc: [INCOMPLETE][22] -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/fi-rkl-guc/igt@i915_selftest@live@hangcheck.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/fi-rkl-guc/igt@i915_selftest@live@hangcheck.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403 [i915#2927]: https://gitlab.freedesktop.org/drm/intel/issues/2927 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#4032]: https://gitlab.freedesktop.org/drm/intel/issues/4032 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897 [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957 [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127 [i915#5137]: https://gitlab.freedesktop.org/drm/intel/issues/5137 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6348 -> IGTPW_6660 CI-20190529: 20190529 CI_DRM_11262: bdd4b6e5826af317a1cf144ca75ff9902ec89a60 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6660: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/index.html IGT_6348: 9cb64a757d2ff1e180b1648e611439d94afd697d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/index.html [-- Attachment #2: Type: text/html, Size: 7614 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/intel_batchbuffer: Use safe alignment in fast-copy raw 2022-02-21 8:41 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw Zbigniew Kempczyński 2022-02-21 9:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-02-21 10:26 ` Patchwork 2022-02-22 21:33 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-02-21 10:26 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30277 bytes --] == Series Details == Series: lib/intel_batchbuffer: Use safe alignment in fast-copy raw URL : https://patchwork.freedesktop.org/series/100471/ State : success == Summary == CI Bug Log - changes from CI_DRM_11262_full -> IGTPW_6660_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/index.html Participating hosts (13 -> 8) ------------------------------ Missing (5): pig-kbl-iris pig-glk-j5005 pig-skl-6260u shard-rkl shard-dg1 Known issues ------------ Here are the changes found in IGTPW_6660_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_create@create-massive: - shard-kbl: NOTRUN -> [DMESG-WARN][1] ([i915#4991]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@gem_create@create-massive.html * igt@gem_ctx_persistence@engines-hostile: - shard-snb: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#1099]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-snb4/igt@gem_ctx_persistence@engines-hostile.html * igt@gem_ctx_sseu@invalid-sseu: - shard-tglb: NOTRUN -> [SKIP][3] ([i915#280]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb2/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@kms: - shard-tglb: [PASS][4] -> [FAIL][5] ([i915#232]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-tglb6/igt@gem_eio@kms.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-balancer: - shard-iclb: [PASS][6] -> [SKIP][7] ([i915#4525]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-iclb4/igt@gem_exec_balancer@parallel-balancer.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-iclb: NOTRUN -> [DMESG-WARN][8] ([i915#5076]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb2/igt@gem_exec_balancer@parallel-keep-submit-fence.html - shard-tglb: NOTRUN -> [DMESG-WARN][9] ([i915#5076]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html - shard-glk: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk7/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglb: [PASS][12] -> [FAIL][13] ([i915#2842]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-tglb7/igt@gem_exec_fair@basic-none-share@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-tglb: NOTRUN -> [FAIL][14] ([i915#2842]) +5 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-none@vcs1: - shard-kbl: NOTRUN -> [FAIL][15] ([i915#2842]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@gem_exec_fair@basic-none@vcs1.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][16] -> [FAIL][17] ([i915#2842]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-apl: [PASS][18] -> [FAIL][19] ([i915#2842]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [PASS][20] -> [FAIL][21] ([i915#2842]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-kbl7/igt@gem_exec_fair@basic-pace@vecs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl7/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_suspend@basic-s3@smem: - shard-apl: [PASS][22] -> [DMESG-WARN][23] ([i915#180]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-apl3/igt@gem_exec_suspend@basic-s3@smem.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl3/igt@gem_exec_suspend@basic-s3@smem.html - shard-kbl: NOTRUN -> [DMESG-WARN][24] ([i915#180]) +3 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@gem_exec_suspend@basic-s3@smem.html * igt@gem_lmem_swapping@basic: - shard-kbl: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#4613]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-tglb: NOTRUN -> [SKIP][26] ([i915#4613]) +2 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb2/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@random-engines: - shard-iclb: NOTRUN -> [SKIP][27] ([i915#4613]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb8/igt@gem_lmem_swapping@random-engines.html - shard-apl: NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#4613]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl8/igt@gem_lmem_swapping@random-engines.html - shard-glk: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#4613]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@gem_lmem_swapping@random-engines.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-tglb: NOTRUN -> [SKIP][30] ([i915#4270]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb3/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_render_copy@yf-tiled-to-vebox-x-tiled: - shard-iclb: NOTRUN -> [SKIP][31] ([i915#768]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb3/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html * igt@gem_softpin@evict-snoop: - shard-iclb: NOTRUN -> [SKIP][32] ([fdo#109312]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb8/igt@gem_softpin@evict-snoop.html - shard-tglb: NOTRUN -> [SKIP][33] ([fdo#109312]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@dmabuf-sync: - shard-kbl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#3323]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-tglb: NOTRUN -> [DMESG-WARN][35] ([i915#4991]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-tglb: NOTRUN -> [SKIP][36] ([i915#3297]) +2 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen3_mixed_blits: - shard-iclb: NOTRUN -> [SKIP][37] ([fdo#109289]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb2/igt@gen3_mixed_blits.html - shard-tglb: NOTRUN -> [SKIP][38] ([fdo#109289]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@gen3_mixed_blits.html * igt@gen9_exec_parse@bb-start-cmd: - shard-tglb: NOTRUN -> [SKIP][39] ([i915#2527] / [i915#2856]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-iclb: NOTRUN -> [SKIP][40] ([i915#2856]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@gen9_exec_parse@cmd-crossing-page.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-tglb: NOTRUN -> [SKIP][41] ([i915#1904]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@i915_pm_dc@dc3co-vpb-simulation.html - shard-iclb: NOTRUN -> [SKIP][42] ([i915#658]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_lpsp@screens-disabled: - shard-tglb: NOTRUN -> [SKIP][43] ([i915#1902]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb2/igt@i915_pm_lpsp@screens-disabled.html - shard-iclb: NOTRUN -> [SKIP][44] ([i915#1902]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@i915_pm_lpsp@screens-disabled.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-iclb: NOTRUN -> [SKIP][45] ([fdo#109293] / [fdo#109506]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-tglb: NOTRUN -> [SKIP][46] ([fdo#109506] / [i915#2411]) +1 similar issue [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271]) +99 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl4/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglb: NOTRUN -> [SKIP][48] ([fdo#111644] / [i915#1397] / [i915#2411]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#110892]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_suspend@sysfs-reader: - shard-kbl: [PASS][50] -> [DMESG-WARN][51] ([i915#180]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-kbl1/igt@i915_suspend@sysfs-reader.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl4/igt@i915_suspend@sysfs-reader.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglb: NOTRUN -> [SKIP][52] ([i915#1769]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#110725] / [fdo#111614]) +4 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [PASS][54] -> [DMESG-WARN][55] ([i915#118]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-glk5/igt@kms_big_fb@linear-32bpp-rotate-180.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#111614]) +5 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-apl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3777]) +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html - shard-glk: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#3777]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-kbl: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3777]) +4 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#111615]) +4 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][61] ([fdo#109271] / [i915#3886]) +12 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#3886]) +5 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk6/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-tglb: NOTRUN -> [SKIP][63] ([i915#3689] / [i915#3886]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][64] ([fdo#109271] / [i915#3886]) +7 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl2/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278] / [i915#3886]) +5 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb2/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][66] ([i915#3689]) +7 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][67] ([fdo#111615] / [i915#3689]) +7 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb3/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html * igt@kms_chamelium@hdmi-audio: - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +6 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@kms_chamelium@hdmi-audio.html - shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [fdo#111827]) +5 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl2/igt@kms_chamelium@hdmi-audio.html * igt@kms_chamelium@hdmi-hpd-for-each-pipe: - shard-glk: NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +5 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk1/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium@hdmi-hpd-storm: - shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271] / [fdo#111827]) +16 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@kms_chamelium@hdmi-hpd-storm.html * igt@kms_chamelium@hdmi-mode-timings: - shard-snb: NOTRUN -> [SKIP][72] ([fdo#109271] / [fdo#111827]) +5 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-hpd-after-suspend: - shard-tglb: NOTRUN -> [SKIP][73] ([fdo#109284] / [fdo#111827]) +15 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_chamelium@vga-hpd-after-suspend.html * igt@kms_color@pipe-d-ctm-0-5: - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109278] / [i915#1149]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@kms_color@pipe-d-ctm-0-5.html * igt@kms_content_protection@content_type_change: - shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109300] / [fdo#111066]) +2 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb8/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-tglb: NOTRUN -> [SKIP][76] ([i915#3116] / [i915#3299]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@srm: - shard-glk: NOTRUN -> [SKIP][77] ([fdo#109271]) +67 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk1/igt@kms_content_protection@srm.html - shard-kbl: NOTRUN -> [TIMEOUT][78] ([i915#1319]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent: - shard-tglb: NOTRUN -> [SKIP][79] ([i915#1063]) +2 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb2/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][80] ([i915#180] / [i915#1982]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-32x10-random: - shard-tglb: NOTRUN -> [SKIP][81] ([i915#3359]) +7 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@kms_cursor_crc@pipe-b-cursor-32x10-random.html * igt@kms_cursor_crc@pipe-c-cursor-32x32-offscreen: - shard-tglb: NOTRUN -> [SKIP][82] ([i915#3319]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-32x32-offscreen.html * igt@kms_cursor_crc@pipe-c-cursor-512x512-random: - shard-tglb: NOTRUN -> [SKIP][83] ([fdo#109279] / [i915#3359]) +6 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_cursor_crc@pipe-c-cursor-512x512-random.html * igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding: - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109278]) +19 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-tglb: NOTRUN -> [SKIP][85] ([i915#4103]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-iclb: NOTRUN -> [SKIP][86] ([fdo#109274] / [fdo#109278]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-kbl: NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533]) +1 similar issue [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109274]) +3 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109274] / [fdo#111825]) +11 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb3/igt@kms_flip@2x-plain-flip-ts-check.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-glk: [PASS][90] -> [FAIL][91] ([i915#4911]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-glk7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109280]) +12 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff: - shard-snb: NOTRUN -> [SKIP][93] ([fdo#109271]) +126 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-snb5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109280] / [fdo#111825]) +32 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271]) +228 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl3/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-suspend: - shard-apl: [PASS][96] -> [FAIL][97] ([i915#1188]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl8/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@static-toggle-dpms: - shard-tglb: NOTRUN -> [SKIP][98] ([i915#1187]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@kms_hdr@static-toggle-dpms.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglb: NOTRUN -> [SKIP][99] ([i915#1839]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_alpha_blend@pipe-a-alpha-basic: - shard-apl: NOTRUN -> [FAIL][100] ([fdo#108145] / [i915#265]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl4/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html - shard-glk: NOTRUN -> [FAIL][101] ([fdo#108145] / [i915#265]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk3/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][102] ([i915#265]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][103] ([fdo#108145] / [i915#265]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl7/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html * igt@kms_plane_lowres@pipe-d-tiling-none: - shard-tglb: NOTRUN -> [SKIP][104] ([i915#3536]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_plane_lowres@pipe-d-tiling-none.html * igt@kms_plane_lowres@pipe-d-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][105] ([fdo#111615] / [fdo#112054]) +1 similar issue [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@kms_plane_lowres@pipe-d-tiling-yf.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-kbl: NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2733]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.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_6660/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_6660/shard-apl8/igt@kms_psr2_su@page_flip-nv12.html - shard-glk: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#658]) +1 similar issue [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@kms_psr2_su@page_flip-nv12.html - shard-iclb: NOTRUN -> [SKIP][110] ([fdo#109642] / [fdo#111068] / [i915#658]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html - shard-kbl: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#658]) +1 similar issue [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl6/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_basic: - shard-tglb: NOTRUN -> [FAIL][112] ([i915#132] / [i915#3467]) +4 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb6/igt@kms_psr@psr2_basic.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: NOTRUN -> [SKIP][113] ([fdo#109441]) +2 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_psr@psr2_sprite_render: - shard-iclb: [PASS][114] -> [SKIP][115] ([fdo#109441]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-iclb2/igt@kms_psr@psr2_sprite_render.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@kms_psr@psr2_sprite_render.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-iclb: [PASS][116] -> [SKIP][117] ([fdo#109278]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-iclb1/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_writeback@writeback-check-output: - shard-apl: NOTRUN -> [SKIP][118] ([fdo#109271] / [i915#2437]) +1 similar issue [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-apl8/igt@kms_writeback@writeback-check-output.html - shard-iclb: NOTRUN -> [SKIP][119] ([i915#2437]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb6/igt@kms_writeback@writeback-check-output.html - shard-tglb: NOTRUN -> [SKIP][120] ([i915#2437]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb7/igt@kms_writeback@writeback-check-output.html - shard-glk: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#2437]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk5/igt@kms_writeback@writeback-check-output.html * igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame: - shard-tglb: NOTRUN -> [SKIP][122] ([i915#2530]) +2 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb1/igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame.html * igt@nouveau_crc@pipe-a-source-rg: - shard-iclb: NOTRUN -> [SKIP][123] ([i915#2530]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@nouveau_crc@pipe-a-source-rg.html * igt@perf@polling-parameterized: - shard-glk: [PASS][124] -> [FAIL][125] ([i915#1542]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11262/shard-glk7/igt@perf@polling-parameterized.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-glk8/igt@perf@polling-parameterized.html - shard-kbl: NOTRUN -> [FAIL][126] ([i915#1542]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl3/igt@perf@polling-parameterized.html * igt@prime_nv_pcopy@test1_macro: - shard-tglb: NOTRUN -> [SKIP][127] ([fdo#109291]) +6 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb5/igt@prime_nv_pcopy@test1_macro.html * igt@prime_nv_pcopy@test3_3: - shard-iclb: NOTRUN -> [SKIP][128] ([fdo#109291]) +4 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb5/igt@prime_nv_pcopy@test3_3.html * igt@prime_vgem@fence-flip-hang: - shard-iclb: NOTRUN -> [SKIP][129] ([fdo#109295]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-iclb4/igt@prime_vgem@fence-flip-hang.html - shard-tglb: NOTRUN -> [SKIP][130] ([fdo#109295]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-tglb3/igt@prime_vgem@fence-flip-hang.html * igt@syncobj_timeline@invalid-transfer-non-existent-point: - shard-kbl: NOTRUN -> [DMESG-WARN][131] ([i915#5098]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl6/igt@syncobj_timeline@invalid-transfer-non-existent-point.html * igt@syncobj_timeline@transfer-timeline-point: - shard-kbl: NOTRUN -> [DMESG-FAIL][132] ([i915#5098]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/shard-kbl1/igt@syncobj_timeline@transfer-timeline-point.html * igt@sysfs_clients@create: - shard-glk: NOTRUN -> [SKIP][133] ([fdo#109271] / [i915#2994]) [133]: https == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6660/index.html [-- Attachment #2: Type: text/html, Size: 33983 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw 2022-02-21 8:41 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw Zbigniew Kempczyński 2022-02-21 9:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-02-21 10:26 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2022-02-22 21:33 ` Dixit, Ashutosh 2022-02-23 10:34 ` Zbigniew Kempczyński 2 siblings, 1 reply; 5+ messages in thread From: Dixit, Ashutosh @ 2022-02-22 21:33 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev On Mon, 21 Feb 2022 00:41:23 -0800, Zbigniew Kempczyński wrote: > > diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c > index e5666cd4f..23055855b 100644 > --- a/lib/intel_batchbuffer.c > +++ b/lib/intel_batchbuffer.c > @@ -990,13 +990,14 @@ void igt_blitter_fast_copy__raw(int fd, > uint32_t dword0, dword1; > uint32_t src_pitch, dst_pitch; > uint64_t batch_offset, src_offset, dst_offset; > + uint64_t align = gem_detect_safe_alignment(fd); > int i = 0; > > batch_handle = gem_create(fd, 4096); > if (ahnd) { > - src_offset = get_offset(ahnd, src_handle, src_size, 0); > - dst_offset = get_offset(ahnd, dst_handle, dst_size, 0); > - batch_offset = get_offset(ahnd, batch_handle, 4096, 0); > + src_offset = get_offset(ahnd, src_handle, src_size, align); > + dst_offset = get_offset(ahnd, dst_handle, dst_size, align); > + batch_offset = get_offset(ahnd, batch_handle, 4096, align); Is it possible to modify the allocator so that say '0' (or alternatively -1ULL) denotes the "default" alignment? And the default alignment will the safe_alignment which can be stored as part of the allocator itself? This will avoid having to pass this safe_alignment in a large number of IGT's. If some IGT's want to override the default alignment they can always do so. Thoughts? ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw 2022-02-22 21:33 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh @ 2022-02-23 10:34 ` Zbigniew Kempczyński 0 siblings, 0 replies; 5+ messages in thread From: Zbigniew Kempczyński @ 2022-02-23 10:34 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev On Tue, Feb 22, 2022 at 01:33:50PM -0800, Dixit, Ashutosh wrote: > On Mon, 21 Feb 2022 00:41:23 -0800, Zbigniew Kempczyński wrote: > > > > diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c > > index e5666cd4f..23055855b 100644 > > --- a/lib/intel_batchbuffer.c > > +++ b/lib/intel_batchbuffer.c > > @@ -990,13 +990,14 @@ void igt_blitter_fast_copy__raw(int fd, > > uint32_t dword0, dword1; > > uint32_t src_pitch, dst_pitch; > > uint64_t batch_offset, src_offset, dst_offset; > > + uint64_t align = gem_detect_safe_alignment(fd); > > int i = 0; > > > > batch_handle = gem_create(fd, 4096); > > if (ahnd) { > > - src_offset = get_offset(ahnd, src_handle, src_size, 0); > > - dst_offset = get_offset(ahnd, dst_handle, dst_size, 0); > > - batch_offset = get_offset(ahnd, batch_handle, 4096, 0); > > + src_offset = get_offset(ahnd, src_handle, src_size, align); > > + dst_offset = get_offset(ahnd, dst_handle, dst_size, align); > > + batch_offset = get_offset(ahnd, batch_handle, 4096, align); > > Is it possible to modify the allocator so that say '0' (or alternatively > -1ULL) denotes the "default" alignment? And the default alignment will the > safe_alignment which can be stored as part of the allocator itself? > > This will avoid having to pass this safe_alignment in a large number of > IGT's. If some IGT's want to override the default alignment they can always > do so. Thoughts? Yes. I like your idea - we can save a lot of time to avoid rewriting tests. Here it is: https://patchwork.freedesktop.org/series/100627/ -- Zbigniew ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-23 10:34 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-02-21 8:41 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use safe alignment in fast-copy raw Zbigniew Kempczyński 2022-02-21 9:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-02-21 10:26 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-02-22 21:33 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2022-02-23 10:34 ` Zbigniew Kempczyński
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox