/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
sislands_smc.h | 259 int16_t slope2; member in struct:PP_SIslands_FanTable
|
amdgpu_si_dpm.c | 6476 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6504 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 6510 fan_table.slope2 = cpu_to_be16(slope2);
|
/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 2171 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 2178 fan_table.Slope2 = cpu_to_be16(slope2);
|
amdgpu_fiji_smumgr.c | 2142 uint16_t fdo_min, slope1, slope2; local in function:fiji_thermal_setup_fan_table 2184 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 2194 fan_table.Slope2 = cpu_to_be16(slope2);
|
amdgpu_iceland_smumgr.c | 2096 uint16_t fdo_min, slope1, slope2; local in function:iceland_thermal_setup_fan_table 2133 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 2140 fan_table.Slope2 = cpu_to_be16(slope2);
|
amdgpu_polaris10_smumgr.c | 2076 uint16_t fdo_min, slope1, slope2; local in function:polaris10_thermal_setup_fan_table 2122 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 2132 fan_table.Slope2 = cpu_to_be16(slope2);
|
amdgpu_tonga_smumgr.c | 2472 uint16_t fdo_min, slope1, slope2; local in function:tonga_thermal_setup_fan_table 2518 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 2525 fan_table.Slope2 = cpu_to_be16(slope2);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
sislands_smc.h | 259 int16_t slope2; member in struct:PP_SIslands_FanTable
|
radeon_ci_dpm.c | 967 u16 fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table 995 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 1002 fan_table.Slope2 = cpu_to_be16(slope2);
|
radeon_si_dpm.c | 6039 u16 fdo_min, slope1, slope2; local in function:si_thermal_setup_fan_table 6067 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); 6074 fan_table.slope2 = cpu_to_be16(slope2);
|