diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2017-04-25 19:46:30 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:30:28 -0500 |
| commit | 03e5a6f2151e689fa484f5e8964797e6b5b203f4 (patch) | |
| tree | 968cb4454d9b00fee4c1a3efedefb61f2f72d314 /import/chips/p9/common/pmlib/include | |
| parent | a604c25d6bc209c6fd9aa91045c1ce32b6bad83c (diff) | |
| download | talos-hcode-03e5a6f2151e689fa484f5e8964797e6b5b203f4.tar.gz talos-hcode-03e5a6f2151e689fa484f5e8964797e6b5b203f4.zip | |
PGPE: WOF Calculation Phase 1
Change-Id: I57e87ee310141a7d569371d9987005db1c3d0209
HW-Image-Prereq: I7718a529b8754ffc6fd8fdeb957eccee563110b6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39683
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/pmlib/include')
| -rw-r--r-- | import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h b/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h index 9911123c..0ce6968d 100644 --- a/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h +++ b/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h @@ -139,7 +139,7 @@ typedef struct ipcmsg_wof_vfrt uint8_t active_quads; // OCC updated with the Active Quads that it // is using for its Ceff calculations uint8_t pad; - VFRT_Hcode_t* vfrt_ptr; // Voltage Frequency Ratio Table + HomerVFRTLayout_t* homer_vfrt_ptr; } ipcmsg_wof_vfrt_t; |

