[Intel-gfx] [PATCH 1/6] drm/i915/pmu: Support PMU for all engines

2023-05-05 Thread Umesh Nerlige Ramappa
From: Tvrtko Ursulin Given how the metrics are already exported, we also need to run sampling over engines from all GTs. Problem of GT frequencies is left for later. Signed-off-by: Tvrtko Ursulin Signed-off-by: Umesh Nerlige Ramappa --- drivers/gpu/drm/i915/i915_pmu.c | 13 ++--- 1 f

[Intel-gfx] [PATCH 1/6] drm/i915/pmu: Support PMU for all engines

2023-05-12 Thread Umesh Nerlige Ramappa
From: Tvrtko Ursulin Given how the metrics are already exported, we also need to run sampling over engines from all GTs. Problem of GT frequencies is left for later. Signed-off-by: Tvrtko Ursulin Reviewed-by: Umesh Nerlige Ramappa Signed-off-by: Umesh Nerlige Ramappa --- drivers/gpu/drm/i91

[Intel-gfx] [PATCH 1/6] drm/i915/pmu: Support PMU for all engines

2023-05-14 Thread Umesh Nerlige Ramappa
From: Tvrtko Ursulin Given how the metrics are already exported, we also need to run sampling over engines from all GTs. Problem of GT frequencies is left for later. Signed-off-by: Tvrtko Ursulin Reviewed-by: Umesh Nerlige Ramappa Signed-off-by: Umesh Nerlige Ramappa --- drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 1/6] drm/i915/pmu: Support PMU for all engines

2023-05-08 Thread Umesh Nerlige Ramappa
On Fri, May 05, 2023 at 05:58:11PM -0700, Umesh Nerlige Ramappa wrote: From: Tvrtko Ursulin Given how the metrics are already exported, we also need to run sampling over engines from all GTs. Problem of GT frequencies is left for later. Signed-off-by: Tvrtko Ursulin Signed-off-by: Umesh Nerl

Re: [Intel-gfx] [PATCH 1/6] drm/i915/pmu: Support PMU for all engines

2023-05-09 Thread Tvrtko Ursulin
On 08/05/2023 18:52, Umesh Nerlige Ramappa wrote: On Fri, May 05, 2023 at 05:58:11PM -0700, Umesh Nerlige Ramappa wrote: From: Tvrtko Ursulin Given how the metrics are already exported, we also need to run sampling over engines from all GTs. Problem of GT frequencies is left for later. Sig