[PATCH 0/3] Do error capture async, flush G2H processing on reset

2021-10-23 Thread Matthew Brost
Rather allocating an error capture in nowait context to break a lockdep splat [1], do the error capture async compared to the G2H processing. v2: Fix Docs warning v3: Rebase, resend for CI v4: Resend for CI v5: Fix CI splat: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21428/fi-rkl-guc/igt@

[PATCH 0/3] Do error capture async, flush G2H processing on reset

2021-10-22 Thread Matthew Brost
Rather allocating an error capture in nowait context to break a lockdep splat [1], do the error capture async compared to the G2H processing. v2: Fix Docs warning v3: Rebase, resend for CI v4: Resend for CI Signed-off-by: Matthew Brost [1] https://patchwork.freedesktop.org/patch/451415/?series=

[PATCH 0/3] Do error capture async, flush G2H processing on reset

2021-10-21 Thread Matthew Brost
Rather allocating an error capture in nowait context to break a lockdep splat [1], do the error capture async compared to the G2H processing. v2: Fix Docs warning v3: Rebase, resend for CI Signed-off-by: Matthew Brost [1] https://patchwork.freedesktop.org/patch/451415/?series=93704&rev=5 Matth