IADLXManualVRAMTuning2

The IADLXManualVRAMTuning2 interface provides methods to configure the GPU manual VRAM tuning for RDNA ASIC family.

InterfaceId:

IADLXManualVRAMTuning2

Smart Pointer Interface Name:

IADLXManualVRAMTuning2Ptr

Inherits:

IADLXInterface

Inherited By:

NA

Methods

Method

Description

GetMaxVRAMFrequency

Gets the current maximum frequency value of a VRAM on a GPU.

GetMaxVRAMFrequencyRange

Gets the maximum VRAM frequency range on a GPU.

GetMemoryTimingDescription

Gets the current memory timing description on a GPU.

GetSupportedMemoryTimingDescriptionList

Gets the reference counted list of the supported memory timing description on a GPU.

IsSupportedMemoryTiming

Checks if the memory timing is supported on a GPU.

SetMaxVRAMFrequency

Sets the maximum VRAM frequency value on a GPU.

SetMemoryTimingDescription

Sets the memory timing description on a GPU.

Requirements

Header

include “IGPUManualVRAMTuning.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the ManualVRAMTuning C++ sample .

For a C application, refer to the ManualVRAMTuning C sample .