ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLPMActivity Struct Reference

Structure containing information about current power management related activity. More...

#include <adl_structures.h>

Data Fields

int iActivityPercent
 GPU utilization. More...
 
int iCurrentBusLanes
 Number of PCIE bus lanes. More...
 
int iCurrentBusSpeed
 Current PCIE bus speed. More...
 
int iCurrentPerformanceLevel
 Performance level index. More...
 
int iEngineClock
 Current engine clock. More...
 
int iMaximumBusLanes
 Maximum number of PCIE bus lanes. More...
 
int iMemoryClock
 Current memory clock. More...
 
int iReserved
 Reserved for future purposes. More...
 
int iSize
 Must be set to the size of the structure. More...
 
int iVddc
 Current core voltage. More...
 

Detailed Description

Structure containing information about current power management related activity.

This structure is used to store information about current power management related activity. This structure (Overdrive 5 interfaces) is used by the ADL_PM_CurrentActivity_Get() function.

Field Documentation

◆ iActivityPercent

int ADLPMActivity::iActivityPercent

GPU utilization.

◆ iCurrentBusLanes

int ADLPMActivity::iCurrentBusLanes

Number of PCIE bus lanes.

◆ iCurrentBusSpeed

int ADLPMActivity::iCurrentBusSpeed

Current PCIE bus speed.

◆ iCurrentPerformanceLevel

int ADLPMActivity::iCurrentPerformanceLevel

Performance level index.

◆ iEngineClock

int ADLPMActivity::iEngineClock

Current engine clock.

◆ iMaximumBusLanes

int ADLPMActivity::iMaximumBusLanes

Maximum number of PCIE bus lanes.

◆ iMemoryClock

int ADLPMActivity::iMemoryClock

Current memory clock.

◆ iReserved

int ADLPMActivity::iReserved

Reserved for future purposes.

◆ iSize

int ADLPMActivity::iSize

Must be set to the size of the structure.

◆ iVddc

int ADLPMActivity::iVddc

Current core voltage.


The documentation for this struct was generated from the following file:

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