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

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

#include <adl_structures.h>

Data Fields

ADLDisplayID displayID
 The DisplayID structure. More...
 
int iDisplayConnector
 The connector type for the device. More...
 
int iDisplayControllerIndex
 
int iDisplayInfoMask
 The bit mask identifies the number of bits ADLDisplayInfo is currently using.
It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx. More...
 
int iDisplayInfoValue
 The bit mask identifies the display status. Display Info Mask Values. More...
 
int iDisplayOutputType
 The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO. More...
 
int iDisplayType
 The Display type. For example: CRT, TV, CV, DFP. More...
 
char strDisplayManufacturerName [256]
 The display's manufacturer name. More...
 
char strDisplayName [256]
 The display's EDID name. More...
 

Detailed Description

Structure containing information about the display device.

This structure is used to store various information about the display device. This information can be returned to the user, or used to access various driver calls to set or fetch various display-device-related settings upon the user's request

Field Documentation

◆ displayID

ADLDisplayID ADLDisplayInfo::displayID

The DisplayID structure.

◆ iDisplayConnector

int ADLDisplayInfo::iDisplayConnector

The connector type for the device.

◆ iDisplayControllerIndex

int ADLDisplayInfo::iDisplayControllerIndex
Deprecated:
The controller index to which the display is mapped.
Will not be used in the future

◆ iDisplayInfoMask

int ADLDisplayInfo::iDisplayInfoMask

The bit mask identifies the number of bits ADLDisplayInfo is currently using.
It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx.

◆ iDisplayInfoValue

int ADLDisplayInfo::iDisplayInfoValue

The bit mask identifies the display status. Display Info Mask Values.

◆ iDisplayOutputType

int ADLDisplayInfo::iDisplayOutputType

The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO.

◆ iDisplayType

int ADLDisplayInfo::iDisplayType

The Display type. For example: CRT, TV, CV, DFP.

◆ strDisplayManufacturerName

char ADLDisplayInfo::strDisplayManufacturerName[256]

The display's manufacturer name.

◆ strDisplayName

char ADLDisplayInfo::strDisplayName[256]

The display's EDID name.


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

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