IADLXManualGraphicsTuning2
Navigation: ADLX SDK References → ADLX Interfaces → GPU 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
Method | Description |
---|---|
GetGPUMaxFrequency | Gets the current maximum frequency (offset) value on a GPU. |
GetGPUMaxFrequencyRange | Gets the maximum frequency (offset) 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 (offset) value on a GPU. |
GetGPUVoltageRange | Gets the clock voltage (offset) range on a GPU. |
SetGPUMaxFrequency | Sets the maximum frequency (offset) on a GPU. |
SetGPUMinFrequency | Sets the minimum frequency on a GPU. |
SetGPUVoltage | Sets the clock voltage (offset) 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.
- GetGPUMaxFrequency
- GetGPUMaxFrequencyRange
- GetGPUMinFrequency
- GetGPUMinFrequencyRange
- GetGPUVoltage
- GetGPUVoltageRange
- SetGPUMaxFrequency
- SetGPUMinFrequency
- SetGPUVoltage
Subpages
- GetGPUMaxFrequency - Gets the current maximum frequency (offset) value on a GPU.
- GetGPUMaxFrequencyRange - Gets the maximum frequency (offset) 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 (offset) value on a GPU.
- GetGPUVoltageRange - Gets the clock voltage (offset) range on a GPU.
- SetGPUMaxFrequency - Sets the maximum frequency (offset) on a GPU.
- SetGPUMinFrequency - Sets the minimum frequency on a GPU.
- SetGPUVoltage - Sets the clock voltage (offset) on a GPU.
API Reference
This page references: