ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about the display port MST device. More...
#include <adl_structures.h>
Data Fields | |
ADLDisplayID | displayID |
The ADLDisplayID structure. More... | |
int | iAllocatedBandwidthInMbps |
bandwidth allocated to this display More... | |
int | iPhysicalConnectorID |
The physical connector ID, used to identify the physical DP port. More... | |
int | iTotalAvailableBandwidthInMpbs |
total bandwidth available on the DP connector More... | |
char | rad [15] |
Relative address, address scheme starts from source side. More... | |
int | radLinkCount |
The link count of relative address, rad[0] upto rad[linkCount] are valid. More... | |
char | strGlobalUniqueIdentifier [256] |
string identifier for the display More... | |
Structure containing information about the display port MST device.
This structure is used to store various MST information about the display port device. This information can be returned to the user, or used to access various driver calls to fetch various display-device-related settings upon the user's request
ADLDisplayID ADLDisplayDPMSTInfo::displayID |
The ADLDisplayID structure.
int ADLDisplayDPMSTInfo::iAllocatedBandwidthInMbps |
bandwidth allocated to this display
int ADLDisplayDPMSTInfo::iPhysicalConnectorID |
The physical connector ID, used to identify the physical DP port.
int ADLDisplayDPMSTInfo::iTotalAvailableBandwidthInMpbs |
total bandwidth available on the DP connector
char ADLDisplayDPMSTInfo::rad[15] |
Relative address, address scheme starts from source side.
int ADLDisplayDPMSTInfo::radLinkCount |
The link count of relative address, rad[0] upto rad[linkCount] are valid.
char ADLDisplayDPMSTInfo::strGlobalUniqueIdentifier[256] |
string identifier for the display