[Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-06-07 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests which have been submitted from userspace but are not yet runnable due dependencies and unsignaled fences. This is useful to analyze the overall load of the system. v2: * Rebase for name change and re-order. * Drop

[Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-06-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests which have been submitted from userspace but are not yet runnable due dependencies and unsignaled fences. This is useful to analyze the overall load of the system. v2: * Rebase for name change and re-order. * Drop

Re: [Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-06-06 Thread Tvrtko Ursulin
On 06/06/2018 14:16, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-06-06 13:48:45) @@ -204,6 +211,12 @@ engines_sample(struct drm_i915_private *dev_priv, unsigned int period_ns) if (val & RING_WAIT_SEMAPHORE)

Re: [Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-06-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-06-06 13:48:45) > @@ -204,6 +211,12 @@ engines_sample(struct drm_i915_private *dev_priv, > unsigned int period_ns) > if (val & RING_WAIT_SEMAPHORE) > add_sample(>pmu.sample[I915_SAMPLE_SEMA], >

[Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-06-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests which have been submitted from userspace but are not yet runnable due dependencies and unsignaled fences. This is useful to analyze the overall load of the system. v2: * Rebase for name change and re-order. * Drop

Re: [Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-04-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-04-05 13:39:20) > From: Tvrtko Ursulin > > We add a PMU counter to expose the number of requests which have been > submitted from userspace but are not yet runnable due dependencies and > unsignaled fences. > > This is useful to analyze the

[Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-04-05 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests which have been submitted from userspace but are not yet runnable due dependencies and unsignaled fences. This is useful to analyze the overall load of the system. v2: * Rebase for name change

[Intel-gfx] [PATCH 4/7] drm/i915/pmu: Add queued counter

2018-03-19 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests which have been submitted from userspace but are not yet runnable due dependencies and unsignaled fences. This is useful to analyze the overall load of the system. v2: * Rebase for name change