From: Anshuman Gupta <anshuman.gupta@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: sujaritha.sundaresan@intel.com, rodrigo.vivi@intel.com
Subject: [Intel-xe] [PATCH v6 0/5] D3Cold Policy
Date: Tue, 18 Jul 2023 13:36:58 +0530 [thread overview]
Message-ID: <20230718080703.239343-1-anshuman.gupta@intel.com> (raw)
Adding Xe d3cold policy support.
v5 -> v6:
- No functional change, only code comment and commit log
improvements.
Anshuman Gupta (5):
drm/xe/pm: Add pci d3cold_capable support
drm/xe/pm: Refactor xe_pm_runtime_init
drm/xe/pm: Add vram_d3cold_threshold Sysfs
xe/drm/pm: Toggle d3cold_allowed using vram_usages
drm/xe/pm: Init pcode and restore vram on power lost
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/xe_device_sysfs.c | 89 ++++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_device_sysfs.h | 13 ++++
drivers/gpu/drm/xe/xe_device_types.h | 26 +++++++-
drivers/gpu/drm/xe/xe_guc.c | 27 ++++++++
drivers/gpu/drm/xe/xe_guc.h | 1 +
drivers/gpu/drm/xe/xe_pci.c | 62 +++++++++++++-----
drivers/gpu/drm/xe/xe_pm.c | 94 ++++++++++++++++++++++++++--
drivers/gpu/drm/xe/xe_pm.h | 6 +-
9 files changed, 297 insertions(+), 22 deletions(-)
create mode 100644 drivers/gpu/drm/xe/xe_device_sysfs.c
create mode 100644 drivers/gpu/drm/xe/xe_device_sysfs.h
--
2.38.0
next reply other threads:[~2023-07-18 8:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 8:06 Anshuman Gupta [this message]
2023-07-18 8:06 ` [Intel-xe] [PATCH v6 1/5] drm/xe/pm: Add pci d3cold_capable support Anshuman Gupta
2023-07-18 8:07 ` [Intel-xe] [PATCH v6 2/5] drm/xe/pm: Refactor xe_pm_runtime_init Anshuman Gupta
2023-07-18 8:07 ` [Intel-xe] [PATCH v6 3/5] drm/xe/pm: Add vram_d3cold_threshold Sysfs Anshuman Gupta
2023-07-18 8:07 ` [Intel-xe] [PATCH v6 4/5] xe/drm/pm: Toggle d3cold_allowed using vram_usages Anshuman Gupta
2023-07-18 8:07 ` [Intel-xe] [PATCH v6 5/5] drm/xe/pm: Init pcode and restore vram on power lost Anshuman Gupta
2023-07-18 8:50 ` [Intel-xe] ✓ CI.Patch_applied: success for D3Cold Policy (rev8) Patchwork
2023-07-18 8:50 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-18 8:51 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-18 8:55 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-18 8:56 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-18 8:57 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-07-18 9:31 ` [Intel-xe] ○ CI.BAT: info " 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=20230718080703.239343-1-anshuman.gupta@intel.com \
--to=anshuman.gupta@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
--cc=sujaritha.sundaresan@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox