Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.c707 …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
1066 fV_x = fV_min; in atomctrl_calculate_voltage_evv_on_sclk()
1068 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { in atomctrl_calculate_voltage_evv_on_sclk()
1070 fMultiply(fCACm_fused, fV_x), fCACb_fused), fSclk), in atomctrl_calculate_voltage_evv_on_sclk()
1071 fGetSquare(fV_x)), fDerateTDP); in atomctrl_calculate_voltage_evv_on_sclk()
1075 fT_prod), fKv_b_fused), fV_x)), fV_x))); in atomctrl_calculate_voltage_evv_on_sclk()
1085 fTDP_Current = fDivide(fTDP_Power, fV_x); in atomctrl_calculate_voltage_evv_on_sclk()
1087 fV_NL = fAdd(fV_x, fDivide(fMultiply(fTDP_Current, fRLL_LoadLine), in atomctrl_calculate_voltage_evv_on_sclk()
1100 fV_x = fAdd(fV_x, fStepSize); in atomctrl_calculate_voltage_evv_on_sclk()