* [PATCH] drm/i915/selftests: Let igt_vma_partial et al breathe @ 2019-07-23 9:58 Chris Wilson 2019-07-23 10:26 ` Matthew Auld 2019-07-23 12:18 ` ✗ Fi.CI.BAT: failure for " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Chris Wilson @ 2019-07-23 9:58 UTC (permalink / raw) To: intel-gfx Give the scheduler a chance to breathe by calling cond_resched() as some of the loops may take some time on slower machines, and so catch the attention of the watchdogs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111196 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.william.auld@gmail.com> --- drivers/gpu/drm/i915/selftests/i915_vma.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/i915_vma.c b/drivers/gpu/drm/i915/selftests/i915_vma.c index fbc79b14823a..a5bec0a4cdcc 100644 --- a/drivers/gpu/drm/i915/selftests/i915_vma.c +++ b/drivers/gpu/drm/i915/selftests/i915_vma.c @@ -193,6 +193,8 @@ static int igt_vma_create(void *arg) list_del_init(&ctx->link); mock_context_close(ctx); } + + cond_resched(); } end: @@ -341,6 +343,8 @@ static int igt_vma_pin1(void *arg) goto out; } } + + cond_resched(); } err = 0; @@ -597,6 +601,8 @@ static int igt_vma_rotate_remap(void *arg) } i915_vma_unpin(vma); + + cond_resched(); } } } @@ -752,6 +758,8 @@ static int igt_vma_partial(void *arg) i915_vma_unpin(vma); nvma++; + + cond_resched(); } } @@ -961,6 +969,8 @@ static int igt_vma_remapped_gtt(void *arg) } } i915_vma_unpin_iomap(vma); + + cond_resched(); } } -- 2.22.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/i915/selftests: Let igt_vma_partial et al breathe 2019-07-23 9:58 [PATCH] drm/i915/selftests: Let igt_vma_partial et al breathe Chris Wilson @ 2019-07-23 10:26 ` Matthew Auld 2019-07-23 12:18 ` ✗ Fi.CI.BAT: failure for " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Matthew Auld @ 2019-07-23 10:26 UTC (permalink / raw) To: Chris Wilson; +Cc: Intel Graphics Development On Tue, 23 Jul 2019 at 10:58, Chris Wilson <chris@chris-wilson.co.uk> wrote: > > Give the scheduler a chance to breathe by calling cond_resched() as some > of the loops may take some time on slower machines, and so catch the > attention of the watchdogs. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111196 > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > Cc: Matthew Auld <matthew.william.auld@gmail.com> Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com> _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/selftests: Let igt_vma_partial et al breathe 2019-07-23 9:58 [PATCH] drm/i915/selftests: Let igt_vma_partial et al breathe Chris Wilson 2019-07-23 10:26 ` Matthew Auld @ 2019-07-23 12:18 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-07-23 12:18 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftests: Let igt_vma_partial et al breathe URL : https://patchwork.freedesktop.org/series/64071/ State : failure == Summary == CI Bug Log - changes from CI_DRM_6539 -> Patchwork_13722 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_13722 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_13722, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/ Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_13722: ### IGT changes ### #### Possible regressions #### * igt@i915_module_load@reload-with-fault-injection: - fi-snb-2520m: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-snb-2520m/igt@i915_module_load@reload-with-fault-injection.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-snb-2520m/igt@i915_module_load@reload-with-fault-injection.html Known issues ------------ Here are the changes found in Patchwork_13722 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_module_load@reload-with-fault-injection: - fi-icl-dsi: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-icl-dsi/igt@i915_module_load@reload-with-fault-injection.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-icl-dsi/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_busy@basic-flip-a: - fi-kbl-7567u: [PASS][5] -> [SKIP][6] ([fdo#109271] / [fdo#109278]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-kbl-7567u/igt@kms_busy@basic-flip-a.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-kbl-7567u/igt@kms_busy@basic-flip-a.html * igt@prime_self_import@basic-llseek-size: - fi-icl-u3: [PASS][7] -> [DMESG-WARN][8] ([fdo#107724]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-icl-u3/igt@prime_self_import@basic-llseek-size.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-icl-u3/igt@prime_self_import@basic-llseek-size.html #### Possible fixes #### * igt@gem_mmap_gtt@basic-write-read: - fi-icl-u3: [DMESG-WARN][9] ([fdo#107724]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-icl-u3/igt@gem_mmap_gtt@basic-write-read.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-icl-u3/igt@gem_mmap_gtt@basic-write-read.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-kbl-7567u: [WARN][11] ([fdo#109380]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_frontbuffer_tracking@basic: - fi-icl-u3: [FAIL][13] ([fdo#103167]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html - fi-icl-guc: [FAIL][15] ([fdo#103167]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-icl-guc/igt@kms_frontbuffer_tracking@basic.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-icl-guc/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@read-crc-pipe-c: - fi-kbl-7567u: [SKIP][17] ([fdo#109271]) -> [PASS][18] +23 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6539/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380 Participating hosts (53 -> 46) ------------------------------ Additional (1): fi-kbl-8809g Missing (8): fi-kbl-soraka fi-bsw-n3050 fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * Linux: CI_DRM_6539 -> Patchwork_13722 CI-20190529: 20190529 CI_DRM_6539: eb32ea98a6fe6d924f28f8b8f3ee43b9e56bf12e @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5107: 1a5b48671e0863cb723e3d0239e54c828360dc99 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_13722: 770ff6ee824148837bbe7876aa01f3d385d02819 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 770ff6ee8241 drm/i915/selftests: Let igt_vma_partial et al breathe == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13722/ _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-23 12:18 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-07-23 9:58 [PATCH] drm/i915/selftests: Let igt_vma_partial et al breathe Chris Wilson 2019-07-23 10:26 ` Matthew Auld 2019-07-23 12:18 ` ✗ Fi.CI.BAT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox