summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/alib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/alib.h b/src/soc/amd/common/block/include/amdblocks/alib.h
index a59ba8b153..e11b1ae95b 100644
--- a/src/soc/amd/common/block/include/amdblocks/alib.h
+++ b/src/soc/amd/common/block/include/amdblocks/alib.h
@@ -6,4 +6,16 @@
#define ALIB_FUNCTION_REPORT_AC_DC_STATE 0x1
#define ALIB_FUNCTION_DYNAMIC_POWER_THERMAL_CONFIG 0xc
+#ifndef __ACPI__
+
+/* parameter IDs for the ALIB_FUNCTION_DYNAMIC_POWER_THERMAL_CONFIG function */
+enum alib_dptc_parameter_ids {
+ ALIB_DPTC_THERMAL_CONTROL_LIMIT_ID = 0x3,
+ ALIB_DPTC_SUSTAINED_POWER_LIMIT_ID = 0x5,
+ ALIB_DPTC_FAST_PPT_LIMIT_ID = 0x6,
+ ALIB_DPTC_SLOW_PPT_LIMIT_ID = 0x7,
+};
+
+#endif /* !__ACPI__ */
+
#endif /* AMD_COMMON_ALIB_H */