[Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-06-07 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests with resolved dependencies waiting for a slot on the GPU to run. This is useful to analyze the overall load of the system. v2: Don't limit to gen8+. v3: * Rebase for dynamic sysfs. * Drop currently executing

[Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-06-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests with resolved dependencies waiting for a slot on the GPU to run. This is useful to analyze the overall load of the system. v2: Don't limit to gen8+. v3: * Rebase for dynamic sysfs. * Drop currently executing

[Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-06-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests with resolved dependencies waiting for a slot on the GPU to run. This is useful to analyze the overall load of the system. v2: Don't limit to gen8+. v3: * Rebase for dynamic sysfs. * Drop currently executing

Re: [Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-04-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-04-05 13:39:21) > From: Tvrtko Ursulin > > We add a PMU counter to expose the number of requests with resolved > dependencies waiting for a slot on the GPU to run. > > This is useful to analyze the overall load of the system. > > v2: Don't

[Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-04-05 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests with resolved dependencies waiting for a slot on the GPU to run. This is useful to analyze the overall load of the system. v2: Don't limit to gen8+. v3: * Rebase for dynamic sysfs. * Drop

[Intel-gfx] [PATCH 5/7] drm/i915/pmu: Add runnable counter

2018-03-19 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We add a PMU counter to expose the number of requests with resolved dependencies waiting for a slot on the GPU to run. This is useful to analyze the overall load of the system. v2: Don't limit to gen8+. v3: * Rebase for dynamic sysfs. * Drop