Home
last modified time | relevance | path

Searched refs:fV_x (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.c668 …fInt fV_min, fV_max, fT_prod, fLKG_Factor, fT_FT, fV_FT, fV_x, fTDP_Power, fTDP_Power_right, fTDP_… in atomctrl_calculate_voltage_evv_on_sclk() local
1035 fV_x = fV_min; in atomctrl_calculate_voltage_evv_on_sclk()
1037 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { in atomctrl_calculate_voltage_evv_on_sclk()
1039 fMultiply(fCACm_fused, fV_x), fCACb_fused), fSclk), in atomctrl_calculate_voltage_evv_on_sclk()
1040 fGetSquare(fV_x)), fDerateTDP); in atomctrl_calculate_voltage_evv_on_sclk()
1044 fT_prod), fKv_b_fused), fV_x)), fV_x))); in atomctrl_calculate_voltage_evv_on_sclk()
1054 fTDP_Current = fDivide(fTDP_Power, fV_x); in atomctrl_calculate_voltage_evv_on_sclk()
1056 fV_NL = fAdd(fV_x, fDivide(fMultiply(fTDP_Current, fRLL_LoadLine), in atomctrl_calculate_voltage_evv_on_sclk()
1069 fV_x = fAdd(fV_x, fStepSize); in atomctrl_calculate_voltage_evv_on_sclk()