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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the current maximum frequency value on a GPU. |
|
Gets the maximum frequency range on a GPU. |
|
Gets the current minimum frequency value on a GPU. |
|
Gets the minimum frequency range on a GPU. |
|
Gets the current clock voltage value on a GPU. |
|
Gets the clock voltage range on a GPU. |
|
Sets the maximum frequency on a GPU. |
|
Sets the minimum frequency on a GPU. |
|
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 .