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

Structure containing information about EDID data. More...

#include <adl_structures.h>

Data Fields

char cEDIDData [256]
 EDID data. More...
 
int iBlockIndex
 0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated More...
 
int iEDIDSize
 Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return. More...
 
int iFlag
 Set to 0. More...
 
int iReserved [4]
 Reserved. More...
 
int iSize
 Size of the structure. More...
 

Detailed Description

Structure containing information about EDID data.

This structure is used to store the information about EDID data for the adapter. This structure is used by the ADL_Display_EdidData_Get() and ADL_Display_EdidData_Set() functions.

Field Documentation

◆ cEDIDData

char ADLDisplayEDIDData::cEDIDData[256]

EDID data.

◆ iBlockIndex

int ADLDisplayEDIDData::iBlockIndex

0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated

◆ iEDIDSize

int ADLDisplayEDIDData::iEDIDSize

Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return.

◆ iFlag

int ADLDisplayEDIDData::iFlag

Set to 0.

◆ iReserved

int ADLDisplayEDIDData::iReserved[4]

Reserved.

◆ iSize

int ADLDisplayEDIDData::iSize

Size of the structure.


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

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