Skip to content

SetMemoryTimingDescription

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning2

Syntax

ADLX_RESULT    SetMemoryTimingDescription (ADLX_MEMORYTIMING_DESCRIPTION description)

Parameters

#DirectionNameTypeDescription
1.[in]descriptionADLX_MEMORYTIMING_DESCRIPTIONThe new memory timing description.

Return Value

If the memory timing description is successfully set, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

If the memory timing description is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Some GPUs support memory timing presets for VRAM latency control to adjust the video memory clock speed.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums