Skip to content

IADLXManualGraphicsTuning2

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

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

MethodDescription
GetGPUMaxFrequencyGets the current maximum frequency (offset) value on a GPU.
GetGPUMaxFrequencyRangeGets the maximum frequency (offset) range on a GPU.
GetGPUMinFrequencyGets the current minimum frequency value on a GPU.
GetGPUMinFrequencyRangeGets the minimum frequency range on a GPU.
GetGPUVoltageGets the current clock voltage (offset) value on a GPU.
GetGPUVoltageRangeGets the clock voltage (offset) range on a GPU.
SetGPUMaxFrequencySets the maximum frequency (offset) on a GPU.
SetGPUMinFrequencySets the minimum frequency on a GPU.
SetGPUVoltageSets the clock voltage (offset) on a GPU.

Requirements

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

Subpages

API Reference

This page references: