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:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetBias

Gets the AMD SmartShift Max current bias.

GetBiasMode

Gets the AMD SmartShift Max current bias mode.

GetBiasRange

Gets maximum bias, minimum bias, and step bias of AMD SmartShift Max.

IsSupported

Checks if AMD SmartShift Max is supported.

SetBias

Sets the bias of AMD SmartShift Max.

SetBiasMode

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 .