Re: [Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-20 Thread Goel, Akash
On 7/20/2016 2:42 PM, Chris Wilson wrote: On Wed, Jul 20, 2016 at 09:51:45AM +0530, Goel, Akash wrote: On 7/19/2016 4:51 PM, Chris Wilson wrote: On Tue, Jul 19, 2016 at 12:12:20PM +0100, Tvrtko Ursulin wrote: On 10/07/16 14:41, akash.g...@intel.com wrote: From: Sagar Arun Kamble If GuC

Re: [Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-20 Thread Chris Wilson
On Wed, Jul 20, 2016 at 09:51:45AM +0530, Goel, Akash wrote: > > > On 7/19/2016 4:51 PM, Chris Wilson wrote: > >On Tue, Jul 19, 2016 at 12:12:20PM +0100, Tvrtko Ursulin wrote: > >> > >>On 10/07/16 14:41, akash.g...@intel.com wrote: > >>>From: Sagar Arun Kamble > >>> > >>>If GuC logs are being ca

Re: [Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-19 Thread Goel, Akash
On 7/19/2016 4:51 PM, Chris Wilson wrote: On Tue, Jul 19, 2016 at 12:12:20PM +0100, Tvrtko Ursulin wrote: On 10/07/16 14:41, akash.g...@intel.com wrote: From: Sagar Arun Kamble If GuC logs are being captured, there should be a force log buffer flush action sent to GuC before proceeding wit

Re: [Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-19 Thread Chris Wilson
On Tue, Jul 19, 2016 at 12:12:20PM +0100, Tvrtko Ursulin wrote: > > On 10/07/16 14:41, akash.g...@intel.com wrote: > >From: Sagar Arun Kamble > > > >If GuC logs are being captured, there should be a force log buffer flush > >action sent to GuC before proceeding with GPU reset and re-initializing

Re: [Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-19 Thread Tvrtko Ursulin
On 10/07/16 14:41, akash.g...@intel.com wrote: From: Sagar Arun Kamble If GuC logs are being captured, there should be a force log buffer flush action sent to GuC before proceeding with GPU reset and re-initializing GUC. Those logs would be useful to understand why the GPU reset was initiated.

[Intel-gfx] [PATCH 08/17] drm/i915: Forcefully flush GuC log buffer on reset

2016-07-10 Thread akash . goel
From: Sagar Arun Kamble If GuC logs are being captured, there should be a force log buffer flush action sent to GuC before proceeding with GPU reset and re-initializing GUC. Those logs would be useful to understand why the GPU reset was initiated. v2: Rebase. Signed-off-by: Sagar Arun Kamble S