ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive parameters. More...
#include <adl_structures.h>
Data Fields | |
int | iActivityReportingSupported |
Indicates whether the GPU is capable to measure its activity. More... | |
int | iDiscretePerformanceLevels |
Indicates whether the GPU supports discrete performance levels or performance range. More... | |
int | iNumberOfPerformanceLevels |
Number of standard performance states. More... | |
int | iReserved |
Reserved for future use. More... | |
int | iSize |
Must be set to the size of the structure. More... | |
ADLODParameterRange | sEngineClock |
Engine clock range. More... | |
ADLODParameterRange | sMemoryClock |
Memory clock range. More... | |
ADLODParameterRange | sVddc |
Core voltage range. More... | |
Structure containing information about Overdrive parameters.
This structure is used to store information about Overdrive parameters. This structure is used by the ADL_Overdrive5_ODParameters_Get() function.
int ADLODParameters::iActivityReportingSupported |
Indicates whether the GPU is capable to measure its activity.
int ADLODParameters::iDiscretePerformanceLevels |
Indicates whether the GPU supports discrete performance levels or performance range.
int ADLODParameters::iNumberOfPerformanceLevels |
Number of standard performance states.
int ADLODParameters::iReserved |
Reserved for future use.
int ADLODParameters::iSize |
Must be set to the size of the structure.
ADLODParameterRange ADLODParameters::sEngineClock |
Engine clock range.
ADLODParameterRange ADLODParameters::sMemoryClock |
Memory clock range.
ADLODParameterRange ADLODParameters::sVddc |
Core voltage range.