This group describes General adapter APIs.
More...
This group describes General adapter APIs.
Function to get LED devices presence for GPU index.
This interface allows ADL user to query the number of LED devices present.
- Supported Platforms:
- Windows 7, 10 and above; 32bit and 64bit
- Parameters
-
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter |
[out] | bLEDSupported | returns true if Radeon USB LED is supported |
- Returns
- If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
◆ ADL2_Adapter_Radeon_Usb_Led_Flash_Save()
int ADL2_Adapter_Radeon_Usb_Led_Flash_Save |
( |
ADL_CONTEXT_HANDLE |
context, |
|
|
int |
iAdapterIndex |
|
) |
| |
Function to save programmed LED configuration onto LED flash to persist on reboot and power down.
This interface allows ADL user to query the number of LED devices present.
- Supported Platforms:
- Windows 7, 10 and above; 32bit and 64bit
- Parameters
-
- Returns
- If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
◆ ADL2_Adapter_Radeon_USB_LED_Pattern_Supported_Controls_Get()
Function to query list of supported LED pattern control.
This interface allows ADL user to query list of LED patterns on the LED controller. Output can be used for set functionality
- Supported Platforms:
- Windows 7, 10 and above; 32bit and 64bit
- Parameters
-
◆ ADL2_Adapter_Radeon_USB_LED_Support_Get()
int ADL2_Adapter_Radeon_USB_LED_Support_Get |
( |
ADL_CONTEXT_HANDLE |
context, |
|
|
int |
iAdapterIndex, |
|
|
bool * |
bLEDSupported |
|
) |
| |
◆ ADL2_Adapter_Radeon_USB_LED_Supported_Controls_Get()
Function to query supported LED controls.
This interface allows ADL user to a bitmask of supported LED patterns on the LED controllers, including OFF and custom pattern, Rainbow, etc...
- Supported Platforms:
- Windows 7, 10 and above; 32bit and 64bit
- Parameters
-
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter |
[out] | ControlSupport | returns a bitmask of all supported LED patterns. |
- Returns
- If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
◆ config
◆ iAdapterIndex