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

Structure containing information about the display device possible map for one GPU. More...

#include <adl_structures.h>

Data Fields

ADLDisplayMapdisplayMap
 The display Maps list to validate. More...
 
ADLDisplayTargetdisplayTarget
 The display Targets list for these display Maps to be validated. More...
 
int iAdapterIndex
 The adapter index identifying the GPU for which to validate these Maps & Targets. More...
 
int iIndex
 The current PossibleMap index. Each PossibleMap is assigned an index. More...
 
int iNumDisplayMap
 Number of display Maps for this GPU to be validated. More...
 
int iNumDisplayTarget
 the number of display Targets for these display Maps More...
 

Detailed Description

Structure containing information about the display device possible map for one GPU.

This structure is used to store the display device possible map This information can be returned to the user.

Field Documentation

◆ displayMap

ADLDisplayMap* ADLPossibleMap::displayMap

The display Maps list to validate.

◆ displayTarget

ADLDisplayTarget* ADLPossibleMap::displayTarget

The display Targets list for these display Maps to be validated.

◆ iAdapterIndex

int ADLPossibleMap::iAdapterIndex

The adapter index identifying the GPU for which to validate these Maps & Targets.

◆ iIndex

int ADLPossibleMap::iIndex

The current PossibleMap index. Each PossibleMap is assigned an index.

◆ iNumDisplayMap

int ADLPossibleMap::iNumDisplayMap

Number of display Maps for this GPU to be validated.

◆ iNumDisplayTarget

int ADLPossibleMap::iNumDisplayTarget

the number of display Targets for these display Maps


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

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