From 854999aaca9b49263df09248fb830a9513a381d4 Mon Sep 17 00:00:00 2001 From: Andres Lugo-Reyes Date: Tue, 22 Aug 2017 16:19:04 -0500 Subject: Re-hardcode vratio and fratio to 1 Change-Id: I4a8ae2352394b1b19a2fc5a7708a6833460c4c6b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45159 Reviewed-by: William A. Bryan Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles Reviewed-by: Andres A. Lugo-Reyes --- src/occ_405/wof/wof.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/occ_405/wof') diff --git a/src/occ_405/wof/wof.c b/src/occ_405/wof/wof.c index 24dae92..2d4a166 100644 --- a/src/occ_405/wof/wof.c +++ b/src/occ_405/wof/wof.c @@ -674,9 +674,10 @@ void read_shared_sram( void ) g_wof->f_clip_freq = (proc_pstate2freq(g_wof->f_clip_ps))/1000; g_wof->v_clip = l_wofstate.fields.vclip_mv; - g_wof->f_ratio = l_wofstate.fields.fratio; - g_wof->v_ratio = l_wofstate.fields.vratio; - +// g_wof->f_ratio = l_wofstate.fields.fratio; +// g_wof->v_ratio = l_wofstate.fields.vratio; + g_wof->f_ratio = 1; + g_wof->v_ratio = 1; // Get the requested active quad update read_req_active_quads(); -- cgit v1.2.1