Home
last modified time | relevance | path

Searched refs:advanceFanControlParameters (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/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 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 in vega10_thermal_setup_fan_table()
[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 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 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 in init_thermal_controller()
[all...]
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 in smu7_thermal_parameter_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_thermal.c80 advanceFanControlParameters.usMaxFanRPM != 0) in vega10_fan_ctrl_get_fan_speed_percent()
83 advanceFanControlParameters.usMaxFanRPM; in vega10_fan_ctrl_get_fan_speed_percent()
524 advanceFanControlParameters.usMaxFanRPM; in vega10_thermal_setup_fan_table()
526 advanceFanControlParameters.usFanRPMMaxLimit; in vega10_thermal_setup_fan_table()
528 advanceFanControlParameters.ulMinFanSCLKAcousticLimit); in vega10_thermal_setup_fan_table()
530 advanceFanControlParameters.usTMax; in vega10_thermal_setup_fan_table()
538 advanceFanControlParameters.usPWMMin * 255 / 100; in vega10_thermal_setup_fan_table()
540 advanceFanControlParameters.ulTargetGfxClk); in vega10_thermal_setup_fan_table()
542 advanceFanControlParameters.usFanGainEdge; in vega10_thermal_setup_fan_table()
544 advanceFanControlParameters in vega10_thermal_setup_fan_table()
[all...]
H A Dprocess_pptables_v1_0.c933 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay in init_thermal_controller()
941 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst in init_thermal_controller()
943 hwmgr->thermal_controller.advanceFanControlParameters.usTMin in init_thermal_controller()
945 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
947 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh in init_thermal_controller()
949 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin in init_thermal_controller()
951 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed in init_thermal_controller()
953 hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh in init_thermal_controller()
955 hwmgr->thermal_controller.advanceFanControlParameters.usTMax in init_thermal_controller()
957 hwmgr->thermal_controller.advanceFanControlParameters in init_thermal_controller()
[all...]
H A Dvega10_processpptables.c153 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay in init_thermal_controller()
177 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
179 hwmgr->thermal_controller.advanceFanControlParameters.usMaxFanRPM = in init_thermal_controller()
181 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMaxLimit = in init_thermal_controller()
183 hwmgr->thermal_controller.advanceFanControlParameters.ulMinFanSCLKAcousticLimit = in init_thermal_controller()
185 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = in init_thermal_controller()
187 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
189 hwmgr->thermal_controller.advanceFanControlParameters.ulTargetGfxClk = in init_thermal_controller()
191 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainEdge = in init_thermal_controller()
193 hwmgr->thermal_controller.advanceFanControlParameters in init_thermal_controller()
[all...]
H A Dprocesspptables.c1028 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst = in init_thermal_controller()
1030 hwmgr->thermal_controller.advanceFanControlParameters.usTMin = in init_thermal_controller()
1032 hwmgr->thermal_controller.advanceFanControlParameters.usTMed = in init_thermal_controller()
1034 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh = in init_thermal_controller()
1036 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin = in init_thermal_controller()
1038 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed = in init_thermal_controller()
1040 hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh = in init_thermal_controller()
1042 hwmgr->thermal_controller.advanceFanControlParameters.usTMax = 10900; in init_thermal_controller()
1043 hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay = 100000; in init_thermal_controller()
1053 hwmgr->thermal_controller.advanceFanControlParameters in init_thermal_controller()
[all...]
H A Dsmu7_thermal.c160 advanceFanControlParameters.usMaxFanRPM); in smu7_fan_ctrl_start_smc_fan_control()
164 advanceFanControlParameters.usMaxFanPWM); in smu7_fan_ctrl_start_smc_fan_control()
172 advanceFanControlParameters.ucTargetTemperature) in smu7_fan_ctrl_start_smc_fan_control()
176 advanceFanControlParameters.ucTargetTemperature, in smu7_fan_ctrl_start_smc_fan_control()
H A Dsmu7_hwmgr.c2273 hwmgr->thermal_controller.advanceFanControlParameters.ucFanControlMode) { in smu7_thermal_parameter_init()
2274 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMinLimit = in smu7_thermal_parameter_init()
2275 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucMinimumPWMLimit; in smu7_thermal_parameter_init()
2277 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMMaxLimit = in smu7_thermal_parameter_init()
2278 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.usDefaultMaxFanPWM; in smu7_thermal_parameter_init()
2280 hwmgr->thermal_controller.advanceFanControlParameters.usFanPWMStep = 1; in smu7_thermal_parameter_init()
2282 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMaxLimit = 100; in smu7_thermal_parameter_init()
2284 hwmgr->thermal_controller.advanceFanControlParameters.usFanRPMMinLimit = in smu7_thermal_parameter_init()
2285 (uint16_t)hwmgr->thermal_controller.advanceFanControlParameters.ucMinimumPWMLimit; in smu7_thermal_parameter_init()
2287 hwmgr->thermal_controller.advanceFanControlParameters in smu7_thermal_parameter_init()
[all...]
H 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c497 &hwmgr->thermal_controller.advanceFanControlParameters; in fiji_populate_bapm_parameters_in_dpm_table()
644 if ((hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
646 0 == hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
648 hwmgr->thermal_controller.advanceFanControlParameters. in fiji_populate_fuzzy_fan()
650 advanceFanControlParameters.usDefaultFanOutputSensitivity; in fiji_populate_fuzzy_fan()
654 advanceFanControlParameters.usFanOutputSensitivity); in fiji_populate_fuzzy_fan()
2163 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters. in fiji_thermal_setup_fan_table()
2168 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()
2169 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in fiji_thermal_setup_fan_table()
2170 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters in fiji_thermal_setup_fan_table()
[all...]
H A Dpolaris10_smumgr.c435 &hwmgr->thermal_controller.advanceFanControlParameters; in polaris10_populate_bapm_parameters_in_dpm_table()
545 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in polaris10_populate_fuzzy_fan()
546 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in polaris10_populate_fuzzy_fan()
547 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in polaris10_populate_fuzzy_fan()
548 hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in polaris10_populate_fuzzy_fan()
551 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in polaris10_populate_fuzzy_fan()
2103 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters. in polaris10_thermal_setup_fan_table()
2108 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in polaris10_thermal_setup_fan_table()
2109 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in polaris10_thermal_setup_fan_table()
2110 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters in polaris10_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 in tonga_thermal_setup_fan_table()
[all...]
H A Diceland_smumgr.c2117 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in iceland_thermal_setup_fan_table()
2121 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in iceland_thermal_setup_fan_table()
2122 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in iceland_thermal_setup_fan_table()
2124 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin; in iceland_thermal_setup_fan_table()
2125 pwm_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed; in iceland_thermal_setup_fan_table()
2130 fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters in iceland_thermal_setup_fan_table()
[all...]
H 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 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in ci_thermal_setup_fan_table()
2161 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()
2163 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters in ci_thermal_setup_fan_table()
[all...]
H A Dvegam_smumgr.c1449 &hwmgr->thermal_controller.advanceFanControlParameters; in vegam_populate_bapm_parameters_in_dpm_table()
1804 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in vegam_populate_fuzzy_fan()
1805 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in vegam_populate_fuzzy_fan()
1806 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in vegam_populate_fuzzy_fan()
1807 hwmgr->thermal_controller.advanceFanControlParameters.usDefaultFanOutputSensitivity; in vegam_populate_fuzzy_fan()
1810 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in vegam_populate_fuzzy_fan()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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 in fiji_thermal_setup_fan_table()
[all...]
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 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 in tonga_thermal_setup_fan_table()
[all...]
H A Diceland_smumgr.c2117 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in iceland_thermal_setup_fan_table()
2121 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in iceland_thermal_setup_fan_table()
2122 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in iceland_thermal_setup_fan_table()
2124 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin; in iceland_thermal_setup_fan_table()
2125 pwm_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed; in iceland_thermal_setup_fan_table()
2130 fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters in iceland_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 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in ci_thermal_setup_fan_table()
2162 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()
2164 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters in ci_thermal_setup_fan_table()
[all...]
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()

Completed in 58 milliseconds

12