ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLDisplayDPMSTInfo Struct Reference

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...
 

Detailed Description

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

Field Documentation

◆ displayID

ADLDisplayID ADLDisplayDPMSTInfo::displayID

The ADLDisplayID structure.

◆ iAllocatedBandwidthInMbps

int ADLDisplayDPMSTInfo::iAllocatedBandwidthInMbps

bandwidth allocated to this display

◆ iPhysicalConnectorID

int ADLDisplayDPMSTInfo::iPhysicalConnectorID

The physical connector ID, used to identify the physical DP port.

◆ iTotalAvailableBandwidthInMpbs

int ADLDisplayDPMSTInfo::iTotalAvailableBandwidthInMpbs

total bandwidth available on the DP connector

◆ rad

char ADLDisplayDPMSTInfo::rad[15]

Relative address, address scheme starts from source side.

◆ radLinkCount

int ADLDisplayDPMSTInfo::radLinkCount

The link count of relative address, rad[0] upto rad[linkCount] are valid.

◆ strGlobalUniqueIdentifier

char ADLDisplayDPMSTInfo::strGlobalUniqueIdentifier[256]

string identifier for the display


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.