Data Fields | |
int | iCapabilities |
int | iSupportedStates |
int | iNumberOfPerformanceLevels |
ADLOD6ParameterRange | sEngineClockRange |
ADLOD6ParameterRange | sMemoryClockRange |
int | iExtValue |
Value for future extension. | |
int | iExtMask |
Mask for future extension. |
This structure is used to store information about Overdrive 6 capabilities
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
Contains a bitmap indicating the power states supported by OD6. Currently only the performance state is supported. Possible Values: ADL_OD6_SUPPORTEDSTATE_PERFORMANCE
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.
Contains the hard limits of the sclk range. Overdrive clocks cannot be set outside this range.
Contains the hard limits of the mclk range. Overdrive clocks cannot be set outside this range.
Value for future extension.
Mask for future extension.