Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/8] Add hwmon energy support for dgfx
@ 2022-10-13 15:13 Ashutosh Dixit
  2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon Ashutosh Dixit
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Ashutosh Dixit @ 2022-10-13 15:13 UTC (permalink / raw)
  To: igt-dev

Introduce igt_power library that reads energy from hwmon & rapl
interfaces. Replace igt_rapl with igt_power.

Modify the existing tests that use igt_rapl to igt_power.

v2: Re-order patches to fix compilation
v3: Changes not documented but all patches R-b'd
v4: Identical to v3, sending again in order to "Test-with" kernel
    hwmon series

Riana Tauro (8):
  lib/igt_hwmon: Introduce library igt_hwmon
  lib/igt_power: Rename lib igt_rapl with igt_power
  lib/igt_power: Add hwmon interface to igt_power
  i915/i915_pm_rc6_residency: Add energy support for dgfx
  i915/gem_exec_schedule: Add energy support for dgfx
  i915/gem_exec_whisper: Add energy support for dgfx
  lib/igt_power: clean-up igt_power library
  HAX: run i915_pm_rc6_residency tests in BAT

 lib/igt_hwmon.c                       |  73 +++++++++
 lib/igt_hwmon.h                       |  12 ++
 lib/igt_power.c                       | 211 ++++++++++++++++++++++++++
 lib/{igt_rapl.h => igt_power.h}       |  78 +++-------
 lib/igt_rapl.c                        |  69 ---------
 lib/meson.build                       |   3 +-
 tests/i915/gem_exec_fair.c            |   1 -
 tests/i915/gem_exec_schedule.c        |  51 +++----
 tests/i915/gem_exec_whisper.c         |  16 +-
 tests/i915/i915_pm_rc6_residency.c    |  65 ++++----
 tests/intel-ci/fast-feedback.testlist |   2 +
 11 files changed, 392 insertions(+), 189 deletions(-)
 create mode 100644 lib/igt_hwmon.c
 create mode 100644 lib/igt_hwmon.h
 create mode 100644 lib/igt_power.c
 rename lib/{igt_rapl.h => igt_power.h} (51%)
 delete mode 100644 lib/igt_rapl.c

-- 
2.38.0

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

end of thread, other threads:[~2022-10-14 14:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 15:13 [igt-dev] [PATCH i-g-t 0/8] Add hwmon energy support for dgfx Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon Ashutosh Dixit
2022-10-14  7:23   ` Petri Latvala
2022-10-14 14:03     ` Dixit, Ashutosh
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 2/8] lib/igt_power: Rename lib igt_rapl with igt_power Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 3/8] lib/igt_power: Add hwmon interface to igt_power Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 4/8] i915/i915_pm_rc6_residency: Add energy support for dgfx Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 5/8] i915/gem_exec_schedule: " Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 6/8] i915/gem_exec_whisper: " Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 7/8] lib/igt_power: clean-up igt_power library Ashutosh Dixit
2022-10-13 15:14 ` [igt-dev] [PATCH i-g-t 8/8] HAX: run i915_pm_rc6_residency tests in BAT Ashutosh Dixit
2022-10-13 16:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for Add hwmon energy support for dgfx (rev4) Patchwork

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