Skip to content

IADLXSmartShiftMax

Navigation: ADLX SDK ReferencesADLX InterfacesPower Tuning

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

MethodDescription
GetBiasGets the AMD SmartShift Max current bias.
GetBiasModeGets the AMD SmartShift Max current bias mode.
GetBiasRangeGets maximum bias, minimum bias, and step bias of AMD SmartShift Max.
IsSupportedChecks if AMD SmartShift Max is supported.
SetBiasSets the bias of AMD SmartShift Max.
SetBiasModeSets AMD SmartShift Max bias mode.

Requirements

Headerinclude “IPowerTuning.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: