Skip to content

IADLXGPUConnectChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesPower Tuning

The IADLXGPUConnectChangedEvent interface provides methods to check for changes to the AMD GPUConnect settings.

InterfaceId:IADLXGPUConnectChangedEvent
Smart Pointer Interface Name:IADLXGPUConnectChangedEventPtr
Inherits:IADLXChangedEvent
Inherited By:N/A

Methods

MethodDescription
GetGPUGets the reference counted GPU interface on which the GPU Connect is changed.
IsGPUAppsListChangedChecks if the list of applications created in the context of a GPU is changed.
IsGPUPowerChangeErrorChecks if an error occurred during powering off a GPU.
IsGPUPowerChangedChecks if the power state of a GPU changed.

Requirements

Headerinclude “IPowerTuning1.h”
Minimum version1.4

Example

To see how to use this interface in a C++ application, refer to the SmartShiftEco C++ sample.

For a C application, refer to the SmartShiftEco C sample.

Subpages

  • GetGPU - Gets the reference counted GPU interface on which the GPU Connect is changed.
  • IsGPUAppsListChanged - Checks if the list of applications created in the context of a GPU is changed.
  • IsGPUPowerChangeError - Checks if an error occurred during powering off a GPU.
  • IsGPUPowerChanged - Checks if the power state of a GPU changed.

API Reference

This page references: