ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive 6 extension capabilities. More...
#include <adl_structures.h>
Data Fields | |
int | iCapabilities |
int | iExtMask |
Reserved for future expansion of the structure. More... | |
int | iExtValue |
Reserved for future expansion of the structure. More... | |
int | iSupportedStates |
ADLOD6ParameterRange | sEngineClockPercent |
Returns the hard limits of the SCLK overdrive adjustment range. Overdrive clocks should not be adjusted outside of this range. The values are specified as +/- percentages. More... | |
ADLOD6ParameterRange | sMemoryClockPercent |
Returns the hard limits of the MCLK overdrive adjustment range. Overdrive clocks should not be adjusted outside of this range. The values are specified as +/- percentages. More... | |
ADLOD6ParameterRange | sPowerControlPercent |
Returns the hard limits of the Power Limit adjustment range. Power limit should not be adjusted outside this range. The values are specified as +/- percentages. More... | |
Structure containing information about Overdrive 6 extension capabilities.
This structure is used to store information about Overdrive 6 extension capabilities
int ADLOD6CapabilitiesEx::iCapabilities |
Contains a bitmap of the OD6 extension capability flags. Possible values: ADL_OD6_CAPABILITY_SCLK_CUSTOMIZATION, ADL_OD6_CAPABILITY_MCLK_CUSTOMIZATION, ADL_OD6_CAPABILITY_GPU_ACTIVITY_MONITOR, ADL_OD6_CAPABILITY_POWER_CONTROL, ADL_OD6_CAPABILITY_VOLTAGE_CONTROL, ADL_OD6_CAPABILITY_PERCENT_ADJUSTMENT,
int ADLOD6CapabilitiesEx::iExtMask |
Reserved for future expansion of the structure.
int ADLOD6CapabilitiesEx::iExtValue |
Reserved for future expansion of the structure.
int ADLOD6CapabilitiesEx::iSupportedStates |
The Power states that support clock and power customization. Only performance state is currently supported. Possible Values: ADL_OD6_SUPPORTEDSTATE_PERFORMANCE
ADLOD6ParameterRange ADLOD6CapabilitiesEx::sEngineClockPercent |
Returns the hard limits of the SCLK overdrive adjustment range. Overdrive clocks should not be adjusted outside of this range. The values are specified as +/- percentages.
ADLOD6ParameterRange ADLOD6CapabilitiesEx::sMemoryClockPercent |
Returns the hard limits of the MCLK overdrive adjustment range. Overdrive clocks should not be adjusted outside of this range. The values are specified as +/- percentages.
ADLOD6ParameterRange ADLOD6CapabilitiesEx::sPowerControlPercent |
Returns the hard limits of the Power Limit adjustment range. Power limit should not be adjusted outside this range. The values are specified as +/- percentages.