ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing additional information about the ASIC memory. More...
#include <adl_structures.h>
Data Fields | |
long long | iHyperMemorySize |
HyperMemory size in bytes. More... | |
long long | iInvisibleMemorySize |
Invisible Memory size in bytes. More... | |
long long | iMemoryBandwidth |
Highest default performance level Memory bandwidth in Mbytes/s. More... | |
long long | iMemorySize |
Memory size in bytes. More... | |
long long | iVisibleMemorySize |
Visible Memory size in bytes. More... | |
char | strMemoryType [256] |
Memory type in string. More... | |
Structure containing additional information about the ASIC memory.
This structure is used to store additional information about the ASIC memory. This information can be returned to the user.
long long ADLMemoryInfo2::iHyperMemorySize |
HyperMemory size in bytes.
long long ADLMemoryInfo2::iInvisibleMemorySize |
Invisible Memory size in bytes.
long long ADLMemoryInfo2::iMemoryBandwidth |
Highest default performance level Memory bandwidth in Mbytes/s.
long long ADLMemoryInfo2::iMemorySize |
Memory size in bytes.
long long ADLMemoryInfo2::iVisibleMemorySize |
Visible Memory size in bytes.
char ADLMemoryInfo2::strMemoryType[256] |
Memory type in string.