From 3234808d496a1b80e6ecfc1631b47f4b083537e6 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Mon, 7 Jan 2019 08:44:23 -0600 Subject: [PATCH] Add support for reading frequency-volt curve data [ROCm/rocm_smi_lib commit: 64eec4673a958d0398c61fa237741c740dd3bc3e] --- projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h b/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h index 9264c82e94..232de8a365 100755 --- a/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h +++ b/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h @@ -781,21 +781,6 @@ rsmi_status_t rsmi_dev_fan_speed_set(uint32_t dv_ind, uint32_t sensor_ind, rsmi_status_t rsmi_dev_od_volt_info_get(uint32_t dv_ind, rsmi_od_volt_freq_data *odv); -/** - * @brief - * - * @details - * - * @param[in] dv_ind a device index - * - * - * @param[in] - * - * @retval ::RSMI_STATUS_SUCCESS is returned upon successful call. - */ -rsmi_status_t rsmi_dev_od_volt_set(uint32_t dv_ind, rsmi_clk_type clk, - rsmi_freq_ind i); - /** * @brief This function will retrieve the current valid regions in the * frequency/voltage space.