diff options
| author | 2021-12-27 16:51:12 +0100 | |
|---|---|---|
| committer | 2021-12-27 16:51:12 +0100 | |
| commit | 36fd3609d0dd768404c205c805893e63e078d201 (patch) | |
| tree | 26bbb1d45054504514e278abf206044591f0bec2 /include/linux | |
| parent | Merge tag 'dtpm-v5.17' of https://git.linaro.org/people/daniel.lezcano/linux (diff) | |
| parent | powercap: fix typo in a comment in idle_inject.c (diff) | |
Merge back earlier power capping changes for v5.17
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/intel_rapl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/intel_rapl.h b/include/linux/intel_rapl.h index 93780834fc8f..9f4b6f5b822f 100644 --- a/include/linux/intel_rapl.h +++ b/include/linux/intel_rapl.h @@ -58,6 +58,12 @@ enum rapl_primitives { THROTTLED_TIME, PRIORITY_LEVEL, + PSYS_POWER_LIMIT1, + PSYS_POWER_LIMIT2, + PSYS_PL1_ENABLE, + PSYS_PL2_ENABLE, + PSYS_TIME_WINDOW1, + PSYS_TIME_WINDOW2, /* below are not raw primitive data */ AVERAGE_POWER, NR_RAPL_PRIMITIVES, |
