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

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h278 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */ member in struct:_ATOM_Tonga_Fan_Table
298 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */ member in struct:_ATOM_Fiji_Fan_Table
325 USHORT usPWMMed; /* The PWM value (in percent) at TMed. */ member in struct:_ATOM_Polaris_Fan_Table
H A Dprocess_pptables_v1_0.c976 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed
977 = le16_to_cpu(tonga_fan_table->usPWMMed);
1013 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed
1014 = le16_to_cpu(fiji_fan_table->usPWMMed);
1063 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed
1064 = le16_to_cpu(polaris_fan_table->usPWMMed);
H A Dprocesspptables.c1034 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed =
1035 le16_to_cpu(fan_table->usPWMMed);
/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h93 USHORT usPWMMed; // The PWM value (in percent) at TMed. member in struct:_ATOM_PPLIB_FANTABLE
/linux-master/drivers/gpu/drm/radeon/
H A Dpptable.h89 USHORT usPWMMed; // The PWM value (in percent) at TMed. member in struct:_ATOM_PPLIB_FANTABLE
H A Dr600_dpm.c898 rdev->pm.dpm.fan.pwm_med = le16_to_cpu(fan_info->fan.usPWMMed);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h673 uint16_t usPWMMed; /* The PWM value (in percent) at TMed. */ member in struct:pp_advance_fan_control_parameters
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2171 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed -
2174 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed;
H A Diceland_smumgr.c2124 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin;
2125 pwm_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed;
H A Dtonga_smumgr.c2507 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed -
2510 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed;
H A Dpolaris10_smumgr.c2213 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed -
2216 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed;
H A Dci_smumgr.c2164 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin;
2165 pwm_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c247 adev->pm.dpm.fan.pwm_med = le16_to_cpu(fan_info->fan.usPWMMed);

Completed in 572 milliseconds