ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive 6 capabilities. More...
#include <adl_structures.h>
Data Fields | |
int | iCapabilities |
int | iExtMask |
Mask for future extension. More... | |
int | iExtValue |
Value for future extension. More... | |
int | iNumberOfPerformanceLevels |
int | iSupportedStates |
ADLOD6ParameterRange | sEngineClockRange |
ADLOD6ParameterRange | sMemoryClockRange |
Structure containing information about Overdrive 6 capabilities.
This structure is used to store information about Overdrive 6 capabilities
int ADLOD6Capabilities::iCapabilities |
Contains a bitmap of the OD6 capability flags. Possible values: ADL_OD6_CAPABILITY_SCLK_CUSTOMIZATION, ADL_OD6_CAPABILITY_MCLK_CUSTOMIZATION, ADL_OD6_CAPABILITY_GPU_ACTIVITY_MONITOR
int ADLOD6Capabilities::iExtMask |
Mask for future extension.
int ADLOD6Capabilities::iExtValue |
Value for future extension.
int ADLOD6Capabilities::iNumberOfPerformanceLevels |
Number of levels. OD6 will always use 2 levels, which describe the minimum to maximum clock ranges. The 1st level indicates the minimum clocks, and the 2nd level indicates the maximum clocks.
int ADLOD6Capabilities::iSupportedStates |
Contains a bitmap indicating the power states supported by OD6. Currently only the performance state is supported. Possible Values: ADL_OD6_SUPPORTEDSTATE_PERFORMANCE
ADLOD6ParameterRange ADLOD6Capabilities::sEngineClockRange |
Contains the hard limits of the sclk range. Overdrive clocks cannot be set outside this range.
ADLOD6ParameterRange ADLOD6Capabilities::sMemoryClockRange |
Contains the hard limits of the mclk range. Overdrive clocks cannot be set outside this range.