Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 00/16] PMU: multi-tile support
@ 2023-05-19 15:46 Umesh Nerlige Ramappa
  2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 01/16] i915/gem_engine_topology: Support gem_list_engines on platforms prior to MTL Umesh Nerlige Ramappa
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Umesh Nerlige Ramappa @ 2023-05-19 15:46 UTC (permalink / raw)
  To: igt-dev

Enable IGT PMU support for multi-tile platforms.
Add multi-tile support for intel_gpu_top.

v2: (Tvrtko)
- Instead of adding gtN suffix to item, add it to parent group
- Show split gt values only if -p option is specified
- Display aggregate value as default without -p option
- Break down patches into reviewable units

v3: (Ashutosh, Tvrtko)
- Reformat GT info in INTERACTIVE mode
- Use i915_for_each_gt
- Move uapi to i915_drm_local.h
- Use gem_list_engines() and drop unnecessary code

v4: Rebase to resolve conflict and rerun CI
v5: Include Ashutosh's patch for CI runs

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>

Ashutosh Dixit (1):
  i915/gem_engine_topology: Support gem_list_engines on platforms prior
    to MTL

Riana Tauro (1):
  perf_pmu: Use correct pmu config for multi-tile

Tvrtko Ursulin (3):
  perf_pmu: Support multi-tile in rc6 subtest
  perf_pmu: Two new rc6 subtests
  perf_pmu: Support multi-tile in frequency subtest

Umesh Nerlige Ramappa (11):
  perf_pmu: Quiesce GPU if measuring idle busyness without spinner
  intel_gpu_top: Add an array of freq and rc6 counters
  intel_gpu_top: Determine number of tiles
  intel_gpu_top: Capture freq and rc6 counters from each gt
  intel_gpu_top: Switch pmu_counter to use aggregated values
  intel_gpu_top: Add definitions for gt-specific items and groups
  intel_gpu_top: Bump up size of groups to accomodate multi-gt
  intel_gpu_top: Increase visibility for class_view
  intel_gpu_top: Show gt specific values if requested
  intel_gpu_top: Reduce one level of indent
  intel_gpu_top: Add gt specific values to header in interactive mode

 lib/i915/gem_engine_topology.c |   8 +-
 lib/i915/i915_drm_local.h      |  15 ++
 tests/i915/perf_pmu.c          | 307 +++++++++++++++++++++++----------
 tools/intel_gpu_top.c          | 238 ++++++++++++++++++++-----
 4 files changed, 438 insertions(+), 130 deletions(-)

-- 
2.36.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-05-19 20:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 15:46 [igt-dev] [PATCH i-g-t v3 00/16] PMU: multi-tile support Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 01/16] i915/gem_engine_topology: Support gem_list_engines on platforms prior to MTL Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 02/16] perf_pmu: Support multi-tile in rc6 subtest Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 03/16] perf_pmu: Two new rc6 subtests Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 04/16] perf_pmu: Support multi-tile in frequency subtest Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 05/16] perf_pmu: Quiesce GPU if measuring idle busyness without spinner Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 06/16] perf_pmu: Use correct pmu config for multi-tile Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 07/16] intel_gpu_top: Add an array of freq and rc6 counters Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 08/16] intel_gpu_top: Determine number of tiles Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 09/16] intel_gpu_top: Capture freq and rc6 counters from each gt Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 10/16] intel_gpu_top: Switch pmu_counter to use aggregated values Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 11/16] intel_gpu_top: Add definitions for gt-specific items and groups Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 12/16] intel_gpu_top: Bump up size of groups to accomodate multi-gt Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 13/16] intel_gpu_top: Increase visibility for class_view Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 14/16] intel_gpu_top: Show gt specific values if requested Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 15/16] intel_gpu_top: Reduce one level of indent Umesh Nerlige Ramappa
2023-05-19 15:46 ` [igt-dev] [PATCH i-g-t v3 16/16] intel_gpu_top: Add gt specific values to header in interactive mode Umesh Nerlige Ramappa
2023-05-19 17:33 ` [igt-dev] ✓ Fi.CI.BAT: success for PMU: multi-tile support (rev5) Patchwork
2023-05-19 20:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox