IADLXManualGraphicsTuning1

The IADLXManualGraphicsTuning1 interface provides methods to control the GPU manual graphic tuning for pre-RDNA ASIC family.

InterfaceId:

IADLXManualGraphicsTuning1

Smart Pointer Interface Name:

IADLXManualGraphicsTuning1Ptr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetEmptyGPUTuningStates

Gets the reference counted list of empty GPU tuning states.

GetGPUTuningRanges

Gets the frequency range and the voltage range on a GPU.

GetGPUTuningStates

Gets the reference counted list of current GPU tuning states.

IsValidGPUTuningStates

Checks if each GPU tuning state in a list is valid.

SetGPUTuningStates

Sets the GPU tuning states on a GPU.

Requirements

Header

include “IGPUManualGFXTuning.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the ManualGraphicsTuning C++ sample .

For a C application, refer to the ManualGraphicsTuning C sample .