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

Structure containing information about the display device. More...

#include <adl_structures.h>

Data Fields

int iDisplayLogicalAdapterIndex
 The persistent logical adapter index for the display. More...
 
int iDisplayLogicalIndex
 The logical display index belonging to this adapter. More...
 
int iDisplayPhysicalAdapterIndex
 The persistent physical adapter index for the display. It can be the current adapter or a non-local adapter.
If this adapter index is different than the current adapter, the Display Non Local flag is set inside DisplayInfoValue. More...
 
int iDisplayPhysicalIndex
 The physical display index. For example, display index 2 from adapter 2 can be used by current adapter 1.
So current adapter may enumerate this adapter as logical display 7 but the physical display index is still 2. More...
 

Detailed Description

Structure containing information about the display device.

This structure is used to store display device information such as display index, type, name, connection status, mapped adapter and controller indexes, whether or not multiple VPUs are supported, local display connections or not (through Lasso), etc. This information can be returned to the user. Alternatively, it can be used to access various driver calls to set or fetch various display device related settings upon the user's request.

Field Documentation

◆ iDisplayLogicalAdapterIndex

int ADLDisplayID::iDisplayLogicalAdapterIndex

The persistent logical adapter index for the display.

◆ iDisplayLogicalIndex

int ADLDisplayID::iDisplayLogicalIndex

The logical display index belonging to this adapter.

◆ iDisplayPhysicalAdapterIndex

int ADLDisplayID::iDisplayPhysicalAdapterIndex

The persistent physical adapter index for the display. It can be the current adapter or a non-local adapter.
If this adapter index is different than the current adapter, the Display Non Local flag is set inside DisplayInfoValue.

◆ iDisplayPhysicalIndex

int ADLDisplayID::iDisplayPhysicalIndex

The physical display index. For example, display index 2 from adapter 2 can be used by current adapter 1.
So current adapter may enumerate this adapter as logical display 7 but the physical display index is still 2.


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

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