summaryrefslogtreecommitdiffstats
path: root/src/occ_405/gpu/gpu.c
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-01-30 15:35:23 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-01-31 17:06:49 -0500
commitc9954444fc8df5fa0bd79b57ce8a6434a7e0714e (patch)
tree20591093021552a9b7341e6e760500ffe6324626 /src/occ_405/gpu/gpu.c
parentf72f857b7e5ab25a5616b1655005b963405eb350 (diff)
downloadtalos-occ-c9954444fc8df5fa0bd79b57ce8a6434a7e0714e.tar.gz
talos-occ-c9954444fc8df5fa0bd79b57ce8a6434a7e0714e.zip
Calculate Pstate from a frequency starting at max frequency instead of min
Change-Id: Ic5c59d9a633a0c278b2dc20e3a04cefc13bd63dc CQ: SW415606 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52948 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/gpu/gpu.c')
-rwxr-xr-xsrc/occ_405/gpu/gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/gpu/gpu.c b/src/occ_405/gpu/gpu.c
index 72697eb..6e01d67 100755
--- a/src/occ_405/gpu/gpu.c
+++ b/src/occ_405/gpu/gpu.c
@@ -51,7 +51,7 @@
// Number calls with assumption the GPU SM task is called every other tick
#define GPU_TEMP_READ_1S ( 1000000 / (MICS_PER_TICK * 2) )
-#define GPU_TIMEOUT ( 5000000 / (MICS_PER_TICK *2) )
+#define GPU_TIMEOUT ( 10000000 / (MICS_PER_TICK *2) )
#define GPU_TICKS_TO_100MS ( 100000 / (MICS_PER_TICK * 2) )
#define GPU_TICKS_TO_1S ( 1000000 / (MICS_PER_TICK * 2) )
OpenPOWER on IntegriCloud