Renamed API amdsmi_dev_get_power_profile_presets

to amdsmi_get_gpu_power_profile_presets

grep -rli 'amdsmi_dev_get_power_profile_presets' * | xargs -i@ sed -i
's/amdsmi_dev_get_power_profile_presets/amdsmi_get_gpu_power_profile_presets/g' @

Change-Id: Iff3d22517a4c5ece5efe4738618f74946cf600bd


[ROCm/amdsmi commit: 64e8d81af4]
This commit is contained in:
Deepak Mewar
2023-02-27 01:04:25 -05:00
committed by Naveen Krishna Chatradhi
parent 75a1305080
commit 971ff06772
9 changed files with 28 additions and 28 deletions
+3 -3
View File
@@ -693,7 +693,7 @@ typedef enum {
/**
* @brief Pre-set Profile Selections. These bitmasks can be AND'd with the
* ::amdsmi_power_profile_status_t.available_profiles returned from
* :: amdsmi_dev_get_power_profile_presets to determine which power profiles
* :: amdsmi_get_gpu_power_profile_presets to determine which power profiles
* are supported by the system.
*/
typedef enum {
@@ -1713,7 +1713,7 @@ amdsmi_status_t
* @details This function will attempt to set the current profile to the provided
* profile, given a processor handle @p processor_handle and a @p profile. The provided
* profile must be one of the currently supported profiles, as indicated by a
* call to :: amdsmi_dev_get_power_profile_presets()
* call to :: amdsmi_get_gpu_power_profile_presets()
*
* @param[in] processor_handle a processor handle
*
@@ -2431,7 +2431,7 @@ amdsmi_status_t amdsmi_dev_get_od_volt_curve_regions(amdsmi_processor_handle pr
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
*/
amdsmi_status_t
amdsmi_dev_get_power_profile_presets(amdsmi_processor_handle processor_handle, uint32_t sensor_ind,
amdsmi_get_gpu_power_profile_presets(amdsmi_processor_handle processor_handle, uint32_t sensor_ind,
amdsmi_power_profile_status_t *status);
/** @} End PerfQuer */