[PATCH 3/6] watchdog
Chris Wilson
chris at chris-wilson.co.uk
Tue Jan 12 20:55:36 UTC 2021
Quoting Tvrtko Ursulin (2021-01-12 17:22:17)
> diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c
> index 7660a0a4602a..85efd5cc9b40 100644
> --- a/drivers/gpu/drm/i915/i915_request.c
> +++ b/drivers/gpu/drm/i915/i915_request.c
> @@ -477,8 +477,8 @@ static bool fatal_error(int error)
> switch (error) {
> case 0: /* not an error! */
> case -EAGAIN: /* innocent victim of a GT reset (__i915_request_reset) */
> - case -ETIMEDOUT: /* waiting for Godot (timer_i915_sw_fence_wake) */
> return false;
> + case -ETIMEDOUT: /* waiting for Godot (timer_i915_sw_fence_wake) */
This needs to be debated separately. I would pick another errno to avoid
the argument for now.
-Chris
More information about the Intel-gfx-trybot
mailing list