Renamed API amdsmi_dev_set_power_profile to

amdsmi_set_gpu_power_profile

grep -rli 'amdsmi_dev_set_power_profile' * | xargs -i@ sed -i
's/amdsmi_dev_set_power_profile/amdsmi_set_gpu_power_profile/g' @

Change-Id: I10d7ee19fd86c11bbb7deafefb37df92e78aa2a3


[ROCm/amdsmi commit: dec22a9b44]
This commit is contained in:
Deepak Mewar
2023-02-25 08:04:42 -05:00
committed by Naveen Krishna Chatradhi
parent 66ee0ae0c6
commit 8b81aaf620
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1725,7 +1725,7 @@ amdsmi_status_t
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
*/
amdsmi_status_t
amdsmi_dev_set_power_profile(amdsmi_processor_handle processor_handle, uint32_t reserved,
amdsmi_set_gpu_power_profile(amdsmi_processor_handle processor_handle, uint32_t reserved,
amdsmi_power_profile_preset_masks_t profile);
/** @} End PowerCont*/