Home
last modified time | relevance | path

Searched refs:usTMed (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h275 USHORT usTMed; /* The middle temperature where we change slopes. */ member
295 USHORT usTMed; /* The middle temperature where we change slopes. */ member
322 USHORT usTMed; /* The middle temperature where we change slopes. */ member
H A Dprocess_pptables_v1_0.c970 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
971 = le16_to_cpu(tonga_fan_table->usTMed); in init_thermal_controller()
1007 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
1008 = le16_to_cpu(fiji_fan_table->usTMed); in init_thermal_controller()
1057 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
1058 = le16_to_cpu(polaris_fan_table->usTMed); in init_thermal_controller()
H A Dprocesspptables.c1028 hwmgr->thermal_controller.advanceFanControlParameters.usTMed = in init_thermal_controller()
1029 le16_to_cpu(fan_table->usTMed); in init_thermal_controller()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h86 USHORT usTMed; // The middle temperature where we change slopes. member
H A Dr600_dpm.c895 rdev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/include/
H A Dpptable.h90 USHORT usTMed; // The middle temperature where we change slopes. member
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2166 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()
2169 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in fiji_thermal_setup_fan_table()
2182 thermal_controller.advanceFanControlParameters.usTMed) / 100); in fiji_thermal_setup_fan_table()
H A Diceland_smumgr.c2121 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in iceland_thermal_setup_fan_table()
2122 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in iceland_thermal_setup_fan_table()
2131 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed in iceland_thermal_setup_fan_table()
H A Dpolaris10_smumgr.c2208 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in polaris10_thermal_setup_fan_table()
2211 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in polaris10_thermal_setup_fan_table()
2224 thermal_controller.advanceFanControlParameters.usTMed) / 100); in polaris10_thermal_setup_fan_table()
H A Dtonga_smumgr.c2502 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()
2505 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()
2516 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed in tonga_thermal_setup_fan_table()
H A Dci_smumgr.c2161 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in ci_thermal_setup_fan_table()
2162 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()
2171 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed in ci_thermal_setup_fan_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h670 uint16_t usTMed; /* The middle temperature where we change slopes. */ member
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c244 adev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in amdgpu_parse_extended_power_table()