Searched refs:slope2 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | sislands_smc.h | 256 int16_t slope2; member
|
| H A D | si_dpm.c | 5979 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6007 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in si_thermal_setup_fan_table() 6014 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
|
| H A D | ci_dpm.c | 933 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 961 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in ci_thermal_setup_fan_table() 968 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | sislands_smc.h | 252 int16_t slope2; member
|
| H A D | si_dpm.c | 6535 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6563 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in si_thermal_setup_fan_table() 6569 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 2091 uint16_t fdo_min, slope1, slope2; in iceland_thermal_setup_fan_table() local 2128 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in iceland_thermal_setup_fan_table() 2135 fan_table.Slope2 = cpu_to_be16(slope2); in iceland_thermal_setup_fan_table()
|
| H A D | fiji_smumgr.c | 2135 uint16_t fdo_min, slope1, slope2; in fiji_thermal_setup_fan_table() local 2177 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in fiji_thermal_setup_fan_table() 2187 fan_table.Slope2 = cpu_to_be16(slope2); in fiji_thermal_setup_fan_table()
|
| H A D | polaris10_smumgr.c | 2173 uint16_t fdo_min, slope1, slope2; in polaris10_thermal_setup_fan_table() local 2219 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in polaris10_thermal_setup_fan_table() 2229 fan_table.Slope2 = cpu_to_be16(slope2); in polaris10_thermal_setup_fan_table()
|
| H A D | tonga_smumgr.c | 2467 uint16_t fdo_min, slope1, slope2; in tonga_thermal_setup_fan_table() local 2513 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in tonga_thermal_setup_fan_table() 2520 fan_table.Slope2 = cpu_to_be16(slope2); in tonga_thermal_setup_fan_table()
|