Re: [Intel-gfx] [PATCH] drm/i915: Mark the GPU as wedged without error on fault injection

2018-06-08 Thread Chris Wilson
Quoting Michał Winiarski (2018-06-08 10:32:04) > On Thu, Jun 07, 2018 at 02:45:58PM +0100, Chris Wilson wrote: > > If we have been instructed (by CI) to inject a fault to load the module > > with a wedged GPU, do so quietly less we upset CI. > > > > Signed-off-by: Chris Wilson > > Cc: Michał

Re: [Intel-gfx] [PATCH] drm/i915: Mark the GPU as wedged without error on fault injection

2018-06-08 Thread Michał Winiarski
On Thu, Jun 07, 2018 at 02:45:58PM +0100, Chris Wilson wrote: > If we have been instructed (by CI) to inject a fault to load the module > with a wedged GPU, do so quietly less we upset CI. > > Signed-off-by: Chris Wilson > Cc: Michał Winiarski > Cc: Michal Wajdeczko Reviewed-by: Michał

Re: [Intel-gfx] [PATCH] drm/i915: Mark the GPU as wedged without error on fault injection

2018-06-07 Thread Chris Wilson
Quoting Chris Wilson (2018-06-07 14:45:58) > If we have been instructed (by CI) to inject a fault to load the module > with a wedged GPU, do so quietly less we upset CI. s/less/lest/ -Chris ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

[Intel-gfx] [PATCH] drm/i915: Mark the GPU as wedged without error on fault injection

2018-06-07 Thread Chris Wilson
If we have been instructed (by CI) to inject a fault to load the module with a wedged GPU, do so quietly less we upset CI. Signed-off-by: Chris Wilson Cc: Michał Winiarski Cc: Michal Wajdeczko --- drivers/gpu/drm/i915/i915_gem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git