ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
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 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)
#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_SCATTERGATHER ( 1 << 4 ) |
Indicates that scatter gather feature enabled on the adapter.