Re: [Intel-gfx] [PATCH 17/27] drm/i915/guc: Implement multi-lrc reset

2021-09-22 Thread Matthew Brost
On Mon, Sep 20, 2021 at 03:44:18PM -0700, John Harrison wrote: > On 8/20/2021 15:44, Matthew Brost wrote: > > Update context and full GPU reset to work with multi-lrc. The idea is > parent context tracks all the active requests inflight for itself and > its' children. The parent contex

Re: [Intel-gfx] [PATCH 17/27] drm/i915/guc: Implement multi-lrc reset

2021-09-20 Thread John Harrison
On 8/20/2021 15:44, Matthew Brost wrote: Update context and full GPU reset to work with multi-lrc. The idea is parent context tracks all the active requests inflight for itself and its' children. The parent context owns the reset replaying / canceling its' -> its requests as needed. Signed-of