ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Adapter Capabilities

These defines the capabilities supported by an adapter. It is used by ADL_Adapter_ConfigureState_GetIndicates that the adapter is headless (i.e. no displays can be connected to it) More...

Macros

#define ADL_ADAPTERCONFIGSTATE_ANCILLARY_RENDER   ( 1 << 1 )
 
#define ADL_ADAPTERCONFIGSTATE_HEADLESS   ( 1 << 2 )
 
#define ADL_ADAPTERCONFIGSTATE_REQUISITE_RENDER   ( 1 << 0 )
 
#define ADL_ADAPTERCONFIGSTATE_SCATTERGATHER   ( 1 << 4 )
 Indicates that scatter gather feature enabled on the adapter. More...
 

Detailed Description

These defines the capabilities supported by an adapter. It is used by ADL_Adapter_ConfigureState_Get

Indicates that the adapter is headless (i.e. no displays can be connected to it)

Macro Definition Documentation

◆ ADL_ADAPTERCONFIGSTATE_ANCILLARY_RENDER

#define ADL_ADAPTERCONFIGSTATE_ANCILLARY_RENDER   ( 1 << 1 )

Indicates that the adapter is configured to be used to unload some of the rendering work for a particular requisite rendering adapter. For eample, for adapters in a Crossfire configuration, this bit would be set on all adapters that are currently not driving the display(s)

◆ ADL_ADAPTERCONFIGSTATE_HEADLESS

#define ADL_ADAPTERCONFIGSTATE_HEADLESS   ( 1 << 2 )

◆ ADL_ADAPTERCONFIGSTATE_REQUISITE_RENDER

#define ADL_ADAPTERCONFIGSTATE_REQUISITE_RENDER   ( 1 << 0 )

Indicates that the adapter is configured to define the main rendering capabilities. For example, adapters in Crossfire(TM) configuration, this bit would only be set on the adapter driving the display(s).

◆ ADL_ADAPTERCONFIGSTATE_SCATTERGATHER

#define ADL_ADAPTERCONFIGSTATE_SCATTERGATHER   ( 1 << 4 )

Indicates that scatter gather feature enabled on the adapter.


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