Re: [PATCH 35/47] drm/i915/guc: Handle context reset notification

2021-07-14 Thread Matthew Brost
On Mon, Jul 12, 2021 at 03:58:12PM -0700, John Harrison wrote: > On 6/24/2021 00:05, Matthew Brost wrote: > > GuC will issue a reset on detecting an engine hang and will notify > > the driver via a G2H message. The driver will service the notification > > by resetting the guilty context to a simple

Re: [PATCH 35/47] drm/i915/guc: Handle context reset notification

2021-07-12 Thread John Harrison
On 6/24/2021 00:05, Matthew Brost wrote: GuC will issue a reset on detecting an engine hang and will notify the driver via a G2H message. The driver will service the notification by resetting the guilty context to a simple state or banning it completely. Cc: Matthew Brost Cc: John Harrison Sig