Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: Skip error capture when wedged on init
Trying to capture uninitialised engines when we wedged on init ends in tears. Skip that together with uC capture, since failure to initialise the latter can actually be one of the reasons for wedging on init. v2: * Use i915_disable_error_state when wedging on init/fini. v3: * Handle mock tests. Signed-off-by: Tvrtko Ursulin <[email protected]> Reviewed-by: Matthew Auld <[email protected]> # v1 Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
- Loading branch information