Re: [Intel-gfx] [PATCH 4/7] drm/i915/uc: Stop talking with GuC when resetting

2019-05-17 Thread Michal Wajdeczko
On Fri, 17 May 2019 18:30:40 +0200, Chris Wilson wrote: Quoting Michal Wajdeczko (2019-05-17 17:22:24) Knowing that GuC will be reset soon, we may stop all communication immediately without doing graceful cleanup as it is not needed. Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc:

Re: [Intel-gfx] [PATCH 4/7] drm/i915/uc: Stop talking with GuC when resetting

2019-05-17 Thread Chris Wilson
Quoting Michal Wajdeczko (2019-05-17 17:22:24) > Knowing that GuC will be reset soon, we may stop all communication > immediately without doing graceful cleanup as it is not needed. > > Signed-off-by: Michal Wajdeczko > Cc: Chris Wilson > Cc: Daniele Ceraolo Spurio > --- >

[Intel-gfx] [PATCH 4/7] drm/i915/uc: Stop talking with GuC when resetting

2019-05-17 Thread Michal Wajdeczko
Knowing that GuC will be reset soon, we may stop all communication immediately without doing graceful cleanup as it is not needed. Signed-off-by: Michal Wajdeczko Cc: Chris Wilson Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/intel_guc_ct.h | 5 + drivers/gpu/drm/i915/intel_uc.c