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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the reference counted list of empty GPU tuning states. |
|
Gets the frequency range and the voltage range on a GPU. |
|
Gets the reference counted list of current GPU tuning states. |
|
Checks if each GPU tuning state in a list is valid. |
|
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 .