Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Improve GuC load error reporting

2023-03-03 Thread Ceraolo Spurio, Daniele
On 2/17/2023 3:47 PM, john.c.harri...@intel.com wrote: From: John Harrison There are multiple ways in which the GuC load can fail. The driver was reporting the status register as is, but not everyone can read the matrix unfiltered. So add decoding of the common error cases. Also, remove the

[PATCH 1/2] drm/i915/guc: Improve GuC load error reporting

2023-02-17 Thread John . C . Harrison
From: John Harrison There are multiple ways in which the GuC load can fail. The driver was reporting the status register as is, but not everyone can read the matrix unfiltered. So add decoding of the common error cases. Also, remove the comment about interrupt based load completion checking bein