Searched refs:fdo_min (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | sislands_smc.h | 258 int16_t fdo_min; member
|
D | si_dpm.c | 6468 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6487 fdo_min = (u16)tmp64; in si_thermal_setup_fan_table() 6503 fan_table.fdo_min = cpu_to_be16(fdo_min); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 1100 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 1120 fdo_min = (u16)tmp64; in ci_thermal_setup_fan_table() 1138 fan_table.FdoMin = cpu_to_be16(fdo_min); in ci_thermal_setup_fan_table()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | sislands_smc.h | 258 int16_t fdo_min; member
|
D | si_dpm.c | 6031 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6050 fdo_min = (u16)tmp64; in si_thermal_setup_fan_table() 6068 fan_table.fdo_min = cpu_to_be16(fdo_min); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 961 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 980 fdo_min = (u16)tmp64; in ci_thermal_setup_fan_table() 998 fan_table.FdoMin = cpu_to_be16(fdo_min); in ci_thermal_setup_fan_table()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smumgr.c | 2149 uint16_t fdo_min, slope1, slope2; in fiji_thermal_setup_fan_table() local 2178 fdo_min = (uint16_t)tmp64; in fiji_thermal_setup_fan_table() 2203 fan_table.FdoMin = cpu_to_be16(fdo_min); in fiji_thermal_setup_fan_table()
|
D | iceland_smumgr.c | 2090 uint16_t fdo_min, slope1, slope2; in iceland_thermal_setup_fan_table() local 2118 fdo_min = (uint16_t)tmp64; in iceland_thermal_setup_fan_table() 2136 fan_table.FdoMin = cpu_to_be16(fdo_min); in iceland_thermal_setup_fan_table()
|
D | polaris10_smumgr.c | 1996 uint16_t fdo_min, slope1, slope2; in polaris10_thermal_setup_fan_table() local 2025 fdo_min = (uint16_t)tmp64; in polaris10_thermal_setup_fan_table() 2050 fan_table.FdoMin = cpu_to_be16(fdo_min); in polaris10_thermal_setup_fan_table()
|
D | ci_smumgr.c | 2127 uint16_t fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 2155 fdo_min = (uint16_t)tmp64; in ci_thermal_setup_fan_table() 2173 fan_table.FdoMin = cpu_to_be16(fdo_min); in ci_thermal_setup_fan_table()
|
D | tonga_smumgr.c | 2456 uint16_t fdo_min, slope1, slope2; in tonga_thermal_setup_fan_table() local 2489 fdo_min = (uint16_t)tmp64; in tonga_thermal_setup_fan_table() 2511 fan_table.FdoMin = cpu_to_be16(fdo_min); in tonga_thermal_setup_fan_table()
|