Re: [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification

2021-12-23 Thread Matthew Brost
On Wed, Dec 22, 2021 at 05:31:28PM -0800, john.c.harri...@intel.com wrote: > From: John Harrison > > Don't silently drop reset notifications from the GuC. It might not be > safe to do an error capture but we still want some kind of report that > the reset happened. > > Signed-off-by: John Harris

[PATCH] drm/i915/guc: Report error on invalid reset notification

2021-12-22 Thread John . C . Harrison
From: John Harrison Don't silently drop reset notifications from the GuC. It might not be safe to do an error capture but we still want some kind of report that the reset happened. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 5 + 1 file changed, 5 i