Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-11 Thread Tvrtko Ursulin
aritha <sujaritha.sundare...@intel.com> Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs On 07/09/2017 01:37, Anusha Srivatsa wrote: Calculate the time that GuC takes to load. This information could be very useful in determining if GuC is taking unreasonably long

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-08 Thread Chris Wilson
><anusha.sriva...@intel.com>; intel-gfx@lists.freedesktop.org > >Cc: Sundaresan, Sujaritha <sujaritha.sundare...@intel.com> > >Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to > >debugfs > > > >Quoting Tvrtko Ursulin (2017-09

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-08 Thread Srivatsa, Anusha
>Cc: Sundaresan, Sujaritha <sujaritha.sundare...@intel.com> >Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs > >Quoting Tvrtko Ursulin (2017-09-07 09:49:02) >> >> On 07/09/2017 01:37, Anusha Srivatsa wrote: >> > Calculate the time

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-08 Thread Daniel Vetter
On Thu, Sep 07, 2017 at 09:49:02AM +0100, Tvrtko Ursulin wrote: > > On 07/09/2017 01:37, Anusha Srivatsa wrote: > > Calculate the time that GuC takes to load. > > This information could be very useful in > > determining if GuC is taking unreasonably long time > > to load in a certain platforms. >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-07 Thread Chris Wilson
Quoting Tvrtko Ursulin (2017-09-07 09:49:02) > > On 07/09/2017 01:37, Anusha Srivatsa wrote: > > Calculate the time that GuC takes to load. > > This information could be very useful in > > determining if GuC is taking unreasonably long time > > to load in a certain platforms. > > Do we need this

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-07 Thread Srivatsa, Anusha
...@intel.com> >Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs > > >On 07/09/2017 01:37, Anusha Srivatsa wrote: >> Calculate the time that GuC takes to load. >> This information could be very useful in determining if GuC is taking >> unr

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-07 Thread Srivatsa, Anusha
t;<sujaritha.sundare...@intel.com> >Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs > >On Thu, Sep 07, 2017 at 09:49:02AM +0100, Tvrtko Ursulin wrote: >> >> On 07/09/2017 01:37, Anusha Srivatsa wrote: >> > Calculate the time that GuC tak

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-07 Thread Michal Wajdeczko
On Thu, Sep 07, 2017 at 09:49:02AM +0100, Tvrtko Ursulin wrote: > > On 07/09/2017 01:37, Anusha Srivatsa wrote: > > Calculate the time that GuC takes to load. > > This information could be very useful in > > determining if GuC is taking unreasonably long time > > to load in a certain platforms. >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-07 Thread Tvrtko Ursulin
On 07/09/2017 01:37, Anusha Srivatsa wrote: Calculate the time that GuC takes to load. This information could be very useful in determining if GuC is taking unreasonably long time to load in a certain platforms. Do we need this in debugfs or a DRM_NOTE or something would be sufficient if the

[Intel-gfx] [PATCH 1/2] drm/i915/guc: Add GuC Load time to debugfs

2017-09-06 Thread Anusha Srivatsa
Calculate the time that GuC takes to load. This information could be very useful in determining if GuC is taking unreasonably long time to load in a certain platforms. v2: Calculate time before logs are collected. Move the guc_load_time variable as a part of intel_uc_fw struct. Store only final