[Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-22 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests currently executing on the GPU. This is useful to analyze the overall load of the system. v2: * Rebase. * Drop floating point constant. (Chris Wilson) Signed-off-by: Tvrtko Ursulin

Re: [Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-19 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-01-19 11:45:24) > > On 18/01/2018 11:57, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2018-01-18 10:41:36) > >> From: Tvrtko Ursulin > >> > >> We add a PMU counter to expose the number of requests currently executing > >> on the GPU. > >>

Re: [Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-19 Thread Tvrtko Ursulin
On 19/01/2018 13:40, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-01-19 11:45:24) On 18/01/2018 11:57, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-01-18 10:41:36) From: Tvrtko Ursulin We add a PMU counter to expose the number of requests currently

Re: [Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-19 Thread Tvrtko Ursulin
On 18/01/2018 11:57, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-01-18 10:41:36) From: Tvrtko Ursulin We add a PMU counter to expose the number of requests currently executing on the GPU. This is useful to analyze the overall load of the system.

Re: [Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-18 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-01-18 10:41:36) > From: Tvrtko Ursulin > > We add a PMU counter to expose the number of requests currently executing > on the GPU. > > This is useful to analyze the overall load of the system. > > Signed-off-by: Tvrtko Ursulin

[Intel-gfx] [RFC 6/6] drm/i915/pmu: Add running counter

2018-01-18 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests currently executing on the GPU. This is useful to analyze the overall load of the system. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/i915_pmu.c |