|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing per display Display Connectivty Experience Settings. More...
#include <adl_structures.h>
Data Fields | |
| int | iReserved [15] |
| union { | |
| struct { | |
| DpLinkRate linkRate | |
| unsigned int numberOfActiveLanes | |
| unsigned int numberofTotalLanes | |
| int persistFlag | |
| int relativePreEmphasis | |
| int relativeVoltageSwing | |
| } DpLink | |
| struct { | |
| bool qualityDetectionEnabled | |
| } HdmiLq | |
| struct { | |
| bool linkProtectionEnabled | |
| } Protection | |
| } | Settings |
| DceSettingsType | type |
Structure containing per display Display Connectivty Experience Settings.
This structure is used to store the Display Connectivity Experience settings of a display
| struct { ... } ADLDceSettings::DpLink |
| struct { ... } ADLDceSettings::HdmiLq |
| int ADLDceSettings::iReserved[15] |
| bool ADLDceSettings::linkProtectionEnabled |
| DpLinkRate ADLDceSettings::linkRate |
| unsigned int ADLDceSettings::numberOfActiveLanes |
| unsigned int ADLDceSettings::numberofTotalLanes |
| int ADLDceSettings::persistFlag |
| struct { ... } ADLDceSettings::Protection |
| bool ADLDceSettings::qualityDetectionEnabled |
| int ADLDceSettings::relativePreEmphasis |
| int ADLDceSettings::relativeVoltageSwing |
| union { ... } ADLDceSettings::Settings |
| DceSettingsType ADLDceSettings::type |