ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
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.
int ADLPMActivity::iActivityPercent |
GPU utilization.
int ADLPMActivity::iCurrentBusLanes |
Number of PCIE bus lanes.
int ADLPMActivity::iCurrentBusSpeed |
Current PCIE bus speed.
int ADLPMActivity::iCurrentPerformanceLevel |
Performance level index.
int ADLPMActivity::iEngineClock |
Current engine clock.
int ADLPMActivity::iMaximumBusLanes |
Maximum number of PCIE bus lanes.
int ADLPMActivity::iMemoryClock |
Current memory clock.
int ADLPMActivity::iReserved |
Reserved for future purposes.
int ADLPMActivity::iSize |
Must be set to the size of the structure.
int ADLPMActivity::iVddc |
Current core voltage.