Data Fields | |
int | iCapabilities |
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. | |
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. | |
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. | |
int | iExtValue |
Reserved for future expansion of the structure. | |
int | iExtMask |
Reserved for future expansion of the structure. |
This structure is used to store information about Overdrive 6 extension capabilities
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,
The Power states that support clock and power customization. Only performance state is currently supported. Possible Values: ADL_OD6_SUPPORTEDSTATE_PERFORMANCE
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.
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.
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.
Reserved for future expansion of the structure.
Reserved for future expansion of the structure.