Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dprocess_pptables_v1_0.c966 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst in init_thermal_controller()
968 hwmgr->thermal_controller.advanceFanControlParameters.usTMin in init_thermal_controller()
970 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
980 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
982 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
1005 hwmgr->thermal_controller.advanceFanControlParameters.usTMin in init_thermal_controller()
1007 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
1017 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
1055 hwmgr->thermal_controller.advanceFanControlParameters.usTMin in init_thermal_controller()
1057 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
[all …]
A Dvega10_processpptables.c153 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay in init_thermal_controller()
179 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in init_thermal_controller()
185 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
187 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
201 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainPlx = in init_thermal_controller()
223 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in init_thermal_controller()
229 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
231 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
267 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in init_thermal_controller()
273 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
[all …]
A Dvega10_thermal.c80 advanceFanControlParameters.usMaxFanRPM != 0) in vega10_fan_ctrl_get_fan_speed_pwm()
83 advanceFanControlParameters.usMaxFanRPM; in vega10_fan_ctrl_get_fan_speed_pwm()
517 advanceFanControlParameters.usMaxFanRPM; in vega10_thermal_setup_fan_table()
523 advanceFanControlParameters.usTMax; in vega10_thermal_setup_fan_table()
533 advanceFanControlParameters.ulTargetGfxClk); in vega10_thermal_setup_fan_table()
535 advanceFanControlParameters.usFanGainEdge; in vega10_thermal_setup_fan_table()
539 advanceFanControlParameters.usFanGainLiquid; in vega10_thermal_setup_fan_table()
541 advanceFanControlParameters.usFanGainVrVddc; in vega10_thermal_setup_fan_table()
543 advanceFanControlParameters.usFanGainVrMvdd; in vega10_thermal_setup_fan_table()
545 advanceFanControlParameters.usFanGainPlx; in vega10_thermal_setup_fan_table()
[all …]
A Dprocesspptables.c1024 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst = in init_thermal_controller()
1026 hwmgr->thermal_controller.advanceFanControlParameters.usTMin = in init_thermal_controller()
1028 hwmgr->thermal_controller.advanceFanControlParameters.usTMed = in init_thermal_controller()
1030 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh = in init_thermal_controller()
1032 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
1034 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed = in init_thermal_controller()
1036 hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh = in init_thermal_controller()
1038 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = 10900; in init_thermal_controller()
1049 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
1101 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMLow = in init_thermal_controller()
[all …]
A Dsmu7_thermal.c157 advanceFanControlParameters.usMaxFanRPM); in smu7_fan_ctrl_start_smc_fan_control()
161 advanceFanControlParameters.usMaxFanPWM); in smu7_fan_ctrl_start_smc_fan_control()
169 advanceFanControlParameters.ucTargetTemperature) in smu7_fan_ctrl_start_smc_fan_control()
173 advanceFanControlParameters.ucTargetTemperature, in smu7_fan_ctrl_start_smc_fan_control()
180 hwmgr->thermal_controller.advanceFanControlParameters.ucEnableZeroRPM && in smu7_fan_ctrl_start_smc_fan_control()
A Dsmu7_hwmgr.c2521 hwmgr->thermal_controller.advanceFanControlParameters.ucFanControlMode) { in smu7_thermal_parameter_init()
2522 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMinLimit = in smu7_thermal_parameter_init()
2525 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMaxLimit = in smu7_thermal_parameter_init()
2528 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMStep = 1; in smu7_thermal_parameter_init()
2530 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMaxLimit = 100; in smu7_thermal_parameter_init()
2532 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMinLimit = in smu7_thermal_parameter_init()
2535 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMStep = 1; in smu7_thermal_parameter_init()
2544 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanPWM = in smu7_thermal_parameter_init()
2547 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in smu7_thermal_parameter_init()
4500 advanceFanControlParameters.usMaxFanPWM = us_max_fan_pwm; in smu7_set_max_fan_pwm_output()
[all …]
A Dvega12_hwmgr.c198 && hwmgr->thermal_controller.advanceFanControlParameters.usTMax) in vega12_set_features_platform_caps()
434 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM; in vega12_hwmgr_backend_init()
436 hwmgr->thermal_controller.advanceFanControlParameters.ucTargetTemperature; in vega12_hwmgr_backend_init()
438 hwmgr->thermal_controller.advanceFanControlParameters.ulMinFanSCLKAcousticLimit; in vega12_hwmgr_backend_init()
440 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMinLimit * in vega12_hwmgr_backend_init()
A Dvega10_hwmgr.c921 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM; in vega10_hwmgr_backend_init()
924 advanceFanControlParameters.ucTargetTemperature; in vega10_hwmgr_backend_init()
926 hwmgr->thermal_controller.advanceFanControlParameters. in vega10_hwmgr_backend_init()
930 advanceFanControlParameters.usFanPWMMinLimit * in vega10_hwmgr_backend_init()
A Dvega20_hwmgr.c224 hwmgr->thermal_controller.advanceFanControlParameters.usTMax) in vega20_set_features_platform_caps()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dpolaris10_smumgr.c437 &hwmgr->thermal_controller.advanceFanControlParameters; in polaris10_populate_bapm_parameters_in_dpm_table()
2203 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters. in polaris10_thermal_setup_fan_table()
2209 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in polaris10_thermal_setup_fan_table()
2211 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in polaris10_thermal_setup_fan_table()
2222 thermal_controller.advanceFanControlParameters.usTMin) / 100); in polaris10_thermal_setup_fan_table()
2234 thermal_controller.advanceFanControlParameters.ucTHyst); in polaris10_thermal_setup_fan_table()
2245 thermal_controller.advanceFanControlParameters.ulCycleDelay * in polaris10_thermal_setup_fan_table()
2259 advanceFanControlParameters.ucMinimumPWMLimit) in polaris10_thermal_setup_fan_table()
2263 advanceFanControlParameters.ucMinimumPWMLimit, in polaris10_thermal_setup_fan_table()
2267 advanceFanControlParameters.ulMinFanSCLKAcousticLimit) in polaris10_thermal_setup_fan_table()
[all …]
A Dfiji_smumgr.c496 &hwmgr->thermal_controller.advanceFanControlParameters; in fiji_populate_bapm_parameters_in_dpm_table()
643 if ((hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
645 0 == hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
647 hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
649 advanceFanControlParameters.usDefaultFanOutputSensitivity; in fiji_populate_fuzzy_fan()
653 advanceFanControlParameters.usFanOutputSensitivity); in fiji_populate_fuzzy_fan()
2192 thermal_controller.advanceFanControlParameters.ucTHyst); in fiji_thermal_setup_fan_table()
2217 advanceFanControlParameters.ucMinimumPWMLimit) in fiji_thermal_setup_fan_table()
2221 advanceFanControlParameters.ucMinimumPWMLimit, in fiji_thermal_setup_fan_table()
2225 advanceFanControlParameters.ulMinFanSCLKAcousticLimit) in fiji_thermal_setup_fan_table()
[all …]
A Dtonga_smumgr.c1947 if ((hwmgr->thermal_controller.advanceFanControlParameters. in tonga_populate_fuzzy_fan()
1950 hwmgr->thermal_controller.advanceFanControlParameters. in tonga_populate_fuzzy_fan()
1952 advanceFanControlParameters.usDefaultFanOutputSensitivity; in tonga_populate_fuzzy_fan()
1956 advanceFanControlParameters.usFanOutputSensitivity); in tonga_populate_fuzzy_fan()
2502 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()
2503 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in tonga_thermal_setup_fan_table()
2504 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - in tonga_thermal_setup_fan_table()
2505 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()
2507 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - in tonga_thermal_setup_fan_table()
2508 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin; in tonga_thermal_setup_fan_table()
[all …]
A Dci_smumgr.c565 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in ci_populate_fuzzy_fan()
566 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in ci_populate_fuzzy_fan()
567 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity; in ci_populate_fuzzy_fan()
569 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in ci_populate_fuzzy_fan()
2156 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in ci_thermal_setup_fan_table()
2160 …f1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.adva… in ci_thermal_setup_fan_table()
2161 …f2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.adv… in ci_thermal_setup_fan_table()
2163 …1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.adv… in ci_thermal_setup_fan_table()
2164 …2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.ad… in ci_thermal_setup_fan_table()
2169 …fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in ci_thermal_setup_fan_table()
[all …]
A Diceland_smumgr.c2117 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in iceland_thermal_setup_fan_table()
2121 …f1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.adva… in iceland_thermal_setup_fan_table()
2122 …f2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.adv… in iceland_thermal_setup_fan_table()
2124 …1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.adv… in iceland_thermal_setup_fan_table()
2125 …2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.ad… in iceland_thermal_setup_fan_table()
2130 …fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in iceland_thermal_setup_fan_table()
2131 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in iceland_thermal_setup_fan_table()
2132 …fan_table.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax… in iceland_thermal_setup_fan_table()
2139 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in iceland_thermal_setup_fan_table()
2149 …fan_table.RefreshPeriod = cpu_to_be32((hwmgr->thermal_controller.advanceFanControlParameters.ulCyc… in iceland_thermal_setup_fan_table()
A Dvegam_smumgr.c1449 &hwmgr->thermal_controller.advanceFanControlParameters; in vegam_populate_bapm_parameters_in_dpm_table()
1803 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in vegam_populate_fuzzy_fan()
1804 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in vegam_populate_fuzzy_fan()
1805 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in vegam_populate_fuzzy_fan()
1806 hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in vegam_populate_fuzzy_fan()
1809 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in vegam_populate_fuzzy_fan()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dhwmgr.h724 struct pp_advance_fan_control_parameters advanceFanControlParameters; member

Completed in 82 milliseconds