All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v6 00/10] D3Cold Tool & IGT
@ 2022-05-16 15:12 Anshuman Gupta
  2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 01/10] test/i915_pm_rpm: Add placement to gem-{mmap-type, execbuf} Anshuman Gupta
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Anshuman Gupta @ 2022-05-16 15:12 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, badal.nilawar, rodrigo.vivi

This series adds support for D3Cold Tool and IGT.

v6 rev has addressed the review comment mentioned in
commit version log.

Anshuman Gupta (10):
  test/i915_pm_rpm: Add placement to gem-{mmap-type, execbuf}
  lib/igt_device: Get gfx PCI card root port
  lib/igt_pm: D3Cold runtime pm infrastructure
  lib: Optional autosuspend_delay_ms configuration
  tools: Add intel_pm_rpm tool
  tools/intel_pm_rpm: Add an option to setup d3cold
  i915_pm_rpm: Add D3Cold basic subtest
  i915_pm_rpm: Extend gem_exec_stress test with D3Cold
  i915_pm_rpm: Extend gem_execbuf test with D3Cold
  i915_pm_rpm: Extend gem-mmap-type test with D3Cold

 lib/igt_device.c         |  28 ++++
 lib/igt_device.h         |   1 +
 lib/igt_pm.c             | 346 +++++++++++++++++++++++++++++++++++++++
 lib/igt_pm.h             |  25 +++
 tests/i915/i915_pm_rpm.c | 199 +++++++++++++++++++++-
 tools/intel_pm_rpm.c     | 250 ++++++++++++++++++++++++++++
 tools/meson.build        |   1 +
 7 files changed, 841 insertions(+), 9 deletions(-)
 create mode 100644 tools/intel_pm_rpm.c

-- 
2.26.2

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

end of thread, other threads:[~2022-05-17 11:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 15:12 [igt-dev] [PATCH i-g-t v6 00/10] D3Cold Tool & IGT Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 01/10] test/i915_pm_rpm: Add placement to gem-{mmap-type, execbuf} Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 02/10] lib/igt_device: Get gfx PCI card root port Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 03/10] lib/igt_pm: D3Cold runtime pm infrastructure Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 04/10] lib: Optional autosuspend_delay_ms configuration Anshuman Gupta
2022-05-17 11:38   ` Nilawar, Badal
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 05/10] tools: Add intel_pm_rpm tool Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 06/10] tools/intel_pm_rpm: Add an option to setup d3cold Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 07/10] i915_pm_rpm: Add D3Cold basic subtest Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 08/10] i915_pm_rpm: Extend gem_exec_stress test with D3Cold Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 09/10] i915_pm_rpm: Extend gem_execbuf " Anshuman Gupta
2022-05-16 15:12 ` [igt-dev] [PATCH i-g-t v6 10/10] i915_pm_rpm: Extend gem-mmap-type " Anshuman Gupta
2022-05-16 18:07 ` [igt-dev] ✓ Fi.CI.BAT: success for D3Cold Tool & IGT (rev6) Patchwork
2022-05-16 21:59 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.