|
ADL (AMD Display Library) Public APIs
Version 18.1
|
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... | |
These defines the power states to get information about. It is used by ADL_Overdrive6_StateInfo_Get
Get default clocks for the performance state.
| #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.
| #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.
| #define ADL_OD6_GETSTATEINFO_CUSTOM_POWER_SAVING 0x00000005 |
Do not use. Reserved for future use.
| #define ADL_OD6_GETSTATEINFO_DEFAULT_PERFORMANCE 0x00000001 |
| #define ADL_OD6_GETSTATEINFO_DEFAULT_POWER_SAVING 0x00000002 |
Do not use. Reserved for future use.