ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Define_board_layout_flags

These defines are the board layout flags state which indicates what are the valid properties of ADLBoardLayoutInfo . It is used by ADL_Adapter_BoardLayout_GetIndicates the number of slots is valid. More...

Macros

#define ADL_BLAYOUT_VALID_CONNECTOR_LENGTHS   0x8
 Indicates the connector lengths is valid. More...
 
#define ADL_BLAYOUT_VALID_CONNECTOR_OFFSETS   0x4
 Indicates the connector offsets are valid. More...
 
#define ADL_BLAYOUT_VALID_NUMBER_OF_SLOTS   0x1
 
#define ADL_BLAYOUT_VALID_SLOT_SIZES   0x2
 Indicates the slot sizes are valid. Size of the slot consists of the length and width. More...
 

Detailed Description

These defines are the board layout flags state which indicates what are the valid properties of ADLBoardLayoutInfo . It is used by ADL_Adapter_BoardLayout_Get

Indicates the number of slots is valid.

Macro Definition Documentation

◆ ADL_BLAYOUT_VALID_CONNECTOR_LENGTHS

#define ADL_BLAYOUT_VALID_CONNECTOR_LENGTHS   0x8

Indicates the connector lengths is valid.

◆ ADL_BLAYOUT_VALID_CONNECTOR_OFFSETS

#define ADL_BLAYOUT_VALID_CONNECTOR_OFFSETS   0x4

Indicates the connector offsets are valid.

◆ ADL_BLAYOUT_VALID_NUMBER_OF_SLOTS

#define ADL_BLAYOUT_VALID_NUMBER_OF_SLOTS   0x1

◆ ADL_BLAYOUT_VALID_SLOT_SIZES

#define ADL_BLAYOUT_VALID_SLOT_SIZES   0x2

Indicates the slot sizes are valid. Size of the slot consists of the length and width.


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