Adapter Capabilities
[Constants and Definitions]


Defines

#define ADL_ADAPTERCONFIGSTATE_HEADLESS   ( 1 << 2 )
#define ADL_ADAPTERCONFIGSTATE_REQUISITE_RENDER   ( 1 << 0 )
#define ADL_ADAPTERCONFIGSTATE_ANCILLARY_RENDER   ( 1 << 1 )

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)


Define Documentation

#define ADL_ADAPTERCONFIGSTATE_HEADLESS   ( 1 << 2 )

#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).

#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)


Copyright © 2009-2013 Advanced Micro Devices, Inc. All rights reserved.  AMD Developer