Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dfiji_smumgr.c2193 fan_table.TempMin = cpu_to_be16((50 + hwmgr-> in fiji_thermal_setup_fan_table()
2195 fan_table.TempMed = cpu_to_be16((50 + hwmgr-> in fiji_thermal_setup_fan_table()
2197 fan_table.TempMax = cpu_to_be16((50 + hwmgr-> in fiji_thermal_setup_fan_table()
2200 fan_table.Slope1 = cpu_to_be16(slope1); in fiji_thermal_setup_fan_table()
2201 fan_table.Slope2 = cpu_to_be16(slope2); in fiji_thermal_setup_fan_table()
2203 fan_table.FdoMin = cpu_to_be16(fdo_min); in fiji_thermal_setup_fan_table()
2205 fan_table.HystDown = cpu_to_be16(hwmgr-> in fiji_thermal_setup_fan_table()
2208 fan_table.HystUp = cpu_to_be16(1); in fiji_thermal_setup_fan_table()
2210 fan_table.HystSlope = cpu_to_be16(1); in fiji_thermal_setup_fan_table()
2212 fan_table.TempRespLim = cpu_to_be16(5); in fiji_thermal_setup_fan_table()
[all …]
H A Dpolaris10_smumgr.c2064 fan_table.TempMin = cpu_to_be16((50 + hwmgr-> in polaris10_thermal_setup_fan_table()
2066 fan_table.TempMed = cpu_to_be16((50 + hwmgr-> in polaris10_thermal_setup_fan_table()
2068 fan_table.TempMax = cpu_to_be16((50 + hwmgr-> in polaris10_thermal_setup_fan_table()
2071 fan_table.Slope1 = cpu_to_be16(slope1); in polaris10_thermal_setup_fan_table()
2072 fan_table.Slope2 = cpu_to_be16(slope2); in polaris10_thermal_setup_fan_table()
2074 fan_table.FdoMin = cpu_to_be16(fdo_min); in polaris10_thermal_setup_fan_table()
2076 fan_table.HystDown = cpu_to_be16(hwmgr-> in polaris10_thermal_setup_fan_table()
2079 fan_table.HystUp = cpu_to_be16(1); in polaris10_thermal_setup_fan_table()
2081 fan_table.HystSlope = cpu_to_be16(1); in polaris10_thermal_setup_fan_table()
2083 fan_table.TempRespLim = cpu_to_be16(5); in polaris10_thermal_setup_fan_table()
[all …]
H A Diceland_smumgr.c2088 SMU71_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE }; in iceland_thermal_setup_fan_table() local
2130fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in iceland_thermal_setup_fan_table()
2134 fan_table.Slope1 = cpu_to_be16(slope1); in iceland_thermal_setup_fan_table()
2135 fan_table.Slope2 = cpu_to_be16(slope2); in iceland_thermal_setup_fan_table()
2137 fan_table.FdoMin = cpu_to_be16(fdo_min); in iceland_thermal_setup_fan_table()
2139 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in iceland_thermal_setup_fan_table()
2141 fan_table.HystUp = cpu_to_be16(1); in iceland_thermal_setup_fan_table()
2143 fan_table.HystSlope = cpu_to_be16(1); in iceland_thermal_setup_fan_table()
2145 fan_table.TempRespLim = cpu_to_be16(5); in iceland_thermal_setup_fan_table()
2151 fan_table.FdoMax = cpu_to_be16((uint16_t)duty100); in iceland_thermal_setup_fan_table()
[all …]
H A Dtonga_smumgr.c2454 SMU72_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE }; in tonga_thermal_setup_fan_table() local
2509 fan_table.Slope1 = cpu_to_be16(slope1); in tonga_thermal_setup_fan_table()
2510 fan_table.Slope2 = cpu_to_be16(slope2); in tonga_thermal_setup_fan_table()
2512 fan_table.FdoMin = cpu_to_be16(fdo_min); in tonga_thermal_setup_fan_table()
2516 fan_table.HystUp = cpu_to_be16(1); in tonga_thermal_setup_fan_table()
2518 fan_table.HystSlope = cpu_to_be16(1); in tonga_thermal_setup_fan_table()
2520 fan_table.TempRespLim = cpu_to_be16(5); in tonga_thermal_setup_fan_table()
2526 fan_table.FdoMax = cpu_to_be16((uint16_t)duty100); in tonga_thermal_setup_fan_table()
2530 fan_table.FanControl_GL_Flag = 1; in tonga_thermal_setup_fan_table()
2534 (uint8_t *)&fan_table, in tonga_thermal_setup_fan_table()
[all …]
H A Dci_smumgr.c2125 SMU7_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE }; in ci_thermal_setup_fan_table() local
2167fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in ci_thermal_setup_fan_table()
2171 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
2172 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
2174 fan_table.FdoMin = cpu_to_be16(fdo_min); in ci_thermal_setup_fan_table()
2176 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in ci_thermal_setup_fan_table()
2178 fan_table.HystUp = cpu_to_be16(1); in ci_thermal_setup_fan_table()
2180 fan_table.HystSlope = cpu_to_be16(1); in ci_thermal_setup_fan_table()
2182 fan_table.TempRespLim = cpu_to_be16(5); in ci_thermal_setup_fan_table()
2188 fan_table.FdoMax = cpu_to_be16((uint16_t)duty100); in ci_thermal_setup_fan_table()
[all …]
H A Dvegam_smumgr.c1453 struct pp_advance_fan_control_parameters *fan_table = in vegam_populate_bapm_parameters_in_dpm_table() local
1471 scale_fan_gain_settings(fan_table->usFanGainEdge)); in vegam_populate_bapm_parameters_in_dpm_table()
1473 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in vegam_populate_bapm_parameters_in_dpm_table()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c888 const PPTable_Generic_SubTable_Header *fan_table; in init_thermal_controller() local
924 fan_table = (const PPTable_Generic_SubTable_Header *) in init_thermal_controller()
930 PP_ASSERT_WITH_CODE((0 < fan_table->ucRevId), in init_thermal_controller()
938 if (fan_table->ucRevId < 8) { in init_thermal_controller()
940 (ATOM_Tonga_Fan_Table *)fan_table; in init_thermal_controller()
977 (ATOM_Fiji_Fan_Table *)fan_table; in init_thermal_controller()
/dragonfly/sys/dev/drm/radeon/
H A Dci_dpm.c994 SMU7_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE }; in ci_thermal_setup_fan_table() local
1031 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
1032 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
1034 fan_table.FdoMin = cpu_to_be16(fdo_min); in ci_thermal_setup_fan_table()
1038 fan_table.HystUp = cpu_to_be16(1); in ci_thermal_setup_fan_table()
1040 fan_table.HystSlope = cpu_to_be16(1); in ci_thermal_setup_fan_table()
1042 fan_table.TempRespLim = cpu_to_be16(5); in ci_thermal_setup_fan_table()
1049 fan_table.FdoMax = cpu_to_be16((u16)duty100); in ci_thermal_setup_fan_table()
1052 fan_table.TempSrc = (uint8_t)tmp; in ci_thermal_setup_fan_table()
1056 (u8 *)(&fan_table), in ci_thermal_setup_fan_table()
[all …]
H A Dsi_dpm.c6029 PP_SIslands_FanTable fan_table = { FDO_MODE_HARDWARE }; in si_thermal_setup_fan_table() local
6066 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
6067 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
6069 fan_table.fdo_min = cpu_to_be16(fdo_min); in si_thermal_setup_fan_table()
6073 fan_table.hys_up = cpu_to_be16(1); in si_thermal_setup_fan_table()
6075 fan_table.hys_slope = cpu_to_be16(1); in si_thermal_setup_fan_table()
6077 fan_table.temp_resp_lim = cpu_to_be16(5); in si_thermal_setup_fan_table()
6084 fan_table.fdo_max = cpu_to_be16((u16)duty100); in si_thermal_setup_fan_table()
6087 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()
6091 (u8 *)(&fan_table), in si_thermal_setup_fan_table()
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c6465 PP_SIslands_FanTable fan_table = { FDO_MODE_HARDWARE }; in si_thermal_setup_fan_table() local
6501 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
6502 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
6503 fan_table.fdo_min = cpu_to_be16(fdo_min); in si_thermal_setup_fan_table()
6505 fan_table.hys_up = cpu_to_be16(1); in si_thermal_setup_fan_table()
6506 fan_table.hys_slope = cpu_to_be16(1); in si_thermal_setup_fan_table()
6507 fan_table.temp_resp_lim = cpu_to_be16(5); in si_thermal_setup_fan_table()
6512 fan_table.fdo_max = cpu_to_be16((u16)duty100); in si_thermal_setup_fan_table()
6515 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()
6519 (u8 *)(&fan_table), in si_thermal_setup_fan_table()
[all …]