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 v5 0/5] D3Cold Policy
Date: Thu, 13 Jul 2023 20:01:16 +0530 [thread overview]
Message-ID: <20230713143121.3901357-1-anshuman.gupta@intel.com> (raw)
Adding Xe d3cold policy support.
v4 -> v5:
- Fixed kernel-doc warnings to make CI happy.
- Fixed some cosmetics review comment.
changes has been described in patch 3,4 and 5 commit log.
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 | 86 +++++++++++++++++++++++++
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 | 95 ++++++++++++++++++++++++++--
drivers/gpu/drm/xe/xe_pm.h | 6 +-
9 files changed, 295 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-13 14:32 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 14:31 Anshuman Gupta [this message]
2023-07-13 14:31 ` [Intel-xe] [PATCH v5 1/5] drm/xe/pm: Add pci d3cold_capable support Anshuman Gupta
2023-07-13 14:31 ` [Intel-xe] [PATCH v5 2/5] drm/xe/pm: Refactor xe_pm_runtime_init Anshuman Gupta
2023-07-13 14:31 ` [Intel-xe] [PATCH v5 3/5] drm/xe/pm: Add vram_d3cold_threshold Sysfs Anshuman Gupta
2023-07-14 13:39 ` Rodrigo Vivi
2023-07-13 14:31 ` [Intel-xe] [PATCH v5 4/5] xe/drm/pm: Toggle d3cold_allowed using vram_usages Anshuman Gupta
2023-07-14 11:49 ` Nilawar, Badal
2023-07-14 12:02 ` Gupta, Anshuman
2023-07-14 12:20 ` Gupta, Anshuman
2023-07-13 14:31 ` [Intel-xe] [PATCH v5 5/5] drm/xe/pm: Init pcode and restore vram on power lost Anshuman Gupta
2023-07-13 20:41 ` Rodrigo Vivi
2023-07-14 11:06 ` Riana Tauro
2023-07-17 8:49 ` [Intel-xe] ✓ CI.Patch_applied: success for D3Cold Policy (rev6) Patchwork
2023-07-17 8:49 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-17 8:51 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-17 8:54 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-17 8:55 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-17 8:56 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-07-18 8:07 ` [Intel-xe] ✓ CI.Patch_applied: success for D3Cold Policy (rev7) Patchwork
2023-07-18 8:07 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-18 8:08 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-18 8:12 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-18 8:13 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-18 8:14 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-07-18 8:48 ` [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=20230713143121.3901357-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 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.