Searched refs:fV_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 668 fInt fV_min, fV_max, fT_prod, fLKG_Factor, fT_FT, fV_FT, fV_x, fTDP_Power, fTDP_Power_right, fTDP_Power_left, fTDP_Current, fV_NL; 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 in atomctrl_calculate_voltage_evv_on_sclk() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 707 fInt fV_min, fV_max, fT_prod, fLKG_Factor, fT_FT, fV_FT, fV_x, fTDP_Power, fTDP_Power_right, fTDP_Power_left, fTDP_Current, fV_NL; 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 in atomctrl_calculate_voltage_evv_on_sclk() [all...] |
Completed in 5 milliseconds