Searched refs:slope2 (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | sislands_smc.h | 256 int16_t slope2; member
|
D | si_dpm.c | 6016 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6044 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in si_thermal_setup_fan_table() 6051 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 938 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 966 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in ci_thermal_setup_fan_table() 973 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | sislands_smc.h | 252 int16_t slope2; member
|
D | si_dpm.c | 6490 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6518 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in si_thermal_setup_fan_table() 6524 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
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()
|
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()
|
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()
|
D | ci_smumgr.c | 2131 uint16_t fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 2168 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in ci_thermal_setup_fan_table() 2175 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
|
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()
|