IADLXSmartShiftMax
The IADLXSmartShiftMax interface configures the AMD SmartShift Max settings. AMD SmartShift Max boosts performance by dynamically shifting power between the CPU and the GPU.
InterfaceId: |
IADLXSmartShiftMax |
Smart Pointer Interface Name: |
IADLXSmartShiftMaxPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the AMD SmartShift Max current bias. |
|
Gets the AMD SmartShift Max current bias mode. |
|
Gets maximum bias, minimum bias, and step bias of AMD SmartShift Max. |
|
Checks if AMD SmartShift Max is supported. |
|
Sets the bias of AMD SmartShift Max. |
|
Sets AMD SmartShift Max bias mode. |
Requirements
Header |
include “IPowerTuning.h” |
Minimum version |
1.2 |
Example
To see how to use this interface in a C++ application, refer to the SmartShiftMax C++ sample .
For a C application, refer to the SmartShiftMax C sample .