* [PATCH] drm/i915/selftest: Skip all request selftests when wedged @ 2018-07-05 14:49 Chris Wilson 2018-07-05 16:49 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-05 22:39 ` ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Chris Wilson @ 2018-07-05 14:49 UTC (permalink / raw) To: intel-gfx If the GPU is irrecoverably wedge, we cannot submit any request and so all of the request selftests will expectedly fail. Skip over them. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> --- drivers/gpu/drm/i915/selftests/i915_request.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c index 521ae4a90ddf..675017bf59dd 100644 --- a/drivers/gpu/drm/i915/selftests/i915_request.c +++ b/drivers/gpu/drm/i915/selftests/i915_request.c @@ -862,5 +862,9 @@ int i915_request_live_selftests(struct drm_i915_private *i915) SUBTEST(live_sequential_engines), SUBTEST(live_empty_request), }; + + if (i915_terminally_wedged(&i915->gpu_error)) + return 0; + return i915_subtests(tests, i915); } -- 2.18.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
* ✓ Fi.CI.BAT: success for drm/i915/selftest: Skip all request selftests when wedged 2018-07-05 14:49 [PATCH] drm/i915/selftest: Skip all request selftests when wedged Chris Wilson @ 2018-07-05 16:49 ` Patchwork 2018-07-05 22:39 ` ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-05 16:49 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftest: Skip all request selftests when wedged URL : https://patchwork.freedesktop.org/series/46005/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4434 -> Patchwork_9543 = == Summary - SUCCESS == No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/46005/revisions/1/mbox/ == Known issues == Here are the changes found in Patchwork_9543 that come from known issues: === IGT changes === ==== Possible fixes ==== igt@kms_pipe_crc_basic@read-crc-pipe-a: fi-skl-6700k2: FAIL (fdo#103191) -> PASS fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191 == Participating hosts (46 -> 42) == Additional (1): fi-skl-guc Missing (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u == Build changes == * Linux: CI_DRM_4434 -> Patchwork_9543 CI_DRM_4434: 2fa1923491b6f391b5048d74f54a9450ee8ba673 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4538: 9b3f41a6c6da7d767516a93dccf17469a551e942 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9543: 2669f6c25ca8e4c5d40a6480ea6182c52e056aac @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 2669f6c25ca8 drm/i915/selftest: Skip all request selftests when wedged == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9543/issues.html _______________________________________________ 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.IGT: success for drm/i915/selftest: Skip all request selftests when wedged 2018-07-05 14:49 [PATCH] drm/i915/selftest: Skip all request selftests when wedged Chris Wilson 2018-07-05 16:49 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2018-07-05 22:39 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-05 22:39 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftest: Skip all request selftests when wedged URL : https://patchwork.freedesktop.org/series/46005/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4434_full -> Patchwork_9543_full = == Summary - WARNING == Minor unknown changes coming with Patchwork_9543_full need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_9543_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. == Possible new issues == Here are the unknown changes that may have been introduced in Patchwork_9543_full: === IGT changes === ==== Warnings ==== igt@gem_exec_schedule@deep-vebox: shard-kbl: PASS -> SKIP +2 == Known issues == Here are the changes found in Patchwork_9543_full that come from known issues: === IGT changes === ==== Issues hit ==== igt@drv_selftest@live_gtt: shard-kbl: PASS -> INCOMPLETE (fdo#107127, fdo#103665) igt@kms_flip@2x-flip-vs-expired-vblank: shard-glk: PASS -> FAIL (fdo#105189) igt@kms_flip@2x-plain-flip-ts-check-interruptible: shard-glk: PASS -> FAIL (fdo#100368) +1 igt@kms_flip@modeset-vs-vblank-race: shard-hsw: PASS -> FAIL (fdo#103060) igt@kms_flip_tiling@flip-x-tiled: shard-glk: PASS -> FAIL (fdo#103822) igt@kms_rotation_crc@primary-rotation-180: shard-hsw: PASS -> FAIL (fdo#103925) igt@kms_rotation_crc@primary-rotation-90: shard-kbl: PASS -> FAIL (fdo#103925) ==== Possible fixes ==== igt@drv_suspend@shrink: shard-snb: FAIL (fdo#106886) -> PASS shard-apl: FAIL (fdo#106886) -> PASS igt@gem_exec_big: shard-hsw: INCOMPLETE (fdo#103540) -> PASS igt@kms_setmode@basic: shard-kbl: FAIL (fdo#99912) -> PASS igt@kms_vblank@pipe-c-ts-continuation-suspend: shard-kbl: INCOMPLETE (fdo#103665) -> PASS igt@perf@blocking: shard-hsw: FAIL (fdo#102252) -> PASS igt@pm_rps@waitboost: shard-apl: FAIL (fdo#102250) -> PASS ==== Warnings ==== igt@drv_selftest@live_gtt: shard-glk: FAIL (fdo#107127, fdo#105347) -> INCOMPLETE (fdo#107127, fdo#103359, k.org#198133) fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368 fdo#102250 https://bugs.freedesktop.org/show_bug.cgi?id=102250 fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252 fdo#103060 https://bugs.freedesktop.org/show_bug.cgi?id=103060 fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359 fdo#103540 https://bugs.freedesktop.org/show_bug.cgi?id=103540 fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665 fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822 fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925 fdo#105189 https://bugs.freedesktop.org/show_bug.cgi?id=105189 fdo#105347 https://bugs.freedesktop.org/show_bug.cgi?id=105347 fdo#106886 https://bugs.freedesktop.org/show_bug.cgi?id=106886 fdo#107127 https://bugs.freedesktop.org/show_bug.cgi?id=107127 fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912 k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133 == Participating hosts (5 -> 5) == No changes in participating hosts == Build changes == * Linux: CI_DRM_4434 -> Patchwork_9543 CI_DRM_4434: 2fa1923491b6f391b5048d74f54a9450ee8ba673 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4538: 9b3f41a6c6da7d767516a93dccf17469a551e942 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9543: 2669f6c25ca8e4c5d40a6480ea6182c52e056aac @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9543/shards.html _______________________________________________ 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:[~2018-07-05 22:39 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-07-05 14:49 [PATCH] drm/i915/selftest: Skip all request selftests when wedged Chris Wilson 2018-07-05 16:49 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-05 22:39 ` ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).