From: Anshuman Gupta <anshuman.gupta@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com, badal.nilawar@intel.com, rodrigo.vivi@intel.com
Subject: [igt-dev] [PATCH i-g-t 0/6] D3Cold Tool
Date: Tue, 17 May 2022 19:01:06 +0530 [thread overview]
Message-ID: <20220517133112.25507-1-anshuman.gupta@intel.com> (raw)
Kernel d3cold feature is wip therefore spin off tool patches
from below series in order to merge it.
https://patchwork.freedesktop.org/series/102780/
Anshuman Gupta (6):
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
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 | 23 ++-
tools/intel_pm_rpm.c | 250 ++++++++++++++++++++++++++++
tools/meson.build | 1 +
7 files changed, 666 insertions(+), 8 deletions(-)
create mode 100644 tools/intel_pm_rpm.c
--
2.26.2
next reply other threads:[~2022-05-17 13:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-17 13:31 Anshuman Gupta [this message]
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 1/6] test/i915_pm_rpm: Add placement to gem-{mmap-type, execbuf} Anshuman Gupta
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 2/6] lib/igt_device: Get gfx PCI card root port Anshuman Gupta
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 3/6] lib/igt_pm: D3Cold runtime pm infrastructure Anshuman Gupta
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 4/6] lib: Optional autosuspend_delay_ms configuration Anshuman Gupta
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 5/6] tools: Add intel_pm_rpm tool Anshuman Gupta
2022-05-17 13:31 ` [igt-dev] [PATCH i-g-t 6/6] tools/intel_pm_rpm: Add an option to setup d3cold Anshuman Gupta
2022-05-17 14:34 ` [igt-dev] ✓ Fi.CI.BAT: success for D3Cold Tool Patchwork
2022-05-17 15:35 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-05-18 16:23 ` Gupta, Anshuman
2022-05-18 17:56 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220517133112.25507-1-anshuman.gupta@intel.com \
--to=anshuman.gupta@intel.com \
--cc=badal.nilawar@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
--cc=rodrigo.vivi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.