IADLXManualGraphicsTuning2

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

InterfaceId:

IADLXManualGraphicsTuning2

Smart Pointer Interface Name:

IADLXManualGraphicsTuning2Ptr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetGPUMaxFrequency

Gets the current maximum frequency value on a GPU.

GetGPUMaxFrequencyRange

Gets the maximum frequency range on a GPU.

GetGPUMinFrequency

Gets the current minimum frequency value on a GPU.

GetGPUMinFrequencyRange

Gets the minimum frequency range on a GPU.

GetGPUVoltage

Gets the current clock voltage value on a GPU.

GetGPUVoltageRange

Gets the clock voltage range on a GPU.

SetGPUMaxFrequency

Sets the maximum frequency on a GPU.

SetGPUMinFrequency

Sets the minimum frequency on a GPU.

SetGPUVoltage

Sets the clock voltage 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 .