Re: [Intel-gfx] [PATCH] drm/i915: Report an earlier wedged event when suspending the engines

2019-06-06 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Chris Wilson (2019-05-31 12:32:45) >> On i915_gem_load_power_context() we do care whether or not we succeed in >> completing the switch back to the kernel context (via idling the >> engines). Currently, we detect if an error occurs while we wait, but we >> do not re

Re: [Intel-gfx] [PATCH] drm/i915: Report an earlier wedged event when suspending the engines

2019-06-06 Thread Chris Wilson
Quoting Chris Wilson (2019-05-31 12:32:45) > On i915_gem_load_power_context() we do care whether or not we succeed in > completing the switch back to the kernel context (via idling the > engines). Currently, we detect if an error occurs while we wait, but we > do not report one if it occurred befor

[Intel-gfx] [PATCH] drm/i915: Report an earlier wedged event when suspending the engines

2019-05-31 Thread Chris Wilson
On i915_gem_load_power_context() we do care whether or not we succeed in completing the switch back to the kernel context (via idling the engines). Currently, we detect if an error occurs while we wait, but we do not report one if it occurred beforehand (and the status of the switch is undefined).