ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Define_overdrive6_getstateinfo

These defines the power states to get information about. It is used by ADL_Overdrive6_StateInfo_GetGet default clocks for the performance state. More...

Macros

#define ADL_OD6_GETSTATEINFO_CURRENT   0x00000003
 
#define ADL_OD6_GETSTATEINFO_CUSTOM_PERFORMANCE   0x00000004
 
#define ADL_OD6_GETSTATEINFO_CUSTOM_POWER_SAVING   0x00000005
 Do not use. Reserved for future use. More...
 
#define ADL_OD6_GETSTATEINFO_DEFAULT_PERFORMANCE   0x00000001
 
#define ADL_OD6_GETSTATEINFO_DEFAULT_POWER_SAVING   0x00000002
 Do not use. Reserved for future use. More...
 

Detailed Description

These defines the power states to get information about. It is used by ADL_Overdrive6_StateInfo_Get

Get default clocks for the performance state.

Macro Definition Documentation

◆ ADL_OD6_GETSTATEINFO_CURRENT

#define ADL_OD6_GETSTATEINFO_CURRENT   0x00000003

Get clocks for current state. Currently this is the same as ADL_OD6_GETSTATEINFO_CUSTOM_PERFORMANCE since only performance state is supported.

◆ ADL_OD6_GETSTATEINFO_CUSTOM_PERFORMANCE

#define ADL_OD6_GETSTATEINFO_CUSTOM_PERFORMANCE   0x00000004

Get the modified clocks (if any) for the performance state. If clocks were not modified through Overdrive 6, then this will return the same clocks as ADL_OD6_GETSTATEINFO_DEFAULT_PERFORMANCE.

◆ ADL_OD6_GETSTATEINFO_CUSTOM_POWER_SAVING

#define ADL_OD6_GETSTATEINFO_CUSTOM_POWER_SAVING   0x00000005

Do not use. Reserved for future use.

◆ ADL_OD6_GETSTATEINFO_DEFAULT_PERFORMANCE

#define ADL_OD6_GETSTATEINFO_DEFAULT_PERFORMANCE   0x00000001

◆ ADL_OD6_GETSTATEINFO_DEFAULT_POWER_SAVING

#define ADL_OD6_GETSTATEINFO_DEFAULT_POWER_SAVING   0x00000002

Do not use. Reserved for future use.


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