Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c958 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay in init_thermal_controller()
966 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()
972 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh in init_thermal_controller()
974 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin in init_thermal_controller()
976 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed in init_thermal_controller()
978 hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh in init_thermal_controller()
980 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
982 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
[all …]
H A Dvega10_processpptables.c152 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay in init_thermal_controller()
176 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
178 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in init_thermal_controller()
180 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMaxLimit = in init_thermal_controller()
182 hwmgr->thermal_controller.advanceFanControlParameters.ulMinFanSCLKAcousticLimit = in init_thermal_controller()
184 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
186 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
188 hwmgr->thermal_controller.advanceFanControlParameters.ulTargetGfxClk = in init_thermal_controller()
190 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainEdge = in init_thermal_controller()
192 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
[all …]
H A Dvega10_thermal.c516 advanceFanControlParameters.usMaxFanRPM; in vega10_thermal_setup_fan_table()
518 advanceFanControlParameters.usFanRPMMaxLimit; in vega10_thermal_setup_fan_table()
520 advanceFanControlParameters.ulMinFanSCLKAcousticLimit); in vega10_thermal_setup_fan_table()
522 advanceFanControlParameters.usTMax; in vega10_thermal_setup_fan_table()
530 advanceFanControlParameters.usPWMMin * 255 / 100; in vega10_thermal_setup_fan_table()
532 advanceFanControlParameters.ulTargetGfxClk); in vega10_thermal_setup_fan_table()
534 advanceFanControlParameters.usFanGainEdge; in vega10_thermal_setup_fan_table()
536 advanceFanControlParameters.usFanGainHotspot; in vega10_thermal_setup_fan_table()
538 advanceFanControlParameters.usFanGainLiquid; in vega10_thermal_setup_fan_table()
540 advanceFanControlParameters.usFanGainVrVddc; in vega10_thermal_setup_fan_table()
[all …]
H 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()
1039 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay = 100000; in init_thermal_controller()
1049 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
[all …]
H 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()
H A Dsmu7_hwmgr.c2571 hwmgr->thermal_controller.advanceFanControlParameters.ucFanControlMode) { in smu7_thermal_parameter_init()
2572 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMinLimit = in smu7_thermal_parameter_init()
2573 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucMinimumPWMLimit; in smu7_thermal_parameter_init()
2575 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMaxLimit = in smu7_thermal_parameter_init()
2576 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.usDefaultMaxFanPWM; in smu7_thermal_parameter_init()
2578 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMStep = 1; in smu7_thermal_parameter_init()
2580 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMaxLimit = 100; in smu7_thermal_parameter_init()
2582 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMinLimit = in smu7_thermal_parameter_init()
2583 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucMinimumPWMLimit; in smu7_thermal_parameter_init()
2585 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMStep = 1; in smu7_thermal_parameter_init()
[all …]
H A Dvega12_hwmgr.c197 && hwmgr->thermal_controller.advanceFanControlParameters.usTMax) in vega12_set_features_platform_caps()
443 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM; in vega12_hwmgr_backend_init()
445 hwmgr->thermal_controller.advanceFanControlParameters.ucTargetTemperature; in vega12_hwmgr_backend_init()
447 hwmgr->thermal_controller.advanceFanControlParameters.ulMinFanSCLKAcousticLimit; in vega12_hwmgr_backend_init()
449 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMinLimit * in vega12_hwmgr_backend_init()
H A Dvega10_hwmgr.c931 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM; in vega10_hwmgr_backend_init()
934 advanceFanControlParameters.ucTargetTemperature; in vega10_hwmgr_backend_init()
936 hwmgr->thermal_controller.advanceFanControlParameters. in vega10_hwmgr_backend_init()
940 advanceFanControlParameters.usFanPWMMinLimit * in vega10_hwmgr_backend_init()
H A Dvega20_hwmgr.c223 hwmgr->thermal_controller.advanceFanControlParameters.usTMax) in vega20_set_features_platform_caps()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c437 &hwmgr->thermal_controller.advanceFanControlParameters; in polaris10_populate_bapm_parameters_in_dpm_table()
480 ((uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucFanStopTemperature) << 8; in polaris10_populate_zero_rpm_parameters()
482 ((uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucFanStartTemperature) << 8; in polaris10_populate_zero_rpm_parameters()
484 if (hwmgr->thermal_controller.advanceFanControlParameters.ucEnableZeroRPM) { in polaris10_populate_zero_rpm_parameters()
562 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in polaris10_populate_fuzzy_fan()
563 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in polaris10_populate_fuzzy_fan()
564 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in polaris10_populate_fuzzy_fan()
565 hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in polaris10_populate_fuzzy_fan()
568 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in polaris10_populate_fuzzy_fan()
2203 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters. in polaris10_thermal_setup_fan_table()
[all …]
H 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()
2161 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters. in fiji_thermal_setup_fan_table()
2166 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()
2167 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in fiji_thermal_setup_fan_table()
2168 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - in fiji_thermal_setup_fan_table()
[all …]
H A Dtonga_smumgr.c1947 if ((hwmgr->thermal_controller.advanceFanControlParameters. in tonga_populate_fuzzy_fan()
1949 (hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity == 0)) 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()
2498 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in tonga_thermal_setup_fan_table()
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()
[all …]
H A Dci_smumgr.c566 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in ci_populate_fuzzy_fan()
567 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in ci_populate_fuzzy_fan()
568 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity; in ci_populate_fuzzy_fan()
570 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in ci_populate_fuzzy_fan()
2157 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in ci_thermal_setup_fan_table()
2161 …f1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.adva… in ci_thermal_setup_fan_table()
2162 …f2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.adv… in ci_thermal_setup_fan_table()
2164 …1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.adv… in ci_thermal_setup_fan_table()
2165 …2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.ad… in ci_thermal_setup_fan_table()
2170 …fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in ci_thermal_setup_fan_table()
[all …]
H 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()
H A Dvegam_smumgr.c1448 &hwmgr->thermal_controller.advanceFanControlParameters; in vegam_populate_bapm_parameters_in_dpm_table()
1802 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in vegam_populate_fuzzy_fan()
1803 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in vegam_populate_fuzzy_fan()
1804 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in vegam_populate_fuzzy_fan()
1805 hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in vegam_populate_fuzzy_fan()
1808 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in vegam_populate_fuzzy_fan()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h721 struct pp_advance_fan_control_parameters advanceFanControlParameters; member