Skip to content

Commit

Permalink
Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'
Browse files Browse the repository at this point in the history
* pm-sleep:
  PM: sleep: spread "const char *" correctness
  PM: hibernate: fix white space in a few places
  freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for NFS
  PM: sleep: core: Emit changed uevent on wakeup_sysfs_add/remove

* pm-domains:
  PM: domains: Restore comment indentation for generic_pm_domain.child_links
  PM: domains: Fix up terminology with parent/child

* powercap:
  powercap: Add Power Limit4 support
  powercap: idle_inject: Replace play_idle() with play_idle_precise() in comments
  powercap: intel_rapl: add support for Sapphire Rapids

* pm-tools:
  pm-graph v5.7 - important s2idle fixes
  cpupower: Replace HTTP links with HTTPS ones
  cpupower: Fix NULL but dereferenced coccicheck errors
  cpupower: Fix comparing pointer to 0 coccicheck warns
  • Loading branch information
rafaeljw committed Aug 3, 2020
5 parents c81b30c + 02d7f40 + afb0367 + 8365a89 + 68f9b22 commit 86ba54f
Show file tree
Hide file tree
Showing 20 changed files with 411 additions and 249 deletions.
15 changes: 10 additions & 5 deletions Documentation/power/powercap/powercap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@ For example::
package-0
---------

The Intel RAPL technology allows two constraints, short term and long term,
with two different time windows to be applied to each power zone. Thus for
each zone there are 2 attributes representing the constraint names, 2 power
limits and 2 attributes representing the sizes of the time windows. Such that,
constraint_j_* attributes correspond to the jth constraint (j = 0,1).
Depending on different power zones, the Intel RAPL technology allows
one or multiple constraints like short term, long term and peak power,
with different time windows to be applied to each power zone.
All the zones contain attributes representing the constraint names,
power limits and the sizes of the time windows. Note that time window
is not applicable to peak power. Here, constraint_j_* attributes
correspond to the jth constraint (j = 0,1,2).

For example::

Expand All @@ -181,6 +183,9 @@ For example::
constraint_1_name
constraint_1_power_limit_uw
constraint_1_time_window_us
constraint_2_name
constraint_2_power_limit_uw
constraint_2_time_window_us

Power Zone Attributes
=====================
Expand Down
Loading

0 comments on commit 86ba54f

Please sign in to comment.