Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/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
H A Dprocess_pptables_v1_0.c945 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
946 = tonga_fan_table->usTMed; in init_thermal_controller()
982 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()
983 = fiji_fan_table->usTMed; in init_thermal_controller()
/dragonfly/sys/dev/drm/radeon/
H A Dpptable.h86 USHORT usTMed; // The middle temperature where we change slopes. member
H A Dr600_dpm.c898 rdev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in r600_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/include/
H A Dpptable.h90 USHORT usTMed; // The middle temperature where we change slopes. member
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h633 uint16_t usTMed; /* The middle temperature where we change slopes. */ member
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dfiji_smumgr.c2180 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()
2183 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in fiji_thermal_setup_fan_table()
2196 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.c2051 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in polaris10_thermal_setup_fan_table()
2054 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in polaris10_thermal_setup_fan_table()
2067 thermal_controller.advanceFanControlParameters.usTMed) / 100); in polaris10_thermal_setup_fan_table()
H A Dci_smumgr.c2158 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in ci_thermal_setup_fan_table()
2159 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()
2168 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed in ci_thermal_setup_fan_table()
H A Dtonga_smumgr.c2492 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()
2495 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()
2506 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed in tonga_thermal_setup_fan_table()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c361 adev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in amdgpu_parse_extended_power_table()