SetMemoryTimingDescription
Sets the memory timing description on a GPU.
Syntax
ADLX_RESULT SetMemoryTimingLevel (ADLX_MEMORYTIMING_DESCRIPTION description)
Parameters
-
[in]
description ADLX_MEMORYTIMING_DESCRIPTION The new memory timing description.
Return Value
If the memory timing description is successfully set, ADLX_OK is returned.
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
Header |
include “IGPUManualVRAMTuning.h” |
Minimum version |
1.0 |