Re: [Intel-gfx] [PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values

2019-04-15 Thread John Spotswood
On Fri, 2019-04-12 at 17:24 -0700, Ceraolo Spurio, Daniele wrote: > > On 4/12/19 5:06 PM, Daniele Ceraolo Spurio wrote: > > > > > > > > On 4/11/19 1:44 AM, Michal Wajdeczko wrote: > > > > > > New GuC firmwares use updated sleep status definitions. > > > > > There is also no need to poll on re

Re: [Intel-gfx] [PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values

2019-04-12 Thread Daniele Ceraolo Spurio
On 4/12/19 5:06 PM, Daniele Ceraolo Spurio wrote: On 4/11/19 1:44 AM, Michal Wajdeczko wrote: New GuC firmwares use updated sleep status definitions. There is also no need to poll on resume anymore. We're not failing on it in CI because the wait timeout comes out as a debug message and t

Re: [Intel-gfx] [PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values

2019-04-12 Thread Daniele Ceraolo Spurio
On 4/11/19 1:44 AM, Michal Wajdeczko wrote: New GuC firmwares use updated sleep status definitions. There is also no need to poll on resume anymore. We're not failing on it in CI because the wait timeout comes out as a debug message and the guc is obviously still fine and responsive since

[Intel-gfx] [PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values

2019-04-11 Thread Michal Wajdeczko
New GuC firmwares use updated sleep status definitions. Signed-off-by: Michal Wajdeczko Cc: Joonas Lahtinen Cc: Daniele Ceraolo Spurio Cc: John Spotswood --- drivers/gpu/drm/i915/intel_guc_fwif.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/in