* [PATCH] drm/i915/selftests: Skip live eviction tests when wedged @ 2018-07-05 14:53 Chris Wilson 2018-07-05 18:08 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-06 2:11 ` ✗ Fi.CI.IGT: failure " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Chris Wilson @ 2018-07-05 14:53 UTC (permalink / raw) To: intel-gfx If the GPU is irrecoverably wedged, we cannot submit any requests and so cannot make the GTT busy in order to test evicting active objects. As this expectedly fails, skip over the test. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> --- drivers/gpu/drm/i915/selftests/i915_gem_evict.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/i915_gem_evict.c b/drivers/gpu/drm/i915/selftests/i915_gem_evict.c index 8059268800fa..128ad1cf0647 100644 --- a/drivers/gpu/drm/i915/selftests/i915_gem_evict.c +++ b/drivers/gpu/drm/i915/selftests/i915_gem_evict.c @@ -500,5 +500,8 @@ int i915_gem_evict_live_selftests(struct drm_i915_private *i915) SUBTEST(igt_evict_contexts), }; + 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/selftests: Skip live eviction tests when wedged 2018-07-05 14:53 [PATCH] drm/i915/selftests: Skip live eviction tests when wedged Chris Wilson @ 2018-07-05 18:08 ` Patchwork 2018-07-06 2:11 ` ✗ Fi.CI.IGT: failure " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-05 18:08 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftests: Skip live eviction tests when wedged URL : https://patchwork.freedesktop.org/series/46007/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4435 -> Patchwork_9545 = == Summary - SUCCESS == No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/46007/revisions/1/mbox/ == Known issues == Here are the changes found in Patchwork_9545 that come from known issues: === IGT changes === ==== Possible fixes ==== igt@prime_vgem@basic-fence-flip: fi-ilk-650: FAIL (fdo#104008) -> PASS fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008 == Participating hosts (47 -> 42) == Missing (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u == Build changes == * Linux: CI_DRM_4435 -> Patchwork_9545 CI_DRM_4435: 8acff624cc6754eb6c1d8cefbff8ec592022ffab @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4539: 8b3cc74c6911e9b2835fe6e160f84bae463a70ef @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9545: 56759447548620eedebd423a635d646e9ce2d1a7 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 567594475486 drm/i915/selftests: Skip live eviction tests when wedged == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9545/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: failure for drm/i915/selftests: Skip live eviction tests when wedged 2018-07-05 14:53 [PATCH] drm/i915/selftests: Skip live eviction tests when wedged Chris Wilson 2018-07-05 18:08 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2018-07-06 2:11 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-06 2:11 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftests: Skip live eviction tests when wedged URL : https://patchwork.freedesktop.org/series/46007/ State : failure == Summary == = CI Bug Log - changes from CI_DRM_4435_full -> Patchwork_9545_full = == Summary - FAILURE == Serious unknown changes coming with Patchwork_9545_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_9545_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_9545_full: === IGT changes === ==== Possible regressions ==== igt@kms_flip_tiling@flip-to-y-tiled: shard-glk: PASS -> FAIL +1 igt@kms_universal_plane@cursor-fb-leak-pipe-b: shard-apl: PASS -> FAIL ==== Warnings ==== igt@gem_exec_schedule@deep-vebox: shard-kbl: PASS -> SKIP +2 == Known issues == Here are the changes found in Patchwork_9545_full that come from known issues: === IGT changes === ==== Issues hit ==== igt@kms_flip@2x-flip-vs-expired-vblank: shard-glk: PASS -> FAIL (fdo#105363) igt@kms_flip@plain-flip-fb-recreate: shard-glk: PASS -> FAIL (fdo#100368) +2 igt@kms_flip_tiling@flip-to-x-tiled: shard-glk: PASS -> FAIL (fdo#103822) ==== Possible fixes ==== igt@drv_selftest@live_gtt: shard-glk: INCOMPLETE (fdo#103359, k.org#198133, fdo#107127) -> PASS shard-apl: FAIL (fdo#107127, fdo#105347) -> PASS igt@kms_flip@plain-flip-ts-check-interruptible: shard-glk: FAIL (fdo#100368) -> PASS +1 igt@kms_flip_tiling@flip-x-tiled: shard-glk: FAIL -> PASS +1 igt@kms_plane_lowres@pipe-c-tiling-none: shard-kbl: DMESG-WARN (fdo#106247) -> PASS igt@kms_setmode@basic: shard-kbl: FAIL (fdo#99912) -> PASS fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368 fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359 fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822 fdo#105347 https://bugs.freedesktop.org/show_bug.cgi?id=105347 fdo#105363 https://bugs.freedesktop.org/show_bug.cgi?id=105363 fdo#106247 https://bugs.freedesktop.org/show_bug.cgi?id=106247 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_4435 -> Patchwork_9545 CI_DRM_4435: 8acff624cc6754eb6c1d8cefbff8ec592022ffab @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4539: 8b3cc74c6911e9b2835fe6e160f84bae463a70ef @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9545: 56759447548620eedebd423a635d646e9ce2d1a7 @ 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_9545/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-06 2:11 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:53 [PATCH] drm/i915/selftests: Skip live eviction tests when wedged Chris Wilson 2018-07-05 18:08 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-06 2:11 ` ✗ Fi.CI.IGT: failure " 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).