* [PATCH] drm/i915/selftests: Skip workaround tests when wedged @ 2018-07-05 14:51 Chris Wilson 2018-07-05 17:09 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-05 23:31 ` ✗ Fi.CI.IGT: failure " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Chris Wilson @ 2018-07-05 14:51 UTC (permalink / raw) To: intel-gfx If the GPU is irrecoverably wedged, we cannot submit any request and therefore cannot query the register state of the context (which is done using the GPU command stream). So skip over the test as it expectedly fails. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> --- drivers/gpu/drm/i915/selftests/intel_workarounds.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/selftests/intel_workarounds.c b/drivers/gpu/drm/i915/selftests/intel_workarounds.c index e1ea2d2bedd2..3d86b90ab722 100644 --- a/drivers/gpu/drm/i915/selftests/intel_workarounds.c +++ b/drivers/gpu/drm/i915/selftests/intel_workarounds.c @@ -283,6 +283,9 @@ int intel_workarounds_live_selftests(struct drm_i915_private *i915) }; int err; + if (i915_terminally_wedged(&i915->gpu_error)) + return 0; + mutex_lock(&i915->drm.struct_mutex); err = i915_subtests(tests, i915); mutex_unlock(&i915->drm.struct_mutex); -- 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 workaround tests when wedged 2018-07-05 14:51 [PATCH] drm/i915/selftests: Skip workaround tests when wedged Chris Wilson @ 2018-07-05 17:09 ` Patchwork 2018-07-05 23:31 ` ✗ Fi.CI.IGT: failure " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-05 17:09 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftests: Skip workaround tests when wedged URL : https://patchwork.freedesktop.org/series/46006/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4434 -> Patchwork_9544 = == Summary - SUCCESS == No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/46006/revisions/1/mbox/ == Possible new issues == Here are the unknown changes that may have been introduced in Patchwork_9544: === IGT changes === ==== Possible regressions ==== igt@gem_mmap_gtt@basic-copy: {fi-kbl-8809g}: NOTRUN -> DMESG-WARN +8 ==== Warnings ==== igt@gem_exec_suspend@basic-s4-devices: {fi-kbl-8809g}: INCOMPLETE -> DMESG-WARN == Known issues == Here are the changes found in Patchwork_9544 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 {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). 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_9544 CI_DRM_4434: 2fa1923491b6f391b5048d74f54a9450ee8ba673 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4538: 9b3f41a6c6da7d767516a93dccf17469a551e942 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9544: d53fe52dd68a4a41a6e4347dbeee2ebf8bdc5d0d @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == d53fe52dd68a drm/i915/selftests: Skip workaround tests when wedged == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9544/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 workaround tests when wedged 2018-07-05 14:51 [PATCH] drm/i915/selftests: Skip workaround tests when wedged Chris Wilson 2018-07-05 17:09 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2018-07-05 23:31 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2018-07-05 23:31 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx == Series Details == Series: drm/i915/selftests: Skip workaround tests when wedged URL : https://patchwork.freedesktop.org/series/46006/ State : failure == Summary == = CI Bug Log - changes from CI_DRM_4434_full -> Patchwork_9544_full = == Summary - FAILURE == Serious unknown changes coming with Patchwork_9544_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_9544_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_9544_full: === IGT changes === ==== Possible regressions ==== igt@kms_draw_crc@draw-method-rgb565-pwrite-xtiled: shard-glk: PASS -> FAIL ==== Warnings ==== igt@gem_exec_schedule@deep-bsd2: shard-kbl: PASS -> SKIP igt@gem_mocs_settings@mocs-rc6-blt: shard-kbl: SKIP -> PASS +2 igt@kms_vblank@pipe-b-wait-forked: shard-snb: PASS -> SKIP == Known issues == Here are the changes found in Patchwork_9544_full that come from known issues: === IGT changes === ==== Issues hit ==== igt@drv_selftest@live_gtt: shard-kbl: PASS -> FAIL (fdo#105347, fdo#107127) igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: shard-hsw: PASS -> FAIL (fdo#105767) igt@kms_flip@2x-plain-flip-fb-recreate: shard-glk: PASS -> FAIL (fdo#100368) igt@kms_flip@modeset-vs-vblank-race-interruptible: shard-hsw: PASS -> FAIL (fdo#103060) igt@kms_flip_tiling@flip-x-tiled: shard-glk: PASS -> FAIL (fdo#103822) igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff: shard-snb: NOTRUN -> INCOMPLETE (fdo#105411) ==== 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@gem_wait@write-busy-bsd1: shard-snb: INCOMPLETE (fdo#105411) -> SKIP igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: shard-glk: FAIL (fdo#106509, fdo#105454) -> PASS igt@kms_flip_tiling@flip-y-tiled: shard-glk: FAIL -> PASS igt@perf@blocking: shard-hsw: FAIL (fdo#102252) -> PASS igt@pm_rps@waitboost: shard-apl: FAIL (fdo#102250) -> PASS 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#103540 https://bugs.freedesktop.org/show_bug.cgi?id=103540 fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822 fdo#105347 https://bugs.freedesktop.org/show_bug.cgi?id=105347 fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411 fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454 fdo#105767 https://bugs.freedesktop.org/show_bug.cgi?id=105767 fdo#106509 https://bugs.freedesktop.org/show_bug.cgi?id=106509 fdo#106886 https://bugs.freedesktop.org/show_bug.cgi?id=106886 fdo#107127 https://bugs.freedesktop.org/show_bug.cgi?id=107127 == Participating hosts (5 -> 5) == No changes in participating hosts == Build changes == * Linux: CI_DRM_4434 -> Patchwork_9544 CI_DRM_4434: 2fa1923491b6f391b5048d74f54a9450ee8ba673 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_4538: 9b3f41a6c6da7d767516a93dccf17469a551e942 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_9544: d53fe52dd68a4a41a6e4347dbeee2ebf8bdc5d0d @ 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_9544/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 23:31 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:51 [PATCH] drm/i915/selftests: Skip workaround tests when wedged Chris Wilson 2018-07-05 17:09 ` ✓ Fi.CI.BAT: success for " Patchwork 2018-07-05 23:31 ` ✗ 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).