amdsmi_od_volt_freq_data_t Struct Reference

amdsmi_od_volt_freq_data_t Struct Reference#

AMD SMI: amdsmi_od_volt_freq_data_t Struct Reference
amdsmi_od_volt_freq_data_t Struct Reference

This structure holds the frequency-voltage values for a device. More...

#include <amdsmi.h>

Data Fields

amdsmi_range_t curr_sclk_range
 The current SCLK frequency range in MHz.
 
amdsmi_range_t curr_mclk_range
 The current MCLK frequency range, upper bound only in MHz.
 
amdsmi_range_t curr_fclk_range
 The current FCLK frequency range in MHz.
 
amdsmi_range_t sclk_freq_limits
 The range possible of SCLK values in MHz.
 
amdsmi_range_t mclk_freq_limits
 The range possible of MCLK values in MHz.
 
amdsmi_range_t fclk_freq_limits
 The range possible of FCLK values in MHz.
 
amdsmi_od_volt_curve_t curve
 The current voltage curve.
 
uint32_t num_regions
 The number of voltage curve regions.
 

Detailed Description

This structure holds the frequency-voltage values for a device.

Definition at line 2010 of file amdsmi.h.

Field Documentation

◆ curr_sclk_range

amdsmi_range_t amdsmi_od_volt_freq_data_t::curr_sclk_range

The current SCLK frequency range in MHz.

Definition at line 2011 of file amdsmi.h.

◆ curr_mclk_range

amdsmi_range_t amdsmi_od_volt_freq_data_t::curr_mclk_range

The current MCLK frequency range, upper bound only in MHz.

Definition at line 2012 of file amdsmi.h.

◆ curr_fclk_range

amdsmi_range_t amdsmi_od_volt_freq_data_t::curr_fclk_range

The current FCLK frequency range in MHz.

Definition at line 2013 of file amdsmi.h.

◆ sclk_freq_limits

amdsmi_range_t amdsmi_od_volt_freq_data_t::sclk_freq_limits

The range possible of SCLK values in MHz.

Definition at line 2014 of file amdsmi.h.

◆ mclk_freq_limits

amdsmi_range_t amdsmi_od_volt_freq_data_t::mclk_freq_limits

The range possible of MCLK values in MHz.

Definition at line 2015 of file amdsmi.h.

◆ fclk_freq_limits

amdsmi_range_t amdsmi_od_volt_freq_data_t::fclk_freq_limits

The range possible of FCLK values in MHz.

Definition at line 2016 of file amdsmi.h.

◆ curve

amdsmi_od_volt_curve_t amdsmi_od_volt_freq_data_t::curve

The current voltage curve.

Definition at line 2017 of file amdsmi.h.

◆ num_regions

uint32_t amdsmi_od_volt_freq_data_t::num_regions

The number of voltage curve regions.

Definition at line 2018 of file amdsmi.h.


The documentation for this struct was generated from the following file: