/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
sislands_smc.h | 258 int16_t slope1; member in struct:PP_SIslands_FanTable
|
amdgpu_si_dpm.c | 6476 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6503 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 6509 fan_table.slope1 = cpu_to_be16(slope1);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_ci_smumgr.c | 2134 uint16_t fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table 2170 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 2177 fan_table.Slope1 = cpu_to_be16(slope1);
|
amdgpu_fiji_smumgr.c | 2142 uint16_t fdo_min, slope1, slope2; local in function:fiji_thermal_setup_fan_table 2183 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 2193 fan_table.Slope1 = cpu_to_be16(slope1);
|
amdgpu_iceland_smumgr.c | 2096 uint16_t fdo_min, slope1, slope2; local in function:iceland_thermal_setup_fan_table 2132 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 2139 fan_table.Slope1 = cpu_to_be16(slope1);
|
amdgpu_polaris10_smumgr.c | 2076 uint16_t fdo_min, slope1, slope2; local in function:polaris10_thermal_setup_fan_table 2121 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 2131 fan_table.Slope1 = cpu_to_be16(slope1);
|
amdgpu_tonga_smumgr.c | 2472 uint16_t fdo_min, slope1, slope2; local in function:tonga_thermal_setup_fan_table 2517 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 2524 fan_table.Slope1 = cpu_to_be16(slope1);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
sislands_smc.h | 258 int16_t slope1; member in struct:PP_SIslands_FanTable
|
radeon_ci_dpm.c | 967 u16 fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table 994 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 1001 fan_table.Slope1 = cpu_to_be16(slope1);
|
radeon_si_dpm.c | 6039 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6066 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); 6073 fan_table.slope1 = cpu_to_be16(slope1);
|