ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive 6 extension recommended maximum clock adjustment values. More...
#include <adl_structures.h>
Data Fields | |
int | iEngineClockMax |
The recommended maximum engine clock adjustment in percent, for the specified power limit value. More... | |
int | iExtMask |
Reserved for future expansion of the structure. More... | |
int | iExtValue |
Reserved for future expansion of the structure. More... | |
int | iMemoryClockMax |
Structure containing information about Overdrive 6 extension recommended maximum clock adjustment values.
This structure is used to store information about Overdrive 6 extension recommended maximum clock adjustment values
int ADLOD6MaxClockAdjust::iEngineClockMax |
The recommended maximum engine clock adjustment in percent, for the specified power limit value.
int ADLOD6MaxClockAdjust::iExtMask |
Reserved for future expansion of the structure.
int ADLOD6MaxClockAdjust::iExtValue |
Reserved for future expansion of the structure.
int ADLOD6MaxClockAdjust::iMemoryClockMax |
The recommended maximum memory clock adjustment in percent, for the specified power limit value. Currently the memory is independent of the Power Limit setting, so iMemoryClockMax will always return the maximum possible adjustment value. This field is here for future enhancement in case we add a dependency between Memory Clock adjustment and Power Limit setting.