ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLODParameters Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ iActivityReportingSupported

int ADLODParameters::iActivityReportingSupported

Indicates whether the GPU is capable to measure its activity.

◆ iDiscretePerformanceLevels

int ADLODParameters::iDiscretePerformanceLevels

Indicates whether the GPU supports discrete performance levels or performance range.

◆ iNumberOfPerformanceLevels

int ADLODParameters::iNumberOfPerformanceLevels

Number of standard performance states.

◆ iReserved

int ADLODParameters::iReserved

Reserved for future use.

◆ iSize

int ADLODParameters::iSize

Must be set to the size of the structure.

◆ sEngineClock

ADLODParameterRange ADLODParameters::sEngineClock

Engine clock range.

◆ sMemoryClock

ADLODParameterRange ADLODParameters::sMemoryClock

Memory clock range.

◆ sVddc

ADLODParameterRange ADLODParameters::sVddc

Core voltage range.


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

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.