summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-06-06 08:59:23 -0500
committerDean Sanner <dsanner@us.ibm.com>2017-07-13 09:22:56 -0400
commit86ce314365a363fee2f5e4d305ebcc1c96f47016 (patch)
tree4ed0f767c679af4a9080791625b18520de24fc6f /src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H
parentca09235b153200ba9eae13c3ad9e637c8033d84f (diff)
downloadtalos-hostboot-86ce314365a363fee2f5e4d305ebcc1c96f47016.tar.gz
talos-hostboot-86ce314365a363fee2f5e4d305ebcc1c96f47016.zip
PSTATE: VDM Jump slopes calculation
- Added Jump slope calcultion - Added VDM members to GPPB structure - rebased - rebased Change-Id: I058921257ba728d09b3f54b419b2eb6b25e2163c RTC:174959 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41418 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41421 Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Tested-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H
index e8b780a8e..a758f1e1d 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.H
@@ -607,6 +607,12 @@ void p9_pstate_compute_PsVIDCompSlopes_slopes(PoundW_data i_data,
void p9_pstate_compute_PsVDMThreshSlopes(LocalPstateParmBlock* io_lppb,
uint8_t* i_pstate);
+// p9_pstate_compute_PsVDMJumpSlopes
+//
+void p9_pstate_compute_PsVDMJumpSlopes(
+ LocalPstateParmBlock* io_lppb,
+ uint8_t* i_pstate);
+
// p9_pstate_wof_initialization
void p9_pstate_wof_initialization (const GlobalPstateParmBlock* i_gppb,
uint8_t* o_buf,
OpenPOWER on IntegriCloud