Renamed API amdsmi_dev_reset_fan to
amdsmi_reset_gpu_fan grep -rli 'amdsmi_dev_reset_fan' * | xargs -i@ sed -i 's/amdsmi_dev_reset_fan/amdsmi_reset_gpu_fan/g' @ Change-Id: Ic9d2ed404b4ed2d6973286e6f76b732199c1b687
This commit is contained in:
committed by
Naveen Krishna Chatradhi
parent
1358f3cfd0
commit
7c82c5ec79
@@ -2044,7 +2044,7 @@ amdsmi_status_t amdsmi_get_gpu_volt_metric(amdsmi_processor_handle processor_ha
|
||||
*
|
||||
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
|
||||
*/
|
||||
amdsmi_status_t amdsmi_dev_reset_fan(amdsmi_processor_handle processor_handle, uint32_t sensor_ind);
|
||||
amdsmi_status_t amdsmi_reset_gpu_fan(amdsmi_processor_handle processor_handle, uint32_t sensor_ind);
|
||||
|
||||
/**
|
||||
* @brief Set the fan speed for the specified device with the provided speed,
|
||||
|
||||
Reference in New Issue
Block a user