Searched refs:usTHigh (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h276 USHORT usTHigh; /* The high point above TMed for adjusting the second slope. */ member in struct:_ATOM_Tonga_Fan_Table
296 USHORT usTHigh; /* The high point above TMed for adjusting the second slope. */ member in struct:_ATOM_Fiji_Fan_Table
323 USHORT usTHigh; /* The high point above TMed for adjusting the second slope. */ member in struct:_ATOM_Polaris_Fan_Table
H A Dprocess_pptables_v1_0.c972 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh
973 = le16_to_cpu(tonga_fan_table->usTHigh);
1009 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh
1010 = le16_to_cpu(fiji_fan_table->usTHigh);
1059 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh
1060 = le16_to_cpu(polaris_fan_table->usTHigh);
H A Dprocesspptables.c1030 hwmgr->thermal_controller.advanceFanControlParameters.usTHigh =
1031 le16_to_cpu(fan_table->usTHigh);
/linux-master/drivers/gpu/drm/radeon/
H A Dpptable.h87 USHORT usTHigh; // The high point above TMed for adjusting the second slope. member in struct:_ATOM_PPLIB_FANTABLE
H A Dr600_dpm.c896 rdev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh);
/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h91 USHORT usTHigh; // The high point above TMed for adjusting the second slope. member in struct:_ATOM_PPLIB_FANTABLE
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h671 uint16_t usTHigh; /* The high temperature for setting the second slope. */ member in struct:pp_advance_fan_control_parameters
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c245 adev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2168 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh -
H A Diceland_smumgr.c2122 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed;
H A Dtonga_smumgr.c2504 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh -
H A Dpolaris10_smumgr.c2210 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh -
H A Dci_smumgr.c2162 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed;

Completed in 334 milliseconds