ADL (AMD Display Library) Public APIs  Version 18.1
adl_structures.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2016 - 2022 Advanced Micro Devices, Inc. All rights reserved.
3 //
4 // MIT LICENSE:
5 // Permission is hereby granted, free of charge, to any person obtaining a copy
6 // of this software and associated documentation files (the "Software"), to deal
7 // in the Software without restriction, including without limitation the rights
8 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 // copies of the Software, and to permit persons to whom the Software is
10 // furnished to do so, subject to the following conditions:
11 //
12 // The above copyright notice and this permission notice shall be included in
13 // all copies or substantial portions of the Software.
14 //
15 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 // SOFTWARE.
22 
28 
29 #ifndef ADL_STRUCTURES_H_
30 #define ADL_STRUCTURES_H_
31 
32 #include "adl_defines.h"
33 #include <stdbool.h>
42 typedef struct AdapterInfo
43 {
45 
47  int iSize;
59  int iVendorID;
65  int iPresent;
66 
67 #if defined (_WIN32) || defined (_WIN64)
68 
71  int iExist;
80 
81 #endif /* (_WIN32) || (_WIN64) */
82 
84 
91 typedef struct ADLAdapterCaps
92 {
108 
116 typedef struct ADLMemoryInfo2
117 {
119  long long iMemorySize;
123  long long iMemoryBandwidth;
125  long long iHyperMemorySize;
126 
132 
140 typedef struct ADLMemoryInfo3
141 {
143  long long iMemorySize;
147  long long iMemoryBandwidth;
149  long long iHyperMemorySize;
150 
156  long long iVramVendorRevId;
158 
166 typedef struct ADLMemoryInfoX4
167 {
169  long long iMemorySize;
173  long long iMemoryBandwidth;
175  long long iHyperMemorySize;
176 
182  long long iVramVendorRevId;
186  long long iMemoryBitRateX2;
187 
189 
191 // ADLvRamVendor Enumeration
194 {
207 };
208 
215 
216 typedef struct ADLGcnInfo
217 {
218  int CuCount; //Number of compute units on the ASIC.
219  int TexCount; //Number of texture mapping units.
220  int RopCount; //Number of Render backend Units.
221  int ASICFamilyId; //Such SI, VI. See /inc/asic_reg/atiid.h for family ids
222  int ASICRevisionId; //Such as Ellesmere, Fiji. For example - VI family revision ids are stored in /inc/asic_reg/vi_id.h
224 
232 {
233  int virtualSegmentSupported; // 1 - subsequent values are valid
234  int virtualSegmentDefault; //virtual segment default, 1: enable, 0: disable
235  int virtualSegmentCurrent; //virtual segment current, 1: enable, 0: disable
236  int iMinSizeInMB; //minimum value
237  int iMaxSizeInMB; //maximum value
238  int icurrentSizeInMB; //last configured otherwise same as factory default
239  int idefaultSizeInMB; //factory default
240  int iMask; //fileds for extension in the future
241  int iValue; //fileds for extension in the future
243 
251 typedef struct ADLChipSetInfo
252 {
253  int iBusType;
260 
268 typedef struct ADLMemoryInfo
269 {
271  long long iMemorySize;
275  long long iMemoryBandwidth;
277 
285 typedef struct ADLMemoryRequired
286 {
287  long long iMemoryReq;
288  int iType;
291 
300 {
304 
312 typedef struct ADLDDCInfo
313 {
315  int ulSize;
331  int ulPTMCx;
333  int ulPTMCy;
339 
347 typedef struct ADLDDCInfo2
348 {
350  int ulSize;
367  int ulPTMCx;
369  int ulPTMCy;
386 
389 
392 
417 
420 
425 
426  // Display screen width/height
429 
430  // Reserved for future use
431  int iReserved[2];
433 
442 typedef struct ADLGamma
443 {
445  float fRed;
447  float fGreen;
449  float fBlue;
451 
458 typedef struct ADLCustomMode
459 {
461  int iFlags;
473 
480 typedef struct ADLGetClocksOUT
481 {
485  long ulCoreMin;
486  long ulCoreMax;
494 
501 typedef struct ADLDisplayConfig
502 {
504  long ulSize;
514 
525 typedef struct ADLDisplayID
526 {
529 
535 
538 
545 
554 typedef struct ADLDisplayInfo
555 {
558 
561 
564 
567 
570 
573 
576 
580 
584 
593 typedef struct ADLDisplayDPMSTInfo
594 {
597 
602 
603  // info from DAL DpMstSinkInfo
606 
611 
615 
622 typedef struct ADLDisplayMode
623 {
633 
640 typedef struct ADLDetailedTiming
641 {
643  int iSize;
647  short sHTotal;
649  short sHDisplay;
651  short sHSyncStart;
653  short sHSyncWidth;
655  short sVTotal;
657  short sVDisplay;
659  short sVSyncStart;
661  short sVSyncWidth;
663  short sPixelClock;
672  short sOverscan8B;
673  short sOverscanGR;
675 
682 typedef struct ADLDisplayModeInfo
683 {
697 
704 typedef struct ADLDisplayProperty
705 {
707  int iSize;
713  int iSupport;
715  int iCurrent;
717  int iDefault;
719 
727 typedef struct ADLClockInfo
728 {
734 
742 typedef struct ADLI2C
743 {
745  int iSize;
747  int iLine;
749  int iAddress;
751  int iOffset;
753  int iAction;
755  int iSpeed;
759  char *pcData;
761 
769 typedef struct ADLDisplayEDIDData
770 {
772  int iSize;
774  int iFlag;
782  int iReserved[4];
784 
794 {
796  int iSize;
800  int iValue;
804 
812 typedef struct ADLAdjustmentinfo
813 {
815  int iDefault;
817  int iMin;
819  int iMax;
821  int iStep;
823 
832 {
834  int iSize;
838  int iReserved[3];
840 
848 typedef struct ADLGLSyncModuleID
849 {
859 
867 typedef struct ADLGLSyncPortCaps
868 {
874 
884 {
902 
911 typedef struct ADLGlSyncPortInfo
912 {
926 
935 typedef struct ADLGlSyncPortControl
936 {
944 
953 typedef struct ADLGlSyncMode
954 {
962 
971 typedef struct ADLGlSyncMode2
972 {
982 
990 typedef struct ADLInfoPacket
991 {
992  char hb0;
993  char hb1;
994  char hb2;
996  char sb[28];
998 
1006 typedef struct ADLAVIInfoPacket //Valid user defined data/
1007 {
1009  char bPB3_ITC;
1011  char bPB5;
1013 
1014 // Overdrive clock setting structure definition.
1015 
1023 typedef struct ADLODClockSetting
1024 {
1038 
1047 {
1049  int iSize;
1051  int iFlags;
1057 
1066 {
1068  int iSize;
1070  int iFlags;
1076 
1084 typedef struct ADLPMActivity
1085 {
1087  int iSize;
1093  int iVddc;
1107 
1116 {
1118  int iSize;
1124  int iFlags;
1126 
1134 typedef struct ADLTemperature
1135 {
1137  int iSize;
1141 
1149 typedef struct ADLFanSpeedInfo
1150 {
1152  int iSize;
1154  int iFlags;
1160  int iMinRPM;
1162  int iMaxRPM;
1164 
1172 typedef struct ADLFanSpeedValue
1173 {
1175  int iSize;
1181  int iFlags;
1183 
1191 typedef struct ADLODParameterRange
1192 {
1194  int iMin;
1196  int iMax;
1198  int iStep;
1200 
1208 typedef struct ADLODParameters
1209 {
1211  int iSize;
1227 
1236 {
1242  int iVddc;
1244 
1253 {
1255  int iSize;
1260 
1268 typedef struct ADLCrossfireComb
1269 {
1273  int iAdaptLink[3];
1275 
1283 typedef struct ADLCrossfireInfo
1284 {
1288  int iState;
1292 
1300 typedef struct ADLBiosInfo
1301 {
1306 
1314 typedef struct ADLAdapterLocation
1315 {
1317  int iBus;
1319  int iDevice;
1323 
1330 typedef struct ADLVersionsInfo
1331 {
1339 
1346 typedef struct ADLVersionsInfoX2
1347 {
1357 
1365 typedef struct ADLMVPUCaps
1366 {
1368  int iSize;
1378 
1386 typedef struct ADLMVPUStatus
1387 {
1389  int iSize;
1393  int iStatus;
1397 
1398 // Displays Manager structures
1399 
1407 typedef struct ADLActivatableSource
1408 {
1418 
1427 
1428 typedef struct ADLMode
1429 {
1435  int iXPos;
1437  int iYPos;
1439  int iXRes;
1441  int iYRes;
1455 
1462 typedef struct ADLDisplayTarget
1463 {
1466 
1469 
1472 
1476 
1484 {
1487 
1490 
1493 
1496 
1499 
1502 
1505 
1509 
1518 typedef struct ADLAdapterDisplayCap
1519 {
1527 
1536 typedef struct ADLDisplayMap
1537 {
1540 
1543 
1546 
1549 
1552 
1556 
1564 typedef struct ADLPossibleMap
1565 {
1567  int iIndex;
1579 
1586 typedef struct ADLPossibleMapping
1587 {
1592 
1600 typedef struct ADLPossibleMapResult
1601 {
1603  int iIndex;
1604  // The bit mask identifies the number of bits PossibleMapResult is currently using. It will be the sum all the bit definitions defined in ADL_DISPLAY_POSSIBLEMAPRESULT_VALID.
1609 
1616 typedef struct ADLSLSGrid
1617 {
1620 
1623 
1626 
1629 
1632 
1636 
1643 typedef struct ADLSLSMap
1644 {
1647 
1650 
1653 
1656 
1659 
1662 
1665 
1668 
1671 
1674 
1677 
1680 
1683 
1686 
1690 
1697 typedef struct ADLSLSOffset
1698 {
1701 
1704 
1707 
1710 
1713 
1716 
1719 
1722 
1725 
1729 
1736 typedef struct ADLSLSMode
1737 {
1740 
1743 
1746 
1749 
1752 
1756 
1763 typedef struct ADLPossibleSLSMap
1764 {
1768 
1771 
1774 
1777 
1781 
1788 typedef struct ADLSLSTarget
1789 {
1792 
1795 
1798 
1801 
1804 
1807 
1810 
1814 
1822 {
1825 
1828 
1831 
1834 
1837 
1841 
1848 typedef struct ADLSLSOverlappedMode
1849 {
1857 
1864 typedef struct ADLPXConfigCaps
1865 {
1868 
1871 
1875 
1883 typedef enum ADLPxType
1884 {
1885  //Not AMD related PX/HG or not PX or HG at all
1887  //A+A PX
1889  // A+A HG
1891  //A+I PX
1893  //A+I HG
1896 
1903 typedef struct ADLApplicationData
1904 {
1914 
1921 typedef struct ADLApplicationDataX2
1922 {
1932 
1939 typedef struct ADLApplicationDataX3
1940 {
1949  //Application Process id
1950  unsigned int iProcessId;
1952 
1959 typedef struct PropertyRecord
1960 {
1968  unsigned char uData[1];
1970 
1978 {
1980  int iCount;
1984 
1991 typedef struct ADLPowerControlInfo
1992 {
2000 
2007 typedef struct ADLControllerMode
2008 {
2013 
2016 
2019 
2022 
2025 
2028 
2031 
2034 
2038 
2045 typedef struct ADLDisplayIdentifier
2046 {
2049 
2052 
2055 
2059 
2066 typedef struct ADLOD6ParameterRange
2067 {
2069  int iMin;
2071  int iMax;
2073  int iStep;
2075 
2082 typedef struct ADLOD6Capabilities
2083 {
2102 
2108 
2116 {
2122 
2131 typedef struct ADLOD6StateInfo
2132 {
2137 
2142 
2147 
2154 typedef struct ADLOD6CurrentStatus
2155 {
2171 
2177 
2185 {
2197 
2203 
2210 typedef struct ADLOD6FanSpeedInfo
2211 {
2218 
2224 
2231 typedef struct ADLOD6FanSpeedValue
2232 {
2237 
2243 
2253 {
2260 
2266 
2276 {
2283 
2289 
2296 typedef struct ADLECCData
2297 {
2298  // Single error count - count of errors that can be corrected
2299  int iSec;
2300  // Double error detect - count of errors that cannot be corrected
2301  int iDed;
2303 
2310 typedef void *ADL_CONTEXT_HANDLE;
2311 
2319 
2326 typedef struct ADLDisplayModeX2
2327 {
2329  int iWidth;
2331  int iHeight;
2339 
2341 {
2342  APP_PROC_INVALID = 0, // Invalid Application
2343  APP_PROC_PREMPTION = 1, // The Application is being set up for Process Creation
2344  APP_PROC_CREATION = 2, // The Application's Main Process is created by the OS
2345  APP_PROC_READ = 3, // The Application's Data is ready to be read
2346  APP_PROC_WAIT = 4, // The Application is waiting for Timeout or Notification to Resume
2347  APP_PROC_RUNNING = 5, // The Application is running
2348  APP_PROC_TERMINATE = 6 // The Application is about to terminate
2350 
2352 {
2355  ADL_ENVVAR = 2
2357 
2359 {
2360  wchar_t AppName[ADL_MAX_PATH]; // the file name of the application or env var
2361  unsigned int ProcessId;
2365 
2366 typedef enum ADL_AP_DATABASE // same as _SHARED_AP_DATABASE in "inc/shared/shared_escape.h"
2367 {
2372 
2374 {
2375  wchar_t AppName[ADL_MAX_PATH]; // the file name of the application or env var
2376  unsigned int ProcessId;
2377  unsigned int WaitForResumeNeeded;
2378  wchar_t CommandLine[ADL_MAX_PATH]; // The command line on app start/stop event
2382 
2384 {
2385  wchar_t AppName[ADL_MAX_PATH]; // the file name of the application or env var
2386  unsigned int ProcessId;
2387  unsigned int WaitForResumeNeeded;
2388  unsigned int RayTracingStatus; // returns the Ray Tracing status if it is enabled atleast once in session.
2389  wchar_t CommandLine[ADL_MAX_PATH]; // The command line on app start/stop event
2393 
2401 {
2403  wchar_t * strPropertyName;
2406  // Value of the property
2407  wchar_t * strPropertyValue;
2409 
2416 typedef struct ADLApplicationRecord
2417 {
2419  wchar_t * strTitle;
2421  wchar_t * strPathName;
2423  wchar_t * strFileName;
2425  wchar_t * strVersion;
2427  wchar_t * strNotes;
2429  wchar_t * strArea;
2431  wchar_t * strProfileName;
2432  // Source where this application record come from
2435 
2442 typedef struct ADLOD6CapabilitiesEx
2443 {
2463 
2470 typedef struct ADLOD6StateEx
2471 {
2483 
2490 typedef struct ADLOD6MaxClockAdjust
2491 {
2504 
2511 typedef struct ADLConnectorInfo
2512 {
2520  int iType;
2522  int iOffset;
2524  int iLength;
2526 
2533 typedef struct ADLBracketSlotInfo
2534 {
2538  int iLength;
2540  int iWidth;
2542 
2549 typedef struct ADLMSTRad
2550 {
2556 
2563 typedef struct ADLDevicePort
2564 {
2570 
2578 {
2584 
2591 typedef struct ADLConnectionState
2592 {
2600 
2608 {
2609  //Bit vector. Represents actual properties. Supported properties for specific connection type. \ref define_connection_properties
2611  //Bitrate(in MHz). Could be used for MST branch, DP or DP active dongle. \ref define_linkrate_constants
2613  //Number of lanes in DP connection. \ref define_lanecount_constants
2615  //Color depth(in bits). \ref define_colordepth_constants
2617  //3D capabilities. It could be used for some dongles. For instance: alternate framepack. Value of this property is bit vector.
2622 
2629 typedef struct ADLConnectionData
2630 {
2644 
2651 typedef struct ADLAdapterCapsX2
2652 {
2670 
2672 {
2676  ADL_CORRECTED = 4
2678 
2679 typedef union _ADL_ECC_EDC_FLAG
2680 {
2681  struct
2682  {
2683  unsigned int isEccAccessing : 1;
2684  unsigned int reserved : 31;
2686  unsigned int u32All;
2688 
2695 typedef struct ADLErrorRecord
2696 {
2697  // Severity of error
2699 
2700  // Is the counter valid?
2702 
2703  // Counter value, if valid
2704  unsigned int count;
2705 
2706  // Is the location information valid?
2708 
2709  // Physical location of error
2710  unsigned int CU; // CU number on which error occurred, if known
2711  char StructureName[32]; // e.g. LDS, TCC, etc.
2712 
2713  // Time of error record creation (e.g. time of query, or time of poison interrupt)
2714  char tiestamp[32];
2715 
2716  unsigned int padding[3];
2718 
2719 typedef enum ADL_EDC_BLOCK_ID
2720 {
2730 
2732 {
2737 
2738 typedef union _ADL_ERROR_PATTERN
2739 {
2740  struct
2741  {
2742  unsigned long EccInjVector : 16;
2743  unsigned long EccInjEn : 9;
2744  unsigned long EccBeatEn : 4;
2745  unsigned long EccChEn : 4;
2746  unsigned long reserved : 31;
2747  } bits;
2748  unsigned long long u64Value;
2750 
2752 {
2753  unsigned long long errorAddress;
2756 
2763 typedef struct ADLErrorInjection
2764 {
2768 
2769 typedef struct ADLErrorInjectionX2
2770 {
2775 
2783 typedef struct ADLFreeSyncCap
2784 {
2786  int iCaps;
2792  unsigned char ucLabelIndex;
2794  char cReserved[3];
2795  int iReserved[4];
2797 
2805 typedef struct ADLDceSettings
2806 {
2807  DceSettingsType type; // Defines which structure is in the union below
2808  union
2809  {
2810  struct
2811  {
2814  struct
2815  {
2816  DpLinkRate linkRate; // Read-only
2817  unsigned int numberOfActiveLanes; // Read-only
2818  unsigned int numberofTotalLanes; // Read-only
2819  int relativePreEmphasis; // Allowable values are -2 to +2
2820  int relativeVoltageSwing; // Allowable values are -2 to +2
2823  struct
2824  {
2825  bool linkProtectionEnabled; // Read-only
2828  int iReserved[15];
2830 
2837 typedef struct ADLGraphicCoreInfo
2838 {
2840  int iGCGen;
2841 
2842  union
2843  {
2845  int iNumCUs;
2848  };
2849 
2850  union
2851  {
2856  };
2857 
2860 
2863 
2865  int iReserved[11];
2867 
2874 typedef struct ADLODNParameterRange
2875 {
2877  int iMode;
2879  int iMin;
2881  int iMax;
2883  int iStep;
2887 
2894 typedef struct ADLODNCapabilities
2895 {
2925 
2932 typedef struct ADLODNCapabilitiesX2
2933 {
2940  int iFlags;
2970 
2979 {
2981  int iClock;
2983  int iVddc;
2987 
2996 {
2997  int iSize;
2998  //Automatic/manual
2999  int iMode;
3005 
3013 typedef struct ADLODNFanControl
3014 {
3015  int iMode;
3024 
3033 {
3034  int iMode;
3038 
3040 {
3057  int iVDDC;
3058  int iVDDCI;
3060 
3068 {
3070  int iClock;
3072  int iVddc;
3078 
3087 {
3088  int iSize;
3089  //Automatic/manual
3090  int iMode;
3096 
3098 {
3104 
3105 // in/out: CWDDEPM_CURRENTPOWERPARAMETERS
3107 {
3108  int size;
3112 
3113 //ODN Ext range data structure
3115 {
3116  int mode;
3119  int step;
3122 
3123 //OD8 Ext range data structure
3125 {
3131 
3138 typedef struct ADLOD8InitSetting
3139 {
3140  int count;
3144 
3151 typedef struct ADLOD8CurrentSetting
3152 {
3153  int count;
3156 
3163 
3165 {
3166  int value;
3167  int requested; // 0 - default , 1 - requested
3168  int reset; // 0 - do not reset , 1 - reset setting back to default
3170 
3171 typedef struct ADLOD8SetSetting
3172 {
3173  int count;
3176 
3183 typedef struct ADLSingleSensorData
3184 {
3186  int value;
3188 
3189 typedef struct ADLPMLogDataOutput
3190 {
3191  int size;
3194 
3202 typedef struct ADLPPLogSettings
3203 {
3214 
3221 typedef struct ADLFPSSettingsOutput
3222 {
3224  int ulSize;
3242 
3249 typedef struct ADLFPSSettingsInput
3250 {
3252  int ulSize;
3260  int ulReserved[6];
3262 
3270 
3271 typedef struct ADLPMLogSupportInfo
3272 {
3276  int ulReserved[16];
3278 
3285 typedef struct ADLPMLogStartInput
3286 {
3290  unsigned long ulSampleRate;
3292  int ulReserved[15];
3294 
3295 typedef struct ADLPMLogData
3296 {
3298  unsigned int ulVersion;
3300  unsigned int ulActiveSampleRate;
3302  unsigned long long ulLastUpdated;
3306  unsigned int ulReserved[256];
3308 
3315 typedef struct ADLPMLogStartOutput
3316 {
3318  union
3319  {
3321  unsigned long long ptr_LoggingAddress;
3322  };
3324  int ulReserved[14];
3326 
3333 typedef struct ADLPMLogSensorLimits
3334 {
3335  int SensorLimits[ADL_PMLOG_MAX_SENSORS][2]; //index 0: min, 1: max
3337 
3344 
3346 {
3347  unsigned int Reserved[16];
3349 
3356 
3358 {
3359  unsigned int CorrectedErrors; // includes both DRAM and SRAM ECC
3360  unsigned int UnCorrectedErrors; // includes both DRAM and SRAM ECC
3361  unsigned int Reserved[14];
3363 
3370 
3371 typedef struct ADLRASGetErrorCounts
3372 {
3373  unsigned int InputSize;
3375  unsigned int OutputSize;
3378 
3385 
3387 {
3388  unsigned int Reserved[8];
3390 
3397 
3399 {
3400  unsigned int Reserved[8];
3402 
3409 
3411 {
3412  unsigned int InputSize;
3414  unsigned int OutputSize;
3417 
3424 
3426 {
3427  unsigned long long Address;
3432  unsigned int padding[9];
3434 
3441 
3443 {
3444  unsigned int ErrorInjectionStatus;
3445  unsigned int padding[15];
3447 
3454 
3455 typedef struct ADLRASErrorInjection
3456 {
3457  unsigned int InputSize;
3459  unsigned int OutputSize;
3462 
3469 typedef struct ADLSGApplicationInfo
3470 {
3478  long long int timeStamp;
3480  unsigned int iProfileExists;
3482  unsigned int iGPUAffinity;
3486 
3494 
3496 {
3500 };
3501 
3503 {
3505  int ulSize;
3513  int ulReserved[12];
3515 
3516 typedef struct ADL_ERROR_REASON
3517 {
3518  int boost; //ON, when boost is Enabled
3519  int delag; //ON, when delag is Enabled
3520  int chill; //ON, when chill is Enabled
3521  int proVsr; //ON, when proVsr is Enabled
3523 
3524 typedef struct ADL_ERROR_REASON2
3525 {
3526  int boost; //ON, when boost is Enabled
3527  int delag; //ON, when delag is Enabled
3528  int chill; //ON, when chill is Enabled
3529  int proVsr; //ON, when proVsr is Enabled
3530  int upscale; //ON, when RSR is Enabled
3532 
3540 {
3541  int HotkeyChanged; //Set when Hotkey value is changed
3542  int GlobalEnableChanged; //Set when Global enable value is changed
3543  int GlobalLimitFPSChanged; //Set when Global enable value is changed
3545 
3552 typedef struct ADL_DELAG_SETTINGS
3553 {
3554  int Hotkey; // Hotkey value
3555  int GlobalEnable; //Global enable value
3556  int GlobalLimitFPS; //Global Limit FPS
3557  int GlobalLimitFPS_MinLimit; //Gloabl Limit FPS slider min limit value
3558  int GlobalLimitFPS_MaxLimit; //Gloabl Limit FPS slider max limit value
3559  int GlobalLimitFPS_Step; //Gloabl Limit FPS step value
3561 
3569 {
3570  int HotkeyChanged; //Set when Hotkey value is changed
3571  int GlobalEnableChanged; //Set when Global enable value is changed
3572  int GlobalMinResChanged; //Set when Global min resolution value is changed
3574 
3581 typedef struct ADL_BOOST_SETTINGS
3582 {
3583  int Hotkey; // Hotkey value
3584  int GlobalEnable; //Global enable value
3585  int GlobalMinRes; //Gloabl Min Resolution value
3586  int GlobalMinRes_MinLimit; //Gloabl Min Resolution slider min limit value
3587  int GlobalMinRes_MaxLimit; //Gloabl Min Resolution slider max limit value
3588  int GlobalMinRes_Step; //Gloabl Min Resolution step value
3590 
3597 typedef struct ADL_BOOST_SETTINGSX2
3598 {
3599  int Hotkey; // Hotkey value
3600  int GlobalEnable; //Global enable value
3601  int GlobalMinRes; //Gloabl Min Resolution value
3602  int GlobalMinRes_MinLimit; //Gloabl Min Resolution slider min limit value
3603  int GlobalMinRes_MaxLimit; //Gloabl Min Resolution slider max limit value
3604  int GlobalMinRes_Step; //Gloabl Min Resolution step value
3605  int VsrSupported; //Allows for interop with Upscaling/RSR
3607 
3608 
3616 {
3617  int HotkeyChanged; //Set when Hotkey value is changed
3618  int GlobalEnableChanged; //Set when Global enable value is changed
3620 
3627 typedef struct ADL_PROVSR_SETTINGS
3628 {
3629  int Hotkey; // Hotkey value
3630  int GlobalEnable; //Global enable value
3632 
3640 {
3641  int HotkeyChanged; //Set when Hotkey value is changed
3642  int GlobalEnableChanged; //Set when Global enable value is changed
3644 
3652 {
3653  int Hotkey; // Hotkey value
3654  int GlobalEnable; //Global enable value
3656 
3658 
3666 {
3667  unsigned int GlobalEnableChanged; //Set when Global enable value is changed
3668  unsigned int GlobalSharpeningDegreeChanged; //Set when Global sharpening Degree value is changed
3670 
3677 typedef struct ADL_RIS_SETTINGS
3678 {
3679  int GlobalEnable; //Global enable value
3680  int GlobalSharpeningDegree; //Global sharpening value
3681  int GlobalSharpeningDegree_MinLimit; //Gloabl sharpening slider min limit value
3682  int GlobalSharpeningDegree_MaxLimit; //Gloabl sharpening slider max limit value
3683  int GlobalSharpeningDegree_Step; //Gloabl sharpening step value
3685 
3693 {
3694  int HotkeyChanged; //Set when Hotkey value is changed
3695  int GlobalEnableChanged; //Set when Global enable value is changed
3696  int GlobalMinFPSChanged; //Set when Global min FPS value is changed
3697  int GlobalMaxFPSChanged; //Set when Global max FPS value is changed
3699 
3706 typedef struct ADL_CHILL_SETTINGS
3707 {
3708  int Hotkey; // Hotkey value
3709  int GlobalEnable; //Global enable value
3710  int GlobalMinFPS; //Global Min FPS value
3711  int GlobalMaxFPS; //Global Max FPS value
3712  int GlobalFPS_MinLimit; //Gloabl FPS slider min limit value
3713  int GlobalFPS_MaxLimit; //Gloabl FPS slider max limit value
3714  int GlobalFPS_Step; //Gloabl FPS Slider step value
3716 
3724 {
3725  int ModeOverrideEnabledChanged; //Set when Global min resolution value is changed
3726  int GlobalEnabledChanged; //Set when Global enable value is changed
3728 
3736 {
3740 
3748 {
3749  unsigned short R : 8; // Red Value
3750  unsigned short G : 8; // Green Value
3751  unsigned short B : 8; // Blue Value
3753 
3761 {
3762  short brightness : 8; // Brightness of LED
3763  short speed : 8; // Speed of LED pattern
3764  bool directionCounterClockWise; //Direction of LED Pattern
3765  ADL_RADEON_LED_COLOR_CONFIG colorConfig; // RGB value of LED pattern
3766  char morseCodeText[ADL_RADEON_LED_MAX_MORSE_CODE]; // Morse Code user input for Morse Code LED pattern
3767  char morseCodeTextOutPut[ADL_RADEON_LED_MAX_MORSE_CODE]; // Driver set output representation of Morse Code
3768  int morseCodeTextOutPutLen; // Length of Morse Code output
3770 
3778 {
3779  short brightness : 8; // Brightness of LED
3780  ADL_RADEON_LED_COLOR_CONFIG colorConfig[ADL_RADEON_LED_MAX_LED_ROW_ON_GRID][ADL_RADEON_LED_MAX_LED_COLUMN_ON_GRID]; // Full grid array representation of Radeon LED to be populated by user
3782 
3790 {
3791  ADL_RADEON_USB_LED_BAR_CONTROLS control; //Requested LED pattern
3792 
3793  union
3794  {
3795  ADL_RADEON_LED_PATTERN_CONFIG_GENERIC genericPararmeters; //Requested pattern configuration settings
3796  ADL_RADEON_LED_CUSTOM_GRID_LED_CONFIG customGridConfig; //Requested custom grid configuration settings
3797  };
3799 
3809 typedef struct AdapterInfoX2
3810 {
3812 
3814  int iSize;
3834  int iExist;
3848 
3853 
3854 typedef struct ADLGamutReference
3855 {
3859 
3866 
3867 typedef struct ADLGamutInfo
3868 {
3871 
3875 
3882 
3883 typedef struct ADLPoint
3884 {
3886  int iX;
3888  int iY;
3896 
3897 typedef struct ADLGamutCoordinates
3898 {
3906 
3912 
3913 typedef struct ADLGamutData
3914 {
3925 
3928 
3931 
3934 
3938 
3945 typedef struct ADLDetailedTimingX2
3946 {
3948  int iSize;
3952  int sHTotal;
3960  int sVTotal;
3980 
3987 typedef struct ADLDisplayModeInfoX2
3988 {
4002 
4010 typedef struct ADLI2CLargePayload
4011 {
4013  int iSize;
4015  int iLine;
4019  int iOffset;
4021  int iAction;
4023  int iSpeed;
4025  int iFlags;
4029  char *pcData;
4031 
4033 #define ADL_FEATURE_NAME_LENGTH 16
4039 typedef struct ADLFeatureName
4040 {
4044 
4049 typedef struct ADLFeatureCaps
4050 {
4053  // char strFeatureName[ADL_FEATURE_NAME_LENGTH];
4054 
4057 
4060 
4062  int iPageID;
4063 
4066 
4069 
4072 
4075 
4078 
4081 
4084 
4086  int iMin;
4087 
4089  int iMax;
4090 
4092  int iStep;
4093 
4096 
4098  float fMin;
4099 
4101  float fMax;
4102 
4104  float fStep;
4105 
4107  float fDefault;
4108 
4112 
4117 typedef struct ADLFeatureValues
4118 {
4121  // char strFeatureName[ADL_FEATURE_NAME_LENGTH];
4122 
4125 
4128 
4130  float fCurrent;
4131 
4135 
4143 
4144 typedef struct ADLHDCPSettings
4145 {
4146  int iHDCPProtectionVersion; // Version, starting from 1
4147  int iHDCPCaps; //Caps used to ensure at least one protection scheme is supported, 1 is HDCP1X and 2 is HDCP22
4148  int iAllowAll; //Allow all is true, disable all is false
4152 
4160 
4161 typedef struct ADLMantleAppInfo
4162 {
4168  long vendorId;
4170  long deviceId;
4172  int gpuType;
4174  char gpuName[256];
4190 
4196 typedef struct ADLSDIData
4197 {
4203 
4204 
4211 typedef struct ADL_FRTCPRO_Settings
4212 {
4213  int DefaultState; //The default status for FRTC pro
4214  int CurrentState; //The current enable/disable status for FRTC pro
4215  unsigned int DefaultValue; //The default FPS value for FRTC pro.
4216  unsigned int CurrentValue; //The current FPS value for FRTC pro.
4217  unsigned int maxSupportedFps; //The max value for FRTC pro.
4218  unsigned int minSupportedFps; //The min value for FRTC pro.
4220 
4228 {
4229  int StateChanged; // FRTCPro state changed
4230  int ValueChanged; // FRTCPro value changed
4232 
4239 typedef struct ADL_DL_DISPLAY_MODE
4240 {
4241  int iPelsHeight; // Vertical resolution (in pixels).
4242  int iPelsWidth; // Horizontal resolution (in pixels).
4243  int iBitsPerPel; // Color depth.
4244  int iDisplayFrequency; // Refresh rate.
4246 
4254 typedef union _ADLDCESupport
4255 {
4256  struct
4257  {
4258  unsigned int PrePhasis : 1;
4259  unsigned int voltageSwing : 1;
4260  unsigned int reserved : 30;
4262  unsigned int u32All;
4264 
4272 {
4275  int iDefaultMode; //Refer to CWDDEPM_ODN_CONTROL_TYPE
4279  int iFlags; //refer to define_smartshift_bits
4281 
4282 #endif /* ADL_STRUCTURES_H_ */
ADLApplicationDataX2::strFileName
wchar_t strFileName[256]
File Name.
Definition: adl_structures.h:1926
ADLApplicationData::strTimeStamp
char strTimeStamp[32]
Creation timestamp.
Definition: adl_structures.h:1910
ADLConnectionState
struct ADLConnectionState ADLConnectionState
Structure containing connection state of the connector.
ADLOD6ThermalControllerCaps::iCapabilities
int iCapabilities
Definition: adl_structures.h:2188
ADLOD6ThermalControllerCaps::iFanMaxPercent
int iFanMaxPercent
Maximum fan speed expressed as a percentage.
Definition: adl_structures.h:2192
ADLOD6CurrentStatus::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2173
ADLDisplayTarget
struct ADLDisplayTarget ADLDisplayTarget
Structure containing information about display target information.
ADLODNCapabilitiesX2::fanSpeed
ADLODNParameterRange fanSpeed
Definition: adl_structures.h:2961
ADLMemoryInfo3::strMemoryType
char strMemoryType[256]
Memory type in string.
Definition: adl_structures.h:145
ADLvRamVendor_WINBOND
@ ADLvRamVendor_WINBOND
Definition: adl_structures.h:203
ADLFPSSettingsOutput
Structure containing information related Frames Per Second for AC and DC.
Definition: adl_structures.h:3222
ADLApplicationProfile
struct ADLApplicationProfile ADLApplicationProfile
Structure containing information about an application profile.
ADL_AP_DATABASE__OEM
@ ADL_AP_DATABASE__OEM
Definition: adl_structures.h:2370
ADLPMLogStartOutput::pLoggingAddress
void * pLoggingAddress
Definition: adl_structures.h:3320
ADLOD6CurrentStatus::iCurrentBusSpeed
int iCurrentBusSpeed
Current PCI-E bus speed.
Definition: adl_structures.h:2166
ADLODNExtSingleInitSetting::minValue
int minValue
Definition: adl_structures.h:3117
ADLGraphicCoreInfo::iNumPEsPerWGP
int iNumPEsPerWGP
Number of processing elements per WGP. Valid for RDNA (iGCGen == RDNA)
Definition: adl_structures.h:2855
ADL_RAS_BLOCK_ID
ADL_RAS_BLOCK_ID
Definition: adl_defines.h:2458
ADLODNExtSingleInitSetting::defaultValue
int defaultValue
Definition: adl_structures.h:3120
ADLDDCInfo2::ulMaxBacklightMaxLuminanceData
int ulMaxBacklightMaxLuminanceData
Definition: adl_structures.h:421
ADLDisplayConfig::ulReserved
long ulReserved
Reserved field.
Definition: adl_structures.h:512
ADLI2CLargePayload
Structure containing information about I2C.
Definition: adl_structures.h:4011
ADLMemoryInfo2::iInvisibleMemorySize
long long iInvisibleMemorySize
Invisible Memory size in bytes.
Definition: adl_structures.h:128
ADLvRamVendor_Unsupported
@ ADLvRamVendor_Unsupported
Definition: adl_structures.h:195
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::morseCodeText
char morseCodeText[260]
Definition: adl_structures.h:3766
ADLOD6ThermalControllerCaps::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2201
ADLOD6CurrentStatus::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2175
ADLSLSOffset::iBezelOffsetMask
int iBezelOffsetMask
The bit mask identifies the number of bits Offset is currently using.
Definition: adl_structures.h:1724
ADLGLSyncGenlockConfig::iTriggerEdge
int iTriggerEdge
The signal edge that should trigger synchronization. ADL_GLSYNC_TRIGGEREDGE_* Genlock related values.
Definition: adl_structures.h:898
ADL_APP_PROFILE_PROPERTY_LENGTH
#define ADL_APP_PROFILE_PROPERTY_LENGTH
Definition: adl_defines.h:1358
ADLAdapterCapsX2
struct ADLAdapterCapsX2 ADLAdapterCapsX2
Structure containing information about an controller mode including Number of Connectors.
ADLDisplayModeInfoX2::iTimingStandard
int iTimingStandard
Timing standard of the current mode. Timing Standards.
Definition: adl_structures.h:3990
AdapterInfoX2::iFunctionNumber
int iFunctionNumber
The function number.
Definition: adl_structures.h:3824
LPADLSLSTarget
struct ADLSLSTarget * LPADLSLSTarget
ADL_DELAG_NOTFICATION_REASON::GlobalEnableChanged
int GlobalEnableChanged
Definition: adl_structures.h:3542
ADLGraphicCoreInfo::iNumCUs
int iNumCUs
Total number of CUs. Valid for GCN (iGCGen == GCN)
Definition: adl_structures.h:2845
AdapterInfoX2
struct AdapterInfoX2 AdapterInfoX2
Structure containing information about the graphics adapter with extended caps.
ADLOD6FanSpeedValue::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2239
ADLODNPerformanceLevelsX2
Structure containing information about Overdrive N performance levels.
Definition: adl_structures.h:3087
ADL_PROVSR_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3630
LPADLGLSyncPortCaps
struct ADLGLSyncPortCaps * LPADLGLSyncPortCaps
_ADL_ERROR_PATTERN::EccInjVector
unsigned long EccInjVector
Definition: adl_structures.h:2742
ADLFeatureValues::iCurrent
int iCurrent
Current integer value. Valid only if ADLFeatureCaps indicates support for integers.
Definition: adl_structures.h:4127
_ADL_ECC_EDC_FLAG::reserved
unsigned int reserved
Definition: adl_structures.h:2684
ADLDDCInfo2::ulMaxHResolution
int ulMaxHResolution
Returns the maximum Horizontal supported resolution. Should be zeroed if this information is not avai...
Definition: adl_structures.h:361
ADLGraphicCoreInfo::iNumROPs
int iNumROPs
Total number of ROPs. Valid for both GCN and Pre GCN.
Definition: adl_structures.h:2862
ADL_RIS_SETTINGS
struct ADL_RIS_SETTINGS ADL_RIS_SETTINGS
Structure containing information about RIS Settings.
ADLDisplayDPMSTInfo::displayID
ADLDisplayID displayID
The ADLDisplayID structure.
Definition: adl_structures.h:596
ADLRASResetErrorCounts::InputSize
unsigned int InputSize
Definition: adl_structures.h:3412
ADLSupportedConnections
Structure containing supported connection types and properties.
Definition: adl_structures.h:2578
ADL_RADEON_LED_PATTERN_CONFIG::customGridConfig
ADL_RADEON_LED_CUSTOM_GRID_LED_CONFIG customGridConfig
Definition: adl_structures.h:3796
ADLPoint
Structure containing information about driver point coordinates.
Definition: adl_structures.h:3884
ADLFeatureCaps::iStep
int iStep
Step integer value. Valid only if ADLFeatureCaps indicates support for integers.
Definition: adl_structures.h:4092
ADLAVIInfoPacket
struct ADLAVIInfoPacket ADLAVIInfoPacket
Structure containing the AVI packet info of a display.
ADLThermalControllerInfo
Structure containing information about thermal controller.
Definition: adl_structures.h:1116
ADLCrossfireComb::iNumLinkAdapter
int iNumLinkAdapter
Number of adapters in this combination.
Definition: adl_structures.h:1271
ADLDceSettings::numberOfActiveLanes
unsigned int numberOfActiveLanes
Definition: adl_structures.h:2817
ADLODNParameterRange::iStep
int iStep
The minimum increment between clock values.
Definition: adl_structures.h:2883
ADLPPLogSettings::LogSourceMask
int LogSourceMask
Definition: adl_structures.h:3210
ADLOD6Capabilities::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2104
ADLSLSGrid::iSLSGridValue
int iSLSGridValue
The grid bit value identifies the display status. Refer to ADL_DISPLAY_SLSGRID_ORIENTATION_XXX.
Definition: adl_structures.h:1634
ADLDisplayTarget
Structure containing information about display target information.
Definition: adl_structures.h:1463
ADLApplicationProfile::record
PropertyRecord record[1]
Buffer to store all property records.
Definition: adl_structures.h:1982
ADLPPLogSettings::BreakOnWarn
int BreakOnWarn
Definition: adl_structures.h:3205
ADLOD6ParameterRange::iMax
int iMax
The ending value of the clock range.
Definition: adl_structures.h:2071
ADLODNPerformanceStatus
Definition: adl_structures.h:3040
ADLFPSSettingsOutput::ulACFPSMinimum
int ulACFPSMinimum
Minimum FPS Threshold allowed in PPLib for AC.
Definition: adl_structures.h:3236
ADLMemoryInfoX4
struct ADLMemoryInfoX4 ADLMemoryInfoX4
Structure containing additional information about the ASIC memory.
ADLPXConfigCaps
struct ADLPXConfigCaps ADLPXConfigCaps
Structure containing information about driver supported PowerExpress Config Caps.
ADLGamutData::iFeature
int iFeature
Definition: adl_structures.h:3924
ADLFreeSyncCap
struct ADLFreeSyncCap ADLFreeSyncCap
Structure containing per display FreeSync capability information.
ADLPreFlipPostProcessingLUTAlgorithm_Default
@ ADLPreFlipPostProcessingLUTAlgorithm_Default
Definition: adl_structures.h:3497
ADLConnectorInfo
Structure containing the Connector information.
Definition: adl_structures.h:2512
ADLDevicePort::aMSTRad
ADLMSTRad aMSTRad
Relative MST address. If MST RAD contains 0 it means DP or Root of the MST topology....
Definition: adl_structures.h:2568
ADLGcnInfo::ASICFamilyId
int ASICFamilyId
Definition: adl_structures.h:221
ADLOD6VoltageControlInfo::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2285
ADLCustomMode::iFlags
int iFlags
Custom mode flags. They are returned by the ADL driver.
Definition: adl_structures.h:461
ADLPossibleMapResult::iPossibleMapResultValue
int iPossibleMapResultValue
The bit mask identifies the possible map result. The detail definition is defined in ADL_DISPLAY_POSS...
Definition: adl_structures.h:1607
LPADLDDCInfo
struct ADLDDCInfo * LPADLDDCInfo
ADLConnectionData::iDataSize
int iDataSize
actual size of EDID data block size.
Definition: adl_structures.h:2640
ADLOD8CurrentSetting::count
int count
Definition: adl_structures.h:3153
ADLBracketSlotInfo
struct ADLBracketSlotInfo ADLBracketSlotInfo
Structure containing the slot information.
ADLConnectionProperties
Structure containing connection properties information.
Definition: adl_structures.h:2608
ADLControllerOverlayInput::iOverlayAdjust
int iOverlayAdjust
ADL_DL_CONTROLLER_OVERLAY_ALPHA or ADL_DL_CONTROLLER_OVERLAY_ALPHAPERPIX
Definition: adl_structures.h:798
ADL_DELAG_SETTINGS
Structure containing information about DELAG Settings.
Definition: adl_structures.h:3553
ADLAdapterODClockInfo
struct ADLAdapterODClockInfo ADLAdapterODClockInfo
Structure containing the Overdrive clock information.
ADLOD6VoltageControlInfo
Structure containing information about Overdrive 6 PowerControl settings.
Definition: adl_structures.h:2276
ADL_RIS_SETTINGS
Structure containing information about RIS Settings.
Definition: adl_structures.h:3678
ADLPossibleMapping::iDisplayControllerIndex
int iDisplayControllerIndex
The controller index to which display is mapped.
Definition: adl_structures.h:1589
ADLOD8SingleSetSetting::requested
int requested
Definition: adl_structures.h:3167
ADLOD8SingleInitSetting::maxValue
int maxValue
Definition: adl_structures.h:3128
ADLOD8CurrentSetting::Od8SettingTable
int Od8SettingTable[OD8_COUNT]
Definition: adl_structures.h:3154
ADLOD6VoltageControlInfo::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2287
ADLConnectionProperties::iStereo3DCaps
int iStereo3DCaps
Definition: adl_structures.h:2618
ADLGlSyncPortInfo::iPortState
int iPortState
Port state ADL_GLSYNC_PORTSTATE_* Genlock related values.
Definition: adl_structures.h:918
ADLAppInterceptionInfoX2::WaitForResumeNeeded
unsigned int WaitForResumeNeeded
Definition: adl_structures.h:2377
ADLOD6StateEx::iMemoryClockPercent
int iMemoryClockPercent
The current memory clock adjustment value, specified as a +/- percent.
Definition: adl_structures.h:2475
ADL_BOOST_NOTFICATION_REASON
Structure containing information about BOOST Settings change reason.
Definition: adl_structures.h:3569
ADL_IMAGE_BOOST_NOTFICATION_REASON::HotkeyChanged
int HotkeyChanged
Definition: adl_structures.h:3641
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::colorConfig
ADL_RADEON_LED_COLOR_CONFIG colorConfig
Definition: adl_structures.h:3765
PropertyRecord::uData
unsigned char uData[1]
Property Value, can be any data type.
Definition: adl_structures.h:1968
ADL_ERROR_REASON2
Definition: adl_structures.h:3525
ADLGlSyncMode2::iDisplayIndex
int iDisplayIndex
Index of the display to which this GLSync applies to.
Definition: adl_structures.h:980
ADLDisplayProperty::iSize
int iSize
Must be set to sizeof the structure.
Definition: adl_structures.h:707
ADLODNExtSingleInitSetting
Definition: adl_structures.h:3115
ADL_ERROR_INJECTION_DATA::errorPattern
ADL_ERROR_PATTERN errorPattern
Definition: adl_structures.h:2754
ADLAppInterceptionListType
ADLAppInterceptionListType
Definition: adl_structures.h:2352
ADLODParameterRange::iStep
int iStep
Parameter step value.
Definition: adl_structures.h:1198
ADLApplicationData::strVersion
char strVersion[32]
Version.
Definition: adl_structures.h:1912
LPADLMemoryRequired
struct ADLMemoryRequired * LPADLMemoryRequired
ADLDisplayMode
Structure containing the display mode definition used per controller.
Definition: adl_structures.h:623
ADLDisplayConfig::ulDeviceData
long ulDeviceData
HDTV capabilities.
Definition: adl_structures.h:508
ADLOD6FanSpeedValue::iFanSpeed
int iFanSpeed
Fan speed value (units as indicated above)
Definition: adl_structures.h:2236
ADLHDCPSettings
Structure containing HDCP Settings info.
Definition: adl_structures.h:4145
ADLGamutCoordinates::Blue
ADLPoint Blue
blue channel chromasity coordinate
Definition: adl_structures.h:3904
AdapterInfo::iAdapterIndex
int iAdapterIndex
The ADL index handle. One GPU may be associated with one or two index handles.
Definition: adl_structures.h:49
ADLDDCInfo2::iNativeDisplayChromaticityBlueX
int iNativeDisplayChromaticityBlueX
Display Blue Chromaticity X coordinate multiplied by 10000.
Definition: adl_structures.h:402
ADLDisplayModeInfo
struct ADLDisplayModeInfo ADLDisplayModeInfo
Structure containing display mode information.
ADLDceSettings::linkProtectionEnabled
bool linkProtectionEnabled
Definition: adl_structures.h:2825
ADLDisplayInfo::iDisplayOutputType
int iDisplayOutputType
The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO.
Definition: adl_structures.h:572
ADLOD6FanSpeedValue::iSpeedType
int iSpeedType
Indicates the units of the fan speed. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT,...
Definition: adl_structures.h:2234
ADLApplicationDataX2
Structure containing information about an application.
Definition: adl_structures.h:1922
ADL_BOOST_SETTINGSX2::GlobalMinRes
int GlobalMinRes
Definition: adl_structures.h:3601
ADL_RADEON_LED_PATTERN_CONFIG::control
ADL_RADEON_USB_LED_BAR_CONTROLS control
Definition: adl_structures.h:3791
ADLErrorRecord::CU
unsigned int CU
Definition: adl_structures.h:2710
ADLSLSMode::iAdapterIndex
int iAdapterIndex
The Adapter Index.
Definition: adl_structures.h:1739
ADLMantleAppInfo::timestampFrequency
long long timestampFrequency
time stamp frequency
Definition: adl_structures.h:4186
ADLBracketSlotInfo
Structure containing the slot information.
Definition: adl_structures.h:2534
ADLAdapterCapsX2::iAdapterID
int iAdapterID
AdapterID for this adapter.
Definition: adl_structures.h:2654
ADLPossibleSLSMap::lpDisplayTarget
ADLDisplayTarget * lpDisplayTarget
The display target list for validation.
Definition: adl_structures.h:1779
ADLODNPerformanceLevelX2
struct ADLODNPerformanceLevelX2 ADLODNPerformanceLevelX2
Structure containing information about Overdrive level.
ADLOD6CapabilitiesEx::iExtValue
int iExtValue
Reserved for future expansion of the structure.
Definition: adl_structures.h:2459
ADLDDCInfo::ulMaxHResolution
int ulMaxHResolution
Returns the maximum Horizontal supported resolution. Should be zeroed if this information is not avai...
Definition: adl_structures.h:325
ADLODNPowerLimitSetting::iMode
int iMode
Definition: adl_structures.h:3034
ADLOD6ThermalControllerCaps::iFanMinRPM
int iFanMinRPM
Minimum fan speed expressed in revolutions-per-minute.
Definition: adl_structures.h:2194
ADLODNCapabilities
struct ADLODNCapabilities ADLODNCapabilities
Structure containing information about Overdrive N capabilities.
ADLSLSMap::iSLSMapIndex
int iSLSMapIndex
The current display map index. It is the OS Desktop index. For example, OS Index 1 showing clone mode...
Definition: adl_structures.h:1649
ADL_EDC_BLOCK_ID
ADL_EDC_BLOCK_ID
Definition: adl_structures.h:2720
ADLMemoryRequired
Structure containing information about memory required by type.
Definition: adl_structures.h:286
ADLRASErrorInjectionOutput::padding
unsigned int padding[15]
Definition: adl_structures.h:3445
ADL_GLOBALLY_UNCORRECTED
@ ADL_GLOBALLY_UNCORRECTED
Definition: adl_structures.h:2673
ADLOD6PowerControlInfo::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2264
ADLDisplayMap::iDisplayMapMask
int iDisplayMapMask
The bit mask identifies the number of bits DisplayMap is currently using. It is the sum of all the bi...
Definition: adl_structures.h:1551
AdapterInfo::strDriverPath
char strDriverPath[256]
Driver registry path.
Definition: adl_structures.h:73
LPADLMemoryInfo2
struct ADLMemoryInfo2 * LPADLMemoryInfo2
ADL_CHILL_NOTFICATION_REASON
struct ADL_CHILL_NOTFICATION_REASON ADL_CHILL_NOTFICATION_REASON
Structure containing information about CHILL Settings change reason.
ADL_BOOST_SETTINGSX2::Hotkey
int Hotkey
Definition: adl_structures.h:3599
ADLvRamVendor_INFINEON
@ ADLvRamVendor_INFINEON
Definition: adl_structures.h:197
ADL_DELAG_NOTFICATION_REASON
Structure containing information about DELAG Settings change reason.
Definition: adl_structures.h:3540
ADLODNPerformanceLevel::iEnabled
int iEnabled
enabled
Definition: adl_structures.h:2985
ADLPMLogDataOutput
Definition: adl_structures.h:3190
ADLGamma::fBlue
float fBlue
Blue color channel gamma value.
Definition: adl_structures.h:449
ADL_MAX_DISPLAY_EDID_DATA_SIZE
#define ADL_MAX_DISPLAY_EDID_DATA_SIZE
Indicates the Maximum size of EDID data block size.
Definition: adl_defines.h:2169
ADLOD6StateEx::iExtValue
int iExtValue
Reserved for future expansion of the structure.
Definition: adl_structures.h:2479
ADLPPLogSettings
struct ADLPPLogSettings ADLPPLogSettings
Structure containing information about PPLog settings.
ADLSLSOffset::iBezelOffsetX
int iBezelOffsetX
SLS Bezel Offset X.
Definition: adl_structures.h:1712
ADLBezelTransientMode
struct tagADLBezelTransientMode ADLBezelTransientMode
Structure containing information about the display SLS bezel Mode information.
ADLPPLogSettings::PowerProfilingEnabled
int PowerProfilingEnabled
Definition: adl_structures.h:3211
ADLODNCapabilitiesX2
struct ADLODNCapabilitiesX2 ADLODNCapabilitiesX2
Structure containing information about Overdrive N capabilities.
ADLECCData::iDed
int iDed
Definition: adl_structures.h:2301
ADLAppInterceptionInfoX3::CommandLine
wchar_t CommandLine[256]
Definition: adl_structures.h:2389
ADLGcnInfo::CuCount
int CuCount
Definition: adl_structures.h:218
ADLDDCInfo2::ulAvgLuminanceData
int ulAvgLuminanceData
Return average monitor luminance data.
Definition: adl_structures.h:383
ADLVirtualSegmentSettingsOutput::icurrentSizeInMB
int icurrentSizeInMB
Definition: adl_structures.h:238
ADLRASGetErrorCounts
Structure containing information related RAS Get Error Counts Information.
Definition: adl_structures.h:3372
ADLControllerOverlayInput::iValue
int iValue
Data.
Definition: adl_structures.h:800
ADLHDCPSettings::iHDCPMask
int iHDCPMask
Definition: adl_structures.h:4150
ADL_CHILL_SETTINGS::GlobalMinFPS
int GlobalMinFPS
Definition: adl_structures.h:3710
ADL_ERROR_REASON::proVsr
int proVsr
Definition: adl_structures.h:3521
ADLPMActivity::iReserved
int iReserved
Reserved for future purposes.
Definition: adl_structures.h:1105
ADL_BOOST_SETTINGSX2::GlobalMinRes_MaxLimit
int GlobalMinRes_MaxLimit
Definition: adl_structures.h:3603
ADLDetailedTimingX2::sVSyncStart
int sVSyncStart
Vertical sync signal offset.
Definition: adl_structures.h:3964
ADLDDCInfo2::ulScreenHeight
int ulScreenHeight
Definition: adl_structures.h:428
ADLPreFlipPostProcessingLUTAlgorithm_Approximation
@ ADLPreFlipPostProcessingLUTAlgorithm_Approximation
Definition: adl_structures.h:3499
ADLGLSyncGenlockConfig::iSyncDelay
int iSyncDelay
Delay (ms) generating a sync signal.
Definition: adl_structures.h:888
ADLSLSTarget::viewSize
ADLMode viewSize
The view size width, height and rotation angle per SLS Target.
Definition: adl_structures.h:1806
ADLThermalControllerInfo::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1118
ADL_RIS_NOTFICATION_REASON::GlobalSharpeningDegreeChanged
unsigned int GlobalSharpeningDegreeChanged
Definition: adl_structures.h:3668
ADLErrorRecord::count
unsigned int count
Definition: adl_structures.h:2704
ADLMode::iXPos
int iXPos
Screen position X coordinate.
Definition: adl_structures.h:1435
ADLAppInterceptionInfoX2::ProcessId
unsigned int ProcessId
Definition: adl_structures.h:2376
ADLMVPUCaps
Structure containing information about MultiVPU capabilities.
Definition: adl_structures.h:1366
ADL_RADEON_LED_CUSTOM_LED_CONFIG
Structure Containing All custom grid pattern LED configuration for user requested LED grid pattern....
Definition: adl_structures.h:3778
ADLSLSMode::iSLSNativeModeValue
int iSLSNativeModeValue
The bit mask identifies the display status.
Definition: adl_structures.h:1754
ADLCrossfireInfo
struct ADLCrossfireInfo ADLCrossfireInfo
Structure containing CrossfireX state and error information.
ADLDDCInfo2::ulMaxRefresh
int ulMaxRefresh
Returns the maximum supported refresh rate. Should be zeroed if this information is not available.
Definition: adl_structures.h:365
ADLFeatureValues::EnumStates
int EnumStates
The States for the available bits for enumerated values.
Definition: adl_structures.h:4133
ADLGamutData::CustomWhitePoint
ADLPoint CustomWhitePoint
valid when in mask avails ADL_CUSTOM_WHITE_POINT
Definition: adl_structures.h:3933
ADL_ERROR_REASON
struct ADL_ERROR_REASON ADL_ERROR_REASON
ADLODNCapabilitiesX2::minimumPerformanceClock
ADLODNParameterRange minimumPerformanceClock
Definition: adl_structures.h:2964
ADLPossibleMap::displayTarget
ADLDisplayTarget * displayTarget
The display Targets list for these display Maps to be validated.
Definition: adl_structures.h:1577
ADLHDCPSettings::iHDCPCaps
int iHDCPCaps
Definition: adl_structures.h:4147
ADLPoint::iX
int iX
x coordinate
Definition: adl_structures.h:3886
ADLGlSyncPortControl
Structure containing GL-Sync port control settings.
Definition: adl_structures.h:936
ADLODNCapabilities::fanSpeed
ADLODNParameterRange fanSpeed
Definition: adl_structures.h:2920
ADLSmartShiftSettings::iFlags
int iFlags
Definition: adl_structures.h:4279
ADLSLSTarget::iSLSMapIndex
int iSLSMapIndex
The SLS map index.
Definition: adl_structures.h:1794
ADL_CHILL_SETTINGS::GlobalFPS_Step
int GlobalFPS_Step
Definition: adl_structures.h:3714
ADL_RIS_SETTINGS::GlobalSharpeningDegree
int GlobalSharpeningDegree
Definition: adl_structures.h:3680
AdapterInfo::iDeviceNumber
int iDeviceNumber
The driver number associated with this adapter.
Definition: adl_structures.h:55
ADLDetailedTimingX2::sVOverscanTop
short sVOverscanTop
Overscan top.
Definition: adl_structures.h:3976
ADLDDCInfo2::ulPTMCy
int ulPTMCy
Returns the display device preferred timing mode's vertical resolution.
Definition: adl_structures.h:369
ADLMode::iModeMask
int iModeMask
The bit mask identifying the number of bits this Mode is currently using. It is the sum of all the bi...
Definition: adl_structures.h:1451
ADL_FRTCPRO_Settings::CurrentValue
unsigned int CurrentValue
Definition: adl_structures.h:4216
ADLClockInfo
struct ADLClockInfo ADLClockInfo
Structure containing information about Clock.
ADLPreFlipPostProcessingInfo
struct ADLPreFlipPostProcessingInfo ADLPreFlipPostProcessingInfo
ADLDisplayInfo::iDisplayInfoValue
int iDisplayInfoValue
The bit mask identifies the display status. Display Info Mask Values.
Definition: adl_structures.h:582
ADLBiosInfo
struct ADLBiosInfo ADLBiosInfo
Structure containing information about the BIOS.
ADLThermalControllerInfo
struct ADLThermalControllerInfo ADLThermalControllerInfo
Structure containing information about thermal controller.
ADLMVPUCaps::iAdapterCount
int iAdapterCount
Number of adapters.
Definition: adl_structures.h:1370
ADLDisplayDPMSTInfo::radLinkCount
int radLinkCount
The link count of relative address, rad[0] upto rad[linkCount] are valid.
Definition: adl_structures.h:608
ADLPXConfigCaps
Structure containing information about driver supported PowerExpress Config Caps.
Definition: adl_structures.h:1865
ADL_RADEON_LED_MAX_MORSE_CODE
#define ADL_RADEON_LED_MAX_MORSE_CODE
Maximum MORSE code supported string.
Definition: adl_defines.h:2555
ADL_RADEON_LED_CUSTOM_GRID_LED_CONFIG
struct ADL_RADEON_LED_CUSTOM_LED_CONFIG ADL_RADEON_LED_CUSTOM_GRID_LED_CONFIG
Structure Containing All custom grid pattern LED configuration for user requested LED grid pattern....
ADLOD6Capabilities::iNumberOfPerformanceLevels
int iNumberOfPerformanceLevels
Definition: adl_structures.h:2095
ADLConnectorInfo::iOffset
int iOffset
Position of the connector(in millimeters), from the right side of the slot.
Definition: adl_structures.h:2522
ADLConnectorInfo::iConnectorId
int iConnectorId
used for disply identification/ordering
Definition: adl_structures.h:2516
ADLGLSyncGenlockConfig::iSampleRate
int iSampleRate
Use sampled sync signal. A value of 0 specifies no sampling.
Definition: adl_structures.h:894
ADLRASResetErrorCounts::OutputSize
unsigned int OutputSize
Definition: adl_structures.h:3414
ADLSLSMap::iFirstSLSTargetArrayIndex
int iFirstSLSTargetArrayIndex
The first target array index in the Target array.
Definition: adl_structures.h:1664
ADLDisplayModeX2::iRefreshRate
int iRefreshRate
Refresh rate.
Definition: adl_structures.h:2335
ADLODNPerformanceLevel
Structure containing information about Overdrive level.
Definition: adl_structures.h:2979
ADLMantleAppInfo::gpuName
char gpuName[256]
gpu name
Definition: adl_structures.h:4174
APP_PROC_READ
@ APP_PROC_READ
Definition: adl_structures.h:2345
ADLActivatableSource::iActivatableSourceMask
int iActivatableSourceMask
The bit mask identifies the number of bits ActivatableSourceValue is using. (Not currnetly used)
Definition: adl_structures.h:1414
ADLDisplayProperty::iSupport
int iSupport
Display Property supported? 1: Supported, 0: Not supported.
Definition: adl_structures.h:713
ADL_FRTCPRO_CHANGED_REASON::StateChanged
int StateChanged
Definition: adl_structures.h:4229
ADLVirtualSegmentSettingsOutput
struct ADLVirtualSegmentSettingsOutput ADLVirtualSegmentSettingsOutput
Structure containing information related virtual segment config information.
ADL_CHILL_NOTFICATION_REASON::GlobalMinFPSChanged
int GlobalMinFPSChanged
Definition: adl_structures.h:3696
ADLTemperature::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1137
ADL_DRIVERUPSCALE_NOTFICATION_REASON::GlobalEnabledChanged
int GlobalEnabledChanged
Definition: adl_structures.h:3726
ADLODParameters::sMemoryClock
ADLODParameterRange sMemoryClock
Memory clock range.
Definition: adl_structures.h:1223
ADLSLSMode::displayMode
ADLMode displayMode
The mode for this map.
Definition: adl_structures.h:1748
ADL_PROVSR_NOTFICATION_REASON::GlobalEnableChanged
int GlobalEnableChanged
Definition: adl_structures.h:3618
ADLMVPUStatus::iStatus
int iStatus
MVPU status.
Definition: adl_structures.h:1393
ADLAdjustmentinfo
struct ADLAdjustmentinfo ADLAdjustmentinfo
Structure containing information about overlay adjustment.
ADLFeatureCaps::fMax
float fMax
Maximum float value. Valid only if ADLFeatureCaps indicates support for floats.
Definition: adl_structures.h:4101
ADL_DELAG_NOTFICATION_REASON::GlobalLimitFPSChanged
int GlobalLimitFPSChanged
Definition: adl_structures.h:3543
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::speed
short speed
Definition: adl_structures.h:3763
ADLDDCInfo2::ulPTMRefreshRate
int ulPTMRefreshRate
Returns the display device preferred timing mode's refresh rate.
Definition: adl_structures.h:371
ADLOD6StateInfo::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2139
LPADLFeatureValues
struct ADLFeatureValues * LPADLFeatureValues
ADLODNExtSingleInitSetting::maxValue
int maxValue
Definition: adl_structures.h:3118
ADLAdapterLocation
struct ADLAdapterLocation ADLAdapterLocation
Structure containing information about adapter location.
ADLODClockSetting::iMaxClock
int iMaxClock
Maximum clcok.
Definition: adl_structures.h:1030
ADLFPSSettingsOutput::ulSize
int ulSize
size
Definition: adl_structures.h:3224
AdapterInfoX2::iBusNumber
int iBusNumber
The BUS number associated with this adapter.
Definition: adl_structures.h:3820
LPADLDisplayTarget
struct ADLDisplayTarget * LPADLDisplayTarget
ADLPMActivity::iActivityPercent
int iActivityPercent
GPU utilization.
Definition: adl_structures.h:1095
ADLAppInterceptionInfoX3::AppFormat
ADLAppInterceptionListType AppFormat
Definition: adl_structures.h:2390
ADLControllerMode::iViewPositionCy
int iViewPositionCy
Vertical view starting position.
Definition: adl_structures.h:2018
ADLApplicationDataX3::strFileName
wchar_t strFileName[256]
File Name.
Definition: adl_structures.h:1944
ADL_AP_DATABASE
ADL_AP_DATABASE
Definition: adl_structures.h:2367
ADLPMActivity::iMaximumBusLanes
int iMaximumBusLanes
Maximum number of PCIE bus lanes.
Definition: adl_structures.h:1103
ADLDetailedTiming
Structure containing detailed timing parameters.
Definition: adl_structures.h:641
ADLFeatureCaps::iGroupID
int iGroupID
Group ID. All Features in the same group are shown sequentially in the same UI Page.
Definition: adl_structures.h:4056
ADL_ERROR_INJECTION_DATA
struct ADL_ERROR_INJECTION_DATA ADL_ERROR_INJECTION_DATA
ADLDisplayConfig::ulOverridedDeviceData
long ulOverridedDeviceData
Overridden HDTV capabilities.
Definition: adl_structures.h:510
ADLAdapterCaps::iCapsMask
int iCapsMask
The bit mask identifies the adapter caps.
Definition: adl_structures.h:104
ADL_MAX_EDIDDATA_SIZE
#define ADL_MAX_EDIDDATA_SIZE
Display Get Cached EDID flag.
Definition: adl_defines.h:1074
ADLOD6VoltageControlInfo
struct ADLOD6VoltageControlInfo ADLOD6VoltageControlInfo
Structure containing information about Overdrive 6 PowerControl settings.
ADL_DL_DISPLAY_MODE::iPelsWidth
int iPelsWidth
Definition: adl_structures.h:4242
ADLPMLogData::ulVersion
unsigned int ulVersion
Structure version.
Definition: adl_structures.h:3298
ADLDetailedTiming::sVSyncWidth
short sVSyncWidth
Vertical sync signal width.
Definition: adl_structures.h:661
ADLSLSOffset::iDisplayWidth
int iDisplayWidth
SLS Display Width.
Definition: adl_structures.h:1718
ADL_IMAGE_BOOST_NOTFICATION_REASON
struct ADL_IMAGE_BOOST_NOTFICATION_REASON ADL_IMAGE_BOOST_NOTFICATION_REASON
Structure containing information about Image Boost(OGL) Settings change reason.
ADLDDCInfo::ulPTMRefreshRate
int ulPTMRefreshRate
Returns the display device preferred timing mode's refresh rate.
Definition: adl_structures.h:335
ADLPMActivity
Structure containing information about current power management related activity.
Definition: adl_structures.h:1085
ADLDisplayMap::iFirstDisplayTargetArrayIndex
int iFirstDisplayTargetArrayIndex
The first target array index in the Target array .
Definition: adl_structures.h:1548
ADLGLSyncModuleID::iFWUserSectorVersion
int iFWUserSectorVersion
GL-Sync module firmware version of User Sector.
Definition: adl_structures.h:857
ADLDisplayModeInfo::sDetailedTiming
ADLDetailedTiming sDetailedTiming
Detailed timing parameters.
Definition: adl_structures.h:695
ADLAVIInfoPacket
Structure containing the AVI packet info of a display.
Definition: adl_structures.h:1007
ADLMode::iModeValue
int iModeValue
The bit mask identifying the display status. The detailed definition is in Display Mode Values.
Definition: adl_structures.h:1453
ADLOD6ThermalControllerCaps
Structure containing information about Overdrive 6 thermal contoller capabilities.
Definition: adl_structures.h:2185
ADLHDCPSettings
struct ADLHDCPSettings ADLHDCPSettings
Structure containing HDCP Settings info.
ADL_ERROR_REASON2
struct ADL_ERROR_REASON2 ADL_ERROR_REASON2
ADL_SWITCHABLE_AMDAMD
@ ADL_SWITCHABLE_AMDAMD
Definition: adl_structures.h:1888
ADLSLSOffset::iDisplayHeight
int iDisplayHeight
SLS Display Height.
Definition: adl_structures.h:1721
ADLErrorRecord::Severity
ADL_ERROR_RECORD_SEVERITY Severity
Definition: adl_structures.h:2698
ADLFeatureCaps
Structure containing information about MM Feature Capabilities.
Definition: adl_structures.h:4050
ADLODNFanControl
struct ADLODNFanControl ADLODNFanControl
Structure containing information about Overdrive N Fan Speed.
ADL_CHILL_SETTINGS::GlobalFPS_MaxLimit
int GlobalFPS_MaxLimit
Definition: adl_structures.h:3713
ADLGLSyncModuleID
struct ADLGLSyncModuleID ADLGLSyncModuleID
Structure containing GL-Sync module information.
ADLGamma::fGreen
float fGreen
Green color channel gamma value.
Definition: adl_structures.h:447
ADLFanSpeedInfo::iFlags
int iFlags
Fan speed cotrol
Definition: adl_structures.h:1154
ADL_ERROR_REASON
Definition: adl_structures.h:3517
ADLMemoryInfo2
struct ADLMemoryInfo2 ADLMemoryInfo2
Structure containing additional information about the ASIC memory.
ADL_DELAG_SETTINGS::Hotkey
int Hotkey
Definition: adl_structures.h:3554
ADLDceSettings::numberofTotalLanes
unsigned int numberofTotalLanes
Definition: adl_structures.h:2818
ADLSLSOffset::iBezelModeIndex
int iBezelModeIndex
SLS Bezel Mode Index.
Definition: adl_structures.h:1709
ADLODNPerformanceStatus::iCurrentGFXPerformanceLevel
int iCurrentGFXPerformanceLevel
Definition: adl_structures.h:3051
ADL_EDC_BLOCK_ID_SGPR
@ ADL_EDC_BLOCK_ID_SGPR
Definition: adl_structures.h:2723
ADLDisplayModeX2::iTimingStandard
int iTimingStandard
Timing Standard. Refer define_modetiming_standard.
Definition: adl_structures.h:2337
ADLGLSyncGenlockConfig::iSyncField
int iSyncField
For interlaced sync signals, the value can be ADL_GLSYNC_SYNCFIELD_1 or *_BOTH Genlock related values...
Definition: adl_structures.h:896
ADLPMActivity::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1087
ADL_ERROR_PATTERN
union _ADL_ERROR_PATTERN ADL_ERROR_PATTERN
ADLDisplayInfo::strDisplayManufacturerName
char strDisplayManufacturerName[256]
The display's manufacturer name.
Definition: adl_structures.h:566
ADLDisplayMode::iPelsWidth
int iPelsWidth
Horizontal resolution (in pixels).
Definition: adl_structures.h:627
ADLSLSMap::iNumSLSTarget
int iNumSLSTarget
The number of display targets belongs to this map.
Definition: adl_structures.h:1661
ADLTemperature::iTemperature
int iTemperature
Temperature in millidegrees Celsius.
Definition: adl_structures.h:1139
ADLODNPowerLimitSetting::iTDPLimit
int iTDPLimit
Definition: adl_structures.h:3035
ADLDisplayDPMSTInfo::iAllocatedBandwidthInMbps
int iAllocatedBandwidthInMbps
bandwidth allocated to this display
Definition: adl_structures.h:601
ADLAdapterODClockConfig
struct ADLAdapterODClockConfig ADLAdapterODClockConfig
Structure containing the Overdrive clock configuration.
ADLOD6PowerControlInfo::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2262
ADLRASErrorInjection
struct ADLRASErrorInjection ADLRASErrorInjection
Structure containing information related RAS Error Injection information.
ADLODNCurrentPowerParameters::currentPower
int currentPower
Definition: adl_structures.h:3110
ADLODNCapabilitiesX2
Structure containing information about Overdrive N capabilities.
Definition: adl_structures.h:2933
ADLOD8SingleInitSetting
struct ADLOD8SingleInitSetting ADLOD8SingleInitSetting
ADLDisplayConfig
Structure containing HDTV information for display calls.
Definition: adl_structures.h:502
ADLPossibleSLSMap::iNumSLSTarget
int iNumSLSTarget
the number of display map config to be validated.
Definition: adl_structures.h:1776
ADLControllerOverlayInfo::sOverlayInfo
ADLAdjustmentinfo sOverlayInfo
Data.
Definition: adl_structures.h:836
ADLSingleSensorData
struct ADLSingleSensorData ADLSingleSensorData
Structure containing information about Performance Metrics data.
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::directionCounterClockWise
bool directionCounterClockWise
Definition: adl_structures.h:3764
ADLOD8SingleInitSetting::featureID
int featureID
Definition: adl_structures.h:3126
ADLControllerOverlayInput::iReserved
int iReserved
Should be 0.
Definition: adl_structures.h:802
ADLClockInfo::iMemoryClock
int iMemoryClock
Memory clock in 10 KHz.
Definition: adl_structures.h:732
AdapterInfo::iVendorID
int iVendorID
The vendor ID associated with this adapter.
Definition: adl_structures.h:59
ADLDisplayDPMSTInfo
Structure containing information about the display port MST device.
Definition: adl_structures.h:594
ADLOD6StateInfo::iNumberOfPerformanceLevels
int iNumberOfPerformanceLevels
Definition: adl_structures.h:2136
ADLCrossfireInfo
Structure containing CrossfireX state and error information.
Definition: adl_structures.h:1284
ADLDceSettings::linkRate
DpLinkRate linkRate
Definition: adl_structures.h:2816
ADLOD6FanSpeedInfo::iFanSpeedPercent
int iFanSpeedPercent
Contains current fan speed in percent (if valid flag exists in iSpeedType)
Definition: adl_structures.h:2215
ADLPMLogSupportInfo::usSensors
unsigned short usSensors[ADL_PMLOG_MAX_SUPPORTED_SENSORS]
list of sensors defined by ADL_PMLOG_SENSORS
Definition: adl_structures.h:3274
ADLDetailedTimingX2::sTimingFlags
int sTimingFlags
Timing flags. Detailed Timimg Flags.
Definition: adl_structures.h:3950
ADLPMActivity::iVddc
int iVddc
Current core voltage.
Definition: adl_structures.h:1093
ADLODNPerformanceStatus::iCurrentBusSpeed
int iCurrentBusSpeed
Definition: adl_structures.h:3054
ADLPMLogStartInput::ulReserved
int ulReserved[15]
Reserved.
Definition: adl_structures.h:3292
ADLDisplayEDIDData::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:772
ADLPossibleMap::iIndex
int iIndex
The current PossibleMap index. Each PossibleMap is assigned an index.
Definition: adl_structures.h:1567
ADLODNExtSingleInitSetting::step
int step
Definition: adl_structures.h:3119
ADLApplicationDataX3
struct ADLApplicationDataX3 ADLApplicationDataX3
Structure containing information about an application.
ADLPXConfigCaps::iPXConfigCapValue
int iPXConfigCapValue
The bit mask identifies the PowerExpress Config Caps value. The detailed definition is in ADL_PX_CONF...
Definition: adl_structures.h:1873
ADLRASErrorInjection::InputSize
unsigned int InputSize
Definition: adl_structures.h:3457
ADLGetClocksOUT::ulHighVddc
long ulHighVddc
Definition: adl_structures.h:484
ADLApplicationRecord::strProfileName
wchar_t * strProfileName
Name of profile assigned to the application.
Definition: adl_structures.h:2431
ADLMVPUStatus::iSize
int iSize
Must be set to sizeof( ADLMVPUStatus ).
Definition: adl_structures.h:1389
ADL_CHILL_SETTINGS::GlobalFPS_MinLimit
int GlobalFPS_MinLimit
Definition: adl_structures.h:3712
ADLActivatableSource
Structure containing information about the activatable source.
Definition: adl_structures.h:1408
ADLClockInfo::iCoreClock
int iCoreClock
Core clock in 10 KHz.
Definition: adl_structures.h:730
ADLDDCInfo2::ulPTMCx
int ulPTMCx
Returns the display device preferred timing mode's horizontal resolution.
Definition: adl_structures.h:367
ADLSmartShiftSettings::iDefaultMode
int iDefaultMode
Definition: adl_structures.h:4275
ADLDetailedTimingX2::sOverscan8B
short sOverscan8B
Definition: adl_structures.h:3977
ADLOD6PerformanceLevel::iEngineClock
int iEngineClock
Engine (core) clock.
Definition: adl_structures.h:2118
ADLControllerOverlayInfo::iSize
int iSize
Should be set to the sizeof the structure.
Definition: adl_structures.h:834
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::morseCodeTextOutPut
char morseCodeTextOutPut[260]
Definition: adl_structures.h:3767
ADLPMLogStartOutput
struct ADLPMLogStartOutput ADLPMLogStartOutput
Structure containing information to start power management logging.
ADLApplicationDataX3::strTimeStamp
wchar_t strTimeStamp[32]
Creation timestamp.
Definition: adl_structures.h:1946
ADLChipSetInfo
struct ADLChipSetInfo ADLChipSetInfo
Structure containing information about the Chipset.
ADLSLSGrid::iSLSGridColumn
int iSLSGridColumn
The grid column.
Definition: adl_structures.h:1628
_ADLDCESupport::voltageSwing
unsigned int voltageSwing
Definition: adl_structures.h:4259
ADLFreeSyncCap
Structure containing per display FreeSync capability information.
Definition: adl_structures.h:2784
ADLDceSettings::type
DceSettingsType type
Definition: adl_structures.h:2807
ADL_PROVSR_NOTFICATION_REASON
Structure containing information about ProVSR Settings change reason.
Definition: adl_structures.h:3616
ADLOD8SingleSetSetting::value
int value
Definition: adl_structures.h:3166
ADLGamutInfo
Structure containing information about driver supported gamut spaces , capability method.
Definition: adl_structures.h:3868
ADLODNCapabilities::minimumPerformanceClock
ADLODNParameterRange minimumPerformanceClock
Definition: adl_structures.h:2923
ADL_BOOST_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3584
ADLDetailedTiming::sHOverscanRight
short sHOverscanRight
Overscan right.
Definition: adl_structures.h:665
ADLDisplayTarget::iDisplayTargetValue
int iDisplayTargetValue
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYTARGET_P...
Definition: adl_structures.h:1474
ADLODNPerformanceStatus::iUVDClock
int iUVDClock
Definition: adl_structures.h:3045
ADLAppInterceptionInfo::AppName
wchar_t AppName[256]
Definition: adl_structures.h:2360
ADLAdapterCaps
struct ADLAdapterCaps ADLAdapterCaps
Structure containing information about an controller mode.
ADLODNPerformanceStatus
struct ADLODNPerformanceStatus ADLODNPerformanceStatus
ADLODNCapabilitiesX2::fanTemperature
ADLODNParameterRange fanTemperature
Definition: adl_structures.h:2958
ADLOD8SingleSetSetting::reset
int reset
Definition: adl_structures.h:3168
ADLODPerformanceLevel
Structure containing information about Overdrive level.
Definition: adl_structures.h:1236
ADLFeatureValues::bCurrent
int bCurrent
User controlled Boolean current value. Valid only if ADLFeatureCaps supports Boolean.
Definition: adl_structures.h:4124
ADLSingleSensorData::supported
int supported
Definition: adl_structures.h:3185
ADLMantleAppInfo::apiVersion
int apiVersion
mantle api version
Definition: adl_structures.h:4164
ADLGLSyncPortCaps
Structure containing GL-Sync ports capabilities.
Definition: adl_structures.h:868
ADLThermalControllerInfo::iFlags
int iFlags
Possible valies: ADL_DL_THERMAL_FLAG_INTERRUPT or ADL_DL_THERMAL_FLAG_FANCONTROL.
Definition: adl_structures.h:1124
ADLVersionsInfoX2::strDriverVer
char strDriverVer[256]
Driver Release (Packaging) Version (e.g. "16.20.1035-160621a-303814C")
Definition: adl_structures.h:1349
ADLPossibleMap::iNumDisplayTarget
int iNumDisplayTarget
the number of display Targets for these display Maps
Definition: adl_structures.h:1575
ADLErrorRecord::StructureName
char StructureName[32]
Definition: adl_structures.h:2711
LPAdapterInfo
struct AdapterInfo * LPAdapterInfo
ADLSLSMap::iOrientation
int iOrientation
Screen orientation. E.g., 0, 90, 180, 270.
Definition: adl_structures.h:1658
ADLMemoryInfoX4::iMemorySize
long long iMemorySize
Memory size in bytes.
Definition: adl_structures.h:169
AdapterInfoX2::strDisplayName
char strDisplayName[256]
Display name. For example, "\\\\Display0".
Definition: adl_structures.h:3830
ADL_MAX_RAD_LINK_COUNT
#define ADL_MAX_RAD_LINK_COUNT
Maximum Relative Address Link.
Definition: adl_defines.h:1396
ADLDDCInfo2::iSupportedHDR
int iSupportedHDR
Bit vector of supported color spaces ADLDDCInfo2 HDR support options.
Definition: adl_structures.h:414
ADLConnectionData
struct ADLConnectionData ADLConnectionData
Structure containing connection information.
ADLDisplayProperty::iDefault
int iDefault
Display Property Default value.
Definition: adl_structures.h:717
ADLMemoryInfo2::strMemoryType
char strMemoryType[256]
Memory type in string.
Definition: adl_structures.h:121
ADLOD6ParameterRange
struct ADLOD6ParameterRange ADLOD6ParameterRange
Structure containing information about Overdrive 6 clock range.
ADLBracketSlotInfo::iLength
int iLength
length of the slot(in millimeters).
Definition: adl_structures.h:2538
ADL_DRIVERUPSCALE_NOTFICATION_REASON
struct ADL_DRIVERUPSCALE_NOTFICATION_REASON ADL_DRIVERUPSCALE_NOTFICATION_REASON
Structure containing information about DRIVERUPSCALE Settings change reason.
ADL_DEFFERRED
@ ADL_DEFFERRED
Definition: adl_structures.h:2675
ADLMantleAppInfo::gpuType
int gpuType
mantle gpu type;
Definition: adl_structures.h:4172
LPADLBiosInfo
struct ADLBiosInfo * LPADLBiosInfo
ADLODPerformanceLevels::iReserved
int iReserved
Definition: adl_structures.h:1256
ADLAdapterDisplayCap
struct ADLAdapterDisplayCap ADLAdapterDisplayCap
Structure containing information about the adapter display manner.
_ADL_ECC_EDC_FLAG
Definition: adl_structures.h:2680
ADLDisplayModeInfo::iPossibleStandard
int iPossibleStandard
Applicable timing standards for the current mode.
Definition: adl_structures.h:687
ADLChipSetInfo::iBusSpeedType
int iBusSpeedType
Definition: adl_structures.h:254
ADLErrorInjection
struct ADLErrorInjection ADLErrorInjection
Structure containing information about EDC Error Injection.
ADLODNParameterRange::iMin
int iMin
The starting value of the clock range.
Definition: adl_structures.h:2879
ADLSDIData::iSDIState
int iSDIState
The SDI state, ADL_SDI_ON or ADL_SDI_OFF, for the current SDI mode.
Definition: adl_structures.h:4199
ADL_IMAGE_BOOST_SETTINGS
struct ADL_IMAGE_BOOST_SETTINGS ADL_IMAGE_BOOST_SETTINGS
Structure containing information about OGL IMAGE BOOST Settings.
ADLPMLogStartOutput::ulReserved
int ulReserved[14]
Reserved.
Definition: adl_structures.h:3324
ADLMantleAppInfo::maxMemRefsPerSubmission
int maxMemRefsPerSubmission
mem size
Definition: adl_structures.h:4176
ADLRASErrorInjectonInput::padding
unsigned int padding[9]
Definition: adl_structures.h:3432
ADLRASResetErrorCounts::Output
ADLRASResetErrorCountsOutput Output
Definition: adl_structures.h:3415
ADL_CHILL_SETTINGS::Hotkey
int Hotkey
Definition: adl_structures.h:3708
ADLPossibleSLSMap
struct ADLPossibleSLSMap ADLPossibleSLSMap
Structure containing information about the display Possible SLS Map information.
ADLMVPUCaps::iSize
int iSize
Must be set to sizeof( ADLMVPUCaps ).
Definition: adl_structures.h:1368
ADLDDCInfo2::ulDDCInfoFlag
int ulDDCInfoFlag
Return EDID flags.
Definition: adl_structures.h:373
ADLI2C::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:745
ADLSmartShiftSettings::iCurrentMode
int iCurrentMode
Definition: adl_structures.h:4277
ADLPMLogData::ulReserved
unsigned int ulReserved[256]
Reserved.
Definition: adl_structures.h:3306
ADLRASResetErrorCounts
struct ADLRASResetErrorCounts ADLRASResetErrorCounts
Structure containing information related RAS Error Counts Reset Information.
ADLOD6ParameterRange::iMin
int iMin
The starting value of the clock range.
Definition: adl_structures.h:2069
ADLMemoryRequired::iMemoryReq
long long iMemoryReq
Definition: adl_structures.h:287
ADLDDCInfo::ulManufacturerID
int ulManufacturerID
Returns the manufacturer ID of the display device. Should be zeroed if this information is not availa...
Definition: adl_structures.h:319
LPADLChipSetInfo
struct ADLChipSetInfo * LPADLChipSetInfo
ADLvRamVendor_Undefined
@ ADLvRamVendor_Undefined
Definition: adl_structures.h:206
ADLPossibleMapResult
Structure containing information about the validated display device possible map result.
Definition: adl_structures.h:1601
ADLPPLogSettings::LogSeverityEnabled
int LogSeverityEnabled
Definition: adl_structures.h:3209
LPADLSLSGrid
struct ADLSLSGrid * LPADLSLSGrid
ADL_DELAG_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3555
ADLOD6FanSpeedValue::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2241
ADLRASErrorInjectonInput
Structure containing information related RAS Error Injection information.
Definition: adl_structures.h:3426
ADLRASErrorInjection::OutputSize
unsigned int OutputSize
Definition: adl_structures.h:3459
ADLPowerControlInfo::iStepValue
int iStepValue
The minimum change in between minValue and maxValue.
Definition: adl_structures.h:1998
ADLDetailedTimingX2::sHOverscanLeft
short sHOverscanLeft
Overscan left.
Definition: adl_structures.h:3972
ADLPossibleMap
Structure containing information about the display device possible map for one GPU.
Definition: adl_structures.h:1565
ADL_AP_DATABASE__USER
@ ADL_AP_DATABASE__USER
Definition: adl_structures.h:2369
ADLSmartShiftSettings::iMinRange
int iMinRange
Definition: adl_structures.h:4273
ADLPMActivity::iCurrentBusLanes
int iCurrentBusLanes
Number of PCIE bus lanes.
Definition: adl_structures.h:1101
ADLPossibleMapping
struct ADLPossibleMapping ADLPossibleMapping
Structure containing information about display possible mapping.
ADLODParameters::iNumberOfPerformanceLevels
int iNumberOfPerformanceLevels
Number of standard performance states.
Definition: adl_structures.h:1213
ADL_HG_AMDOTHER
@ ADL_HG_AMDOTHER
Definition: adl_structures.h:1894
ADLDceSettings::Settings
union ADLDceSettings::@4 Settings
ADLPMLogStartOutput
Structure containing information to start power management logging.
Definition: adl_structures.h:3316
ADL_BOOST_NOTFICATION_REASON::GlobalMinResChanged
int GlobalMinResChanged
Definition: adl_structures.h:3572
ADLDDCInfo2::ulMaxLuminanceData
int ulMaxLuminanceData
Return maximum monitor luminance data.
Definition: adl_structures.h:385
ADLOD6FanSpeedInfo::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2220
ADL_IMAGEFILEFORMAT
@ ADL_IMAGEFILEFORMAT
Definition: adl_structures.h:2354
ADLErrorInjection::blockId
ADL_EDC_BLOCK_ID blockId
Definition: adl_structures.h:2765
ADL_PROVSR_NOTFICATION_REASON::HotkeyChanged
int HotkeyChanged
Definition: adl_structures.h:3617
ADLCrossfireComb::iAdaptLink
int iAdaptLink[3]
A list of ADL indexes of the linked adapters in this combination.
Definition: adl_structures.h:1273
ADLFeatureValues
Structure containing information about MM Feature Values.
Definition: adl_structures.h:4118
ADLGlSyncMode2
struct ADLGlSyncMode2 ADLGlSyncMode2
Structure containing GL-Sync mode of a display.
ADLDetailedTiming::sVOverscanBottom
short sVOverscanBottom
Overscan bottom.
Definition: adl_structures.h:669
ADLSingleSensorData::value
int value
Definition: adl_structures.h:3186
ADLOD6MaxClockAdjust::iMemoryClockMax
int iMemoryClockMax
Definition: adl_structures.h:2498
ADLAdjustmentinfo::iStep
int iStep
Step value.
Definition: adl_structures.h:821
ADLMemoryInfo2::iMemorySize
long long iMemorySize
Memory size in bytes.
Definition: adl_structures.h:119
LPADLPossibleSLSMap
struct ADLPossibleSLSMap * LPADLPossibleSLSMap
ADLFeatureCaps::fDefault
float fDefault
Default float value. Valid only if ADLFeatureCaps indicates support for floats.
Definition: adl_structures.h:4107
ADLPMLogSensorLimits::SensorLimits
int SensorLimits[256][2]
Definition: adl_structures.h:3335
ADLOD6PerformanceLevel
struct ADLOD6PerformanceLevel ADLOD6PerformanceLevel
Structure containing information about Overdrive 6 clock values.
ADLDDCInfo2::ulSerialID
int ulSerialID
Return EDID serial ID.
Definition: adl_structures.h:379
ADLAdjustmentinfo
Structure containing information about overlay adjustment.
Definition: adl_structures.h:813
ADLDisplayProperty
Structure containing information about display property.
Definition: adl_structures.h:705
ADLDetailedTiming::sHTotal
short sHTotal
Total width (columns).
Definition: adl_structures.h:647
LPADLFRTCProSettings
struct ADL_FRTCPRO_Settings * LPADLFRTCProSettings
ADLRASErrorInjectonInput::BlockId
ADL_RAS_BLOCK_ID BlockId
Definition: adl_structures.h:3429
ADL_RIS_SETTINGS::GlobalSharpeningDegree_MinLimit
int GlobalSharpeningDegree_MinLimit
Definition: adl_structures.h:3681
ADLSLSMap::iSurfaceMapIndex
int iSurfaceMapIndex
OS surface index.
Definition: adl_structures.h:1655
ADLRASGetErrorCountsOutput
Structure containing information related RAS Get Error Counts Information.
Definition: adl_structures.h:3358
ADLMemoryInfoX4::iMemoryBandwidthX2
long long iMemoryBandwidthX2
Memory Bandiwidth that is calculated and finalized on the driver side, grab and go.
Definition: adl_structures.h:184
ADLDisplayInfo::iDisplayType
int iDisplayType
The Display type. For example: CRT, TV, CV, DFP.
Definition: adl_structures.h:569
ADLODClockSetting::iMinClock
int iMinClock
Minimum clock.
Definition: adl_structures.h:1032
ADLOD6Capabilities
struct ADLOD6Capabilities ADLOD6Capabilities
Structure containing information about Overdrive 6 capabilities.
LPADLGlSyncPortInfo
struct ADLGlSyncPortInfo * LPADLGlSyncPortInfo
ADL_FRTCPRO_Settings::DefaultValue
unsigned int DefaultValue
Definition: adl_structures.h:4215
ADLBdf
struct ADLAdapterLocation ADLBdf
ADLVersionsInfoX2
struct ADLVersionsInfoX2 ADLVersionsInfoX2
Structure containing version information.
LPADLBezelTransientMode
struct tagADLBezelTransientMode * LPADLBezelTransientMode
ADLODParameters::sVddc
ADLODParameterRange sVddc
Core voltage range.
Definition: adl_structures.h:1225
ADLDetailedTimingX2::sVTotal
int sVTotal
Total height (rows).
Definition: adl_structures.h:3960
ADLAdapterCapsX2::iCapsMask
int iCapsMask
The bit mask identifies the adapter caps.
Definition: adl_structures.h:2664
ADLDisplayEDIDData
struct ADLDisplayEDIDData ADLDisplayEDIDData
Structure containing information about EDID data.
ADLOD8CurrentSetting
struct ADLOD8CurrentSetting ADLOD8CurrentSetting
Structure containing information about Overdrive8 current setting.
ADLvRamVendor_ESMT
@ ADLvRamVendor_ESMT
Definition: adl_structures.h:204
ADL_INVALID_FORMAT
@ ADL_INVALID_FORMAT
Definition: adl_structures.h:2353
ADLDDCInfo::ulSize
int ulSize
Size of the structure.
Definition: adl_structures.h:315
ADL_DL_DISPLAY_MODE::iPelsHeight
int iPelsHeight
Definition: adl_structures.h:4241
ADL_ERROR_REASON::chill
int chill
Definition: adl_structures.h:3520
ADLDDCInfo2::iNativeDisplayChromaticityWhitePointY
int iNativeDisplayChromaticityWhitePointY
Display White Point Y coordinate multiplied by 10000.
Definition: adl_structures.h:408
ADL_ECC_EDC_FLAG
union _ADL_ECC_EDC_FLAG ADL_ECC_EDC_FLAG
ADLPossibleMap::displayMap
ADLDisplayMap * displayMap
The display Maps list to validate.
Definition: adl_structures.h:1573
ADLDetailedTimingX2::sPixelClock
int sPixelClock
Pixel clock value.
Definition: adl_structures.h:3968
ADLDetailedTimingX2
Structure containing detailed timing parameters.
Definition: adl_structures.h:3946
ADLPropertyRecordCreate
Structure containing information info for a property record in a profile.
Definition: adl_structures.h:2401
ADLGraphicCoreInfo::iNumWGPs
int iNumWGPs
Total number of WGPs. Valid for RDNA (iGCGen == RDNA)
Definition: adl_structures.h:2847
APP_PROC_RUNNING
@ APP_PROC_RUNNING
Definition: adl_structures.h:2347
ADLSGApplicationInfo::GPUBdf
ADLBdf GPUBdf
The BDF of the GPU on which application runs.
Definition: adl_structures.h:3484
ADLDevicePort
struct ADLDevicePort ADLDevicePort
Structure containing port information.
ODN_GPU_SOCKET_POWER
@ ODN_GPU_SOCKET_POWER
Definition: adl_structures.h:3101
ADLDetailedTiming
struct ADLDetailedTiming ADLDetailedTiming
Structure containing detailed timing parameters.
ODN_GPU_PPT_POWER
@ ODN_GPU_PPT_POWER
Definition: adl_structures.h:3100
ADLSLSMap
struct ADLSLSMap ADLSLSMap
Structure containing information about the display SLS Map information.
ADLDceSettings::DpLink
struct ADLDceSettings::@4::@6 DpLink
ADLOD6CapabilitiesEx::sPowerControlPercent
ADLOD6ParameterRange sPowerControlPercent
Returns the hard limits of the Power Limit adjustment range. Power limit should not be adjusted outsi...
Definition: adl_structures.h:2457
ADLMemoryInfo3
struct ADLMemoryInfo3 ADLMemoryInfo3
Structure containing additional information about the ASIC memory.
ADLDisplayMap::displayMode
ADLMode displayMode
The Display Mode for the current map.
Definition: adl_structures.h:1542
ADLActivatableSource::iAdapterIndex
int iAdapterIndex
The Persistent logical Adapter Index.
Definition: adl_structures.h:1410
ADLGLSyncModuleID
Structure containing GL-Sync module information.
Definition: adl_structures.h:849
ADLGLSyncGenlockConfig::iScanRateCoeff
int iScanRateCoeff
Scan rate multiplier applied to the sync signal. ADL_GLSYNC_SCANRATECOEFF_* Genlock related values.
Definition: adl_structures.h:900
ADLCustomMode::iModeHeight
int iModeHeight
Custom mode height.
Definition: adl_structures.h:465
ADLSGApplicationInfo::timeStamp
long long int timeStamp
Timestamp at which application has run.
Definition: adl_structures.h:3478
ADLGetClocksOUT::ulHighMemoryClock
long ulHighMemoryClock
Definition: adl_structures.h:483
ADLMemoryInfo2::iMemoryBandwidth
long long iMemoryBandwidth
Highest default performance level Memory bandwidth in Mbytes/s.
Definition: adl_structures.h:123
ADLODNPerformanceLevelX2
Structure containing information about Overdrive level.
Definition: adl_structures.h:3068
ADLMantleAppInfo::virtualMemPageSize
long long virtualMemPageSize
virtual mem size
Definition: adl_structures.h:4178
ADLRASGetErrorCountsOutput
struct ADLRASGetErrorCountsOutput ADLRASGetErrorCountsOutput
Structure containing information related RAS Get Error Counts Information.
ADLDisplayID::iDisplayLogicalAdapterIndex
int iDisplayLogicalAdapterIndex
The persistent logical adapter index for the display.
Definition: adl_structures.h:537
tagADLBezelTransientMode::iSLSBezelTransientModeMask
int iSLSBezelTransientModeMask
The bit mask identifies the bits this structure is currently using. It will be the total OR of all th...
Definition: adl_structures.h:1504
ADLConnectionState
Structure containing connection state of the connector.
Definition: adl_structures.h:2592
APP_PROC_WAIT
@ APP_PROC_WAIT
Definition: adl_structures.h:2346
ADLGlSyncMode2::iControlVector
int iControlVector
Mode control vector. Bitfield of ADL_GLSYNC_MODECNTL_* Genlock related values.
Definition: adl_structures.h:974
ADL_PX_NONE
@ ADL_PX_NONE
Definition: adl_structures.h:1886
ADLPMLogSupportInfo
Definition: adl_structures.h:3272
ADLDisplayEDIDData::cEDIDData
char cEDIDData[256]
EDID data.
Definition: adl_structures.h:780
ADLGLSyncPortCaps
struct ADLGLSyncPortCaps ADLGLSyncPortCaps
Structure containing GL-Sync ports capabilities.
ADLGraphicCoreInfo::iGCGen
int iGCGen
indicate the graphic core generation
Definition: adl_structures.h:2840
ADLPMLogStartOutput::ptr_LoggingAddress
unsigned long long ptr_LoggingAddress
Definition: adl_structures.h:3321
PropertyRecord::strName
char strName[64]
Property Name.
Definition: adl_structures.h:1962
ADLGlSyncPortControl::iControlVector
int iControlVector
Port control data ADL_GLSYNC_PORTCNTL_* Genlock related values.
Definition: adl_structures.h:940
ADLBezelOffsetSteppingSize
Structure containing information about the Adapter offset stepping size.
Definition: adl_structures.h:1822
ADL_PROVSR_SETTINGS::Hotkey
int Hotkey
Definition: adl_structures.h:3629
ADLRASErrorInjectonInput::Value
ADL_RAS_INJECTION_METHOD Value
Definition: adl_structures.h:3428
ADLGraphicCoreInfo::iNumSIMDs
int iNumSIMDs
Total number of SIMDs. Valid for Pre GCN (iGCGen == Pre-GCN)
Definition: adl_structures.h:2859
ADLAdapterCapsX2::iCapsValue
int iCapsValue
The bit identifies the adapter caps define_adapter_caps.
Definition: adl_structures.h:2666
ADLConnectionProperties::iOutputBandwidth
int iOutputBandwidth
Output Bandwidth. Could be used for MST branch, DP or DP Active dongle. Define_linkrate_constants.
Definition: adl_structures.h:2620
ADL_BOOST_NOTFICATION_REASON
struct ADL_BOOST_NOTFICATION_REASON ADL_BOOST_NOTFICATION_REASON
Structure containing information about BOOST Settings change reason.
tagADLBezelTransientMode::iNumBezelOffset
int iNumBezelOffset
The number of bezel offsets belongs to this map.
Definition: adl_structures.h:1498
ADLGetClocksOUT::ulMemoryMin
long ulMemoryMin
Definition: adl_structures.h:487
ADL_PROVSR_SETTINGS
struct ADL_PROVSR_SETTINGS ADL_PROVSR_SETTINGS
Structure containing information about Pro VSR Settings.
ADLODNCapabilities::svddcRange
ADLODNParameterRange svddcRange
Definition: adl_structures.h:2908
ADL_IMAGE_BOOST_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3654
LPADLSLSOffset
struct ADLSLSOffset * LPADLSLSOffset
ADL_DRIVERUPSCALE_SETTINGS
struct ADL_DRIVERUPSCALE_SETTINGS ADL_DRIVERUPSCALE_SETTINGS
Structure containing information about DRIVERUPSCALE Settings.
ADLMemoryInfoX4::iVramVendorRevId
long long iVramVendorRevId
Vram vendor ID.
Definition: adl_structures.h:182
ADLECCData::iSec
int iSec
Definition: adl_structures.h:2299
ADLSLSOffset::iBezelffsetValue
int iBezelffsetValue
The bit mask identifies the display status.
Definition: adl_structures.h:1727
ADLOD6PowerControlInfo
struct ADLOD6PowerControlInfo ADLOD6PowerControlInfo
Structure containing information about Overdrive 6 PowerControl settings.
ADLvRamVendor_ETRON
@ ADLvRamVendor_ETRON
Definition: adl_structures.h:199
ADL_CHILL_NOTFICATION_REASON
Structure containing information about CHILL Settings change reason.
Definition: adl_structures.h:3693
ADLGamma::fRed
float fRed
Red color channel gamma value.
Definition: adl_structures.h:445
ADLPossibleMapping
Structure containing information about display possible mapping.
Definition: adl_structures.h:1587
ADLVirtualSegmentSettingsOutput::virtualSegmentCurrent
int virtualSegmentCurrent
Definition: adl_structures.h:235
LPADLVersionsInfo
struct ADLVersionsInfo * LPADLVersionsInfo
LPADLDisplayDPMSTInfo
struct ADLDisplayDPMSTInfo * LPADLDisplayDPMSTInfo
ADLDDCInfo2::iSupportedTransferFunction
int iSupportedTransferFunction
Bit vector of supported transfer functions ADLSourceContentAttributes transfer functions (gamma).
Definition: adl_structures.h:388
ADLOD6MaxClockAdjust::iEngineClockMax
int iEngineClockMax
The recommended maximum engine clock adjustment in percent, for the specified power limit value.
Definition: adl_structures.h:2493
ADLFanSpeedInfo::iMaxPercent
int iMaxPercent
Maximum possible fan speed value in percents.
Definition: adl_structures.h:1158
ADLODNPerformanceStatus::iGPUActivityPercent
int iGPUActivityPercent
Definition: adl_structures.h:3047
ADLMantleAppInfo::vendorId
long vendorId
mantle vendroe id
Definition: adl_structures.h:4168
ADLMVPUCaps
struct ADLMVPUCaps ADLMVPUCaps
Structure containing information about MultiVPU capabilities.
ADLOD8SingleSetSetting
Structure containing information about Overdrive8 set setting.
Definition: adl_structures.h:3165
ADLPreFlipPostProcessingInfo::ulReserved
int ulReserved[12]
Reserved.
Definition: adl_structures.h:3513
ADLOD8SingleInitSetting
Definition: adl_structures.h:3125
ADLSLSTarget::iSLSGridPositionX
int iSLSGridPositionX
Target postion X in SLS grid.
Definition: adl_structures.h:1800
ADLFanSpeedValue::iSpeedType
int iSpeedType
Possible valies: ADL_DL_FANCTRL_SPEED_TYPE_PERCENT or ADL_DL_FANCTRL_SPEED_TYPE_RPM.
Definition: adl_structures.h:1177
ADLAppInterceptionInfo
Definition: adl_structures.h:2359
ADLBezelOffsetSteppingSize::iBezelOffsetSteppingSizeY
int iBezelOffsetSteppingSizeY
Bezel Y stepping size offset.
Definition: adl_structures.h:1833
ADLDDCInfo2::cDisplayName
char cDisplayName[256]
Returns the name of the display device. Should be zeroed if this information is not available.
Definition: adl_structures.h:359
ADLODNPerformanceLevels::iMode
int iMode
Definition: adl_structures.h:2999
ADLCustomMode::iModeWidth
int iModeWidth
Custom mode width.
Definition: adl_structures.h:463
ADLOD6PowerControlInfo
Structure containing information about Overdrive 6 PowerControl settings.
Definition: adl_structures.h:2253
ADLOD8InitSetting
Structure containing information about Overdrive8 initial setting.
Definition: adl_structures.h:3139
ADLAdapterLocation
Structure containing information about adapter location.
Definition: adl_structures.h:1315
ADLMantleAppInfo::maxThreadGroupSize
long maxThreadGroupSize
thread group size
Definition: adl_structures.h:4184
_ADL_ERROR_PATTERN::reserved
unsigned long reserved
Definition: adl_structures.h:2746
ADLOD6FanSpeedInfo
struct ADLOD6FanSpeedInfo ADLOD6FanSpeedInfo
Structure containing information about Overdrive 6 fan speed information.
ADLMantleAppInfo::multiColorTargetClears
long multiColorTargetClears
color target
Definition: adl_structures.h:4188
ADLMode::iYRes
int iYRes
Screen resolution Height.
Definition: adl_structures.h:1441
ADLInfoPacket::hb2
char hb2
Definition: adl_structures.h:994
ADLActivatableSource::iNumActivatableSources
int iNumActivatableSources
The number of Activatable Sources.
Definition: adl_structures.h:1412
ADLInfoPacket::hb1
char hb1
Definition: adl_structures.h:993
ADLGLSyncGenlockConfig
Structure containing GL-Sync Genlock settings.
Definition: adl_structures.h:884
ADLFeatureCaps::iPageID
int iPageID
Page ID. All Features with the same Page ID value are shown together on the same UI page.
Definition: adl_structures.h:4062
ADLHDCPSettings::iHDCPProtectionVersion
int iHDCPProtectionVersion
Definition: adl_structures.h:4146
ADLODNCapabilities::powerTuneTemperature
ADLODNParameterRange powerTuneTemperature
Definition: adl_structures.h:2914
ADLBezelOffsetSteppingSize::iBezelOffsetSteppingSizeMask
int iBezelOffsetSteppingSizeMask
Identifies the bits this structure is currently using. It will be the total OR of all the bit definit...
Definition: adl_structures.h:1836
ADLFanSpeedInfo
Structure containing information about thermal controller fan speed.
Definition: adl_structures.h:1150
ADLSLSMap::iSLSMapMask
int iSLSMapMask
The bit mask identifies the number of bits DisplayMap is currently using. Sum all the bit definitions...
Definition: adl_structures.h:1685
ADLMantleAppInfo
Structure containing Mantle App info.
Definition: adl_structures.h:4162
ADLSLSOffset::iSLSMapIndex
int iSLSMapIndex
The current display map index. It is the OS Desktop index. For example, OS Index 1 showing clone mode...
Definition: adl_structures.h:1703
ADLDisplayInfo::iDisplayControllerIndex
int iDisplayControllerIndex
Definition: adl_structures.h:560
ADLDisplayConfig
struct ADLDisplayConfig ADLDisplayConfig
Structure containing HDTV information for display calls.
ADLGcnInfo::TexCount
int TexCount
Definition: adl_structures.h:219
ADLControllerOverlayInfo::iReserved
int iReserved[3]
Should be 0.
Definition: adl_structures.h:838
ADLGLSyncPortCaps::iPortType
int iPortType
Port type. Bitfield of ADL_GLSYNC_PORTTYPE_* Genlock related values.
Definition: adl_structures.h:870
ADLGraphicCoreInfo
struct ADLGraphicCoreInfo ADLGraphicCoreInfo
Structure containing information about Graphic Core.
ADLAdapterLocation::iDevice
int iDevice
Device number : 5 bits.
Definition: adl_structures.h:1319
ADL_RIS_SETTINGS::GlobalSharpeningDegree_MaxLimit
int GlobalSharpeningDegree_MaxLimit
Definition: adl_structures.h:3682
ADLDisplayIdentifier::ulManufacturerId
long ulManufacturerId
manufacturer ID of the display
Definition: adl_structures.h:2051
ADLOD6CurrentStatus::iEngineClock
int iEngineClock
Current engine clock in 10 KHz.
Definition: adl_structures.h:2157
ADL_RADEON_LED_PATTERN_CONFIG
Structure Containing All Radeon USB LED requests and controls.
Definition: adl_structures.h:3790
ADLInfoPacket
Structure containing the packet info of a display.
Definition: adl_structures.h:991
ADLAdapterDisplayCap::iAdapterIndex
int iAdapterIndex
The Persistent logical Adapter Index.
Definition: adl_structures.h:1521
ADLTemperature
Structure containing information about thermal controller temperature.
Definition: adl_structures.h:1135
ADLSupportedConnections::iSupportedConnections
int iSupportedConnections
Bit vector of supported connections. Bitmask is defined in constants section. Define_connection_types...
Definition: adl_structures.h:2580
ADLPreFlipPostProcessingInfo::ulSize
int ulSize
size
Definition: adl_structures.h:3505
ADLAppInterceptionInfoX3::ProcessId
unsigned int ProcessId
Definition: adl_structures.h:2386
ADLPreFlipPostProcessingInfo::bEnabled
int bEnabled
Current active state.
Definition: adl_structures.h:3507
LPADLMemoryInfo
struct ADLMemoryInfo * LPADLMemoryInfo
ADLODNFanControl
Structure containing information about Overdrive N Fan Speed.
Definition: adl_structures.h:3014
ADLSLSOffset::iBezelOffsetY
int iBezelOffsetY
SLS Bezel Offset Y.
Definition: adl_structures.h:1715
ADLAdapterDisplayCap
Structure containing information about the adapter display manner.
Definition: adl_structures.h:1519
ADLGLSyncModuleID::iFWBootSectorVersion
int iFWBootSectorVersion
GL-Sync module firmware version of Boot Sector.
Definition: adl_structures.h:855
ADL_DL_MAX_REGISTRY_PATH
#define ADL_DL_MAX_REGISTRY_PATH
Definition: adl_defines.h:1156
ADL_FRTCPRO_Settings
Structure containing information about FRTCPRO Settings.
Definition: adl_structures.h:4212
ADLOD6FanSpeedInfo::iFanSpeedRPM
int iFanSpeedRPM
Contains current fan speed in RPM (if valid flag exists in iSpeedType)
Definition: adl_structures.h:2217
ADLECCData
struct ADLECCData ADLECCData
Structure containing ECC statistics namely SEC counts and DED counts Single error count - count of er...
ADLvRamVendor_NANYA
@ ADLvRamVendor_NANYA
Definition: adl_structures.h:200
AdapterInfo::strUDID
char strUDID[256]
The unique device ID associated with this adapter.
Definition: adl_structures.h:51
LPADLPossibleMapResult
struct ADLPossibleMapResult * LPADLPossibleMapResult
ADLOD8SingleInitSetting::minValue
int minValue
Definition: adl_structures.h:3127
ADL_RADEON_LED_PATTERN_CONFIG::genericPararmeters
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC genericPararmeters
Definition: adl_structures.h:3795
ADLGamutCoordinates::Red
ADLPoint Red
red channel chromasity coordinate
Definition: adl_structures.h:3900
ADL_FRTCPRO_Settings::minSupportedFps
unsigned int minSupportedFps
Definition: adl_structures.h:4218
ADL_RADEON_LED_CUSTOM_LED_CONFIG::brightness
short brightness
Definition: adl_structures.h:3779
ADLVersionsInfo
struct ADLVersionsInfo ADLVersionsInfo
Structure containing version information.
ADLFeatureCaps::EnumMask
int EnumMask
The Mask for available bits for enumerated values.(If ADLFeatureCaps supports ENUM values)
Definition: adl_structures.h:4110
ADL_DELAG_SETTINGS::GlobalLimitFPS
int GlobalLimitFPS
Definition: adl_structures.h:3556
ADLODNFanControl::iMode
int iMode
Definition: adl_structures.h:3015
ADLSLSTarget
struct ADLSLSTarget ADLSLSTarget
Structure containing information about the SLS targets.
ADLOD8SetSetting
struct ADLOD8SetSetting ADLOD8SetSetting
ADLODNPerformanceStatus::iCurrentDCEFPerformanceLevel
int iCurrentDCEFPerformanceLevel
Definition: adl_structures.h:3050
ADLSmartShiftSettings::iDefaultValue
int iDefaultValue
Definition: adl_structures.h:4276
ADLFreeSyncCap::cReserved
char cReserved[3]
Reserved.
Definition: adl_structures.h:2794
ADLFreeSyncCap::iMaxRefreshRateInMicroHz
int iMaxRefreshRateInMicroHz
Reports maximum FreeSync refresh rate supported by the display in micro hertz.
Definition: adl_structures.h:2790
ADLDetailedTimingX2::sHSyncStart
int sHSyncStart
Horizontal sync signal offset.
Definition: adl_structures.h:3956
ADLGamma
Structure containing information controller Gamma settings.
Definition: adl_structures.h:443
ADLOD6StateEx::iPowerControlPercent
int iPowerControlPercent
The current power control adjustment value, specified as a +/- percent.
Definition: adl_structures.h:2477
ADLAppInterceptionInfo::AppFormat
ADLAppInterceptionListType AppFormat
Definition: adl_structures.h:2362
ADLFreeSyncCap::iCaps
int iCaps
FreeSync capability flags. Define_freesync_caps.
Definition: adl_structures.h:2786
ADL_RADEON_LED_COLOR_CONFIG::G
unsigned short G
Definition: adl_structures.h:3750
ADLODNFanControl::iTargetTemperature
int iTargetTemperature
Definition: adl_structures.h:3020
ADLRASErrorInjectonInput::InjectErrorType
ADL_RAS_ERROR_TYPE InjectErrorType
Definition: adl_structures.h:3430
ADLGlSyncMode2::iStatusVector
int iStatusVector
Mode status vector. Bitfield of ADL_GLSYNC_MODECNTL_STATUS_* Genlock related values.
Definition: adl_structures.h:976
ADLPossibleMapResult::iIndex
int iIndex
The current display map index. It is the OS Desktop index. For example, OS Index 1 showing clone mode...
Definition: adl_structures.h:1603
ADLFeatureValues::fCurrent
float fCurrent
Current float value. Valid only if ADLFeatureCaps indicates support for floats.
Definition: adl_structures.h:4130
ADLGamutCoordinates
Structure containing information about driver supported gamut coordinates.
Definition: adl_structures.h:3898
ADLI2C
struct ADLI2C ADLI2C
Structure containing information about I2C.
ADLRASGetErrorCountsInput::Reserved
unsigned int Reserved[16]
Definition: adl_structures.h:3347
AdapterInfoX2::iVendorID
int iVendorID
The vendor ID associated with this adapter.
Definition: adl_structures.h:3826
ADLODNPerformanceLevel::iClock
int iClock
clock.
Definition: adl_structures.h:2981
ADL_IMAGE_BOOST_SETTINGS
Structure containing information about OGL IMAGE BOOST Settings.
Definition: adl_structures.h:3652
ADLPossibleMap
struct ADLPossibleMap ADLPossibleMap
Structure containing information about the display device possible map for one GPU.
ADLApplicationRecord::recordSource
ADL_AP_DATABASE recordSource
Definition: adl_structures.h:2433
ADL_BOOST_SETTINGSX2::GlobalMinRes_Step
int GlobalMinRes_Step
Definition: adl_structures.h:3604
ADL_IMAGE_BOOST_SETTINGS::Hotkey
int Hotkey
Definition: adl_structures.h:3653
ADLVirtualSegmentSettingsOutput::virtualSegmentSupported
int virtualSegmentSupported
Definition: adl_structures.h:233
ADL_FRAME_DURATION_HANDLE
void * ADL_FRAME_DURATION_HANDLE
Handle to ADL Frame Monitor Token.
Definition: adl_structures.h:2318
ADL_ERROR_RECORD_SEVERITY
ADL_ERROR_RECORD_SEVERITY
Definition: adl_structures.h:2672
ADLApplicationRecord
struct ADLApplicationRecord ADLApplicationRecord
Structure containing information info for an application record.
AdapterInfo::strPNPString
char strPNPString[256]
PNP string from Windows.
Definition: adl_structures.h:77
LPADLMemoryInfo3
struct ADLMemoryInfo3 * LPADLMemoryInfo3
ADLPMLogData
Definition: adl_structures.h:3296
ADLApplicationData::strPathName
char strPathName[256]
Path Name.
Definition: adl_structures.h:1906
ADLControllerMode
Structure containing information about an controller mode.
Definition: adl_structures.h:2008
ADL_ERROR_REASON2::boost
int boost
Definition: adl_structures.h:3526
ADLDisplayConfig::ulConnectorType
long ulConnectorType
HDTV connector type.
Definition: adl_structures.h:506
ADLSGApplicationInfo::iGPUAffinity
unsigned int iGPUAffinity
The GPU on which application runs.
Definition: adl_structures.h:3482
ADLClockInfo
Structure containing information about Clock.
Definition: adl_structures.h:728
ADLDisplayProperty::iExpansionMode
int iExpansionMode
Get or Set ADL_DL_DISPLAYPROPERTY_EXPANSIONMODE_CENTER or ADL_DL_DISPLAYPROPERTY_EXPANSIONMODE_FULLSC...
Definition: adl_structures.h:711
ADLFPSSettingsOutput::ulDCFPSCurrent
int ulDCFPSCurrent
Current Value of FPS Monitor in DC state.
Definition: adl_structures.h:3232
ADLSLSTarget::iSLSTargetValue
int iSLSTargetValue
The bit mask identifies status info. It is for function extension purpose.
Definition: adl_structures.h:1812
ADLGraphicCoreInfo
Structure containing information about Graphic Core.
Definition: adl_structures.h:2838
AdapterInfoX2::strPNPString
char strPNPString[256]
PNP string from Windows.
Definition: adl_structures.h:3840
ADLRASResetErrorCounts::Input
ADLRASResetErrorCountsInput Input
Definition: adl_structures.h:3413
ADLDisplayID::iDisplayLogicalIndex
int iDisplayLogicalIndex
The logical display index belonging to this adapter.
Definition: adl_structures.h:528
ADL_RIS_NOTFICATION_REASON::GlobalEnableChanged
unsigned int GlobalEnableChanged
Definition: adl_structures.h:3667
ADLMVPUStatus::aAdapterLocation
ADLAdapterLocation aAdapterLocation[4]
PCI Bus/Device/Function for each active adapter participating in MVPU.
Definition: adl_structures.h:1395
ADLDisplayInfo
struct ADLDisplayInfo ADLDisplayInfo
Structure containing information about the display device.
ADLPossibleSLSMap
Structure containing information about the display Possible SLS Map information.
Definition: adl_structures.h:1764
ADLDisplayModeInfo
Structure containing display mode information.
Definition: adl_structures.h:683
ADLPPLogSettings::LogDestinations
int LogDestinations
Definition: adl_structures.h:3208
ADL_EDC_BLOCK_ID_TCL1
@ ADL_EDC_BLOCK_ID_TCL1
Definition: adl_structures.h:2727
ADLSLSGrid::iSLSGridRow
int iSLSGridRow
The grid row.
Definition: adl_structures.h:1625
ADLODPerformanceLevels
Structure containing information about Overdrive performance levels.
Definition: adl_structures.h:1253
ADLDDCInfo2::iPanelPixelFormat
int iPanelPixelFormat
Returns the Pixel formats the display supports DDCInfo Pixel Formats.
Definition: adl_structures.h:377
ADL_ERROR_INJECTION_DATA
Definition: adl_structures.h:2752
ADLApplicationDataX2::strTimeStamp
wchar_t strTimeStamp[32]
Creation timestamp.
Definition: adl_structures.h:1928
ADLFeatureCaps::iVisualID
int iVisualID
Visual ID. Places one or more features in a Group Box. If zero, no Group Box is added.
Definition: adl_structures.h:4059
ADLAdapterLocation::iBus
int iBus
PCI Bus number : 8 bits.
Definition: adl_structures.h:1317
ADLMVPUStatus
Structure containing information about MultiVPU status.
Definition: adl_structures.h:1387
ADL_APP_PROFILE_FILENAME_LENGTH
#define ADL_APP_PROFILE_FILENAME_LENGTH
Definition: adl_defines.h:1355
ADLDDCInfo::ulMaxRefresh
int ulMaxRefresh
Returns the maximum supported refresh rate. Should be zeroed if this information is not available.
Definition: adl_structures.h:329
ADLVersionsInfo::strDriverVer
char strDriverVer[256]
Driver Release (Packaging) Version (e.g. 8.71-100128n-094835E-ATI)
Definition: adl_structures.h:1333
ADLSLSOffset::iAdapterIndex
int iAdapterIndex
The Adapter Index.
Definition: adl_structures.h:1700
ADLMemoryInfoX4::iMemoryBitRateX2
long long iMemoryBitRateX2
Memory Bit Rate that is calculated and finalized on the driver side, grab and go.
Definition: adl_structures.h:186
ADLErrorInjectionX2
struct ADLErrorInjectionX2 ADLErrorInjectionX2
ADLDisplayModeInfoX2
struct ADLDisplayModeInfoX2 ADLDisplayModeInfoX2
Structure containing display mode information.
ADLOD6CapabilitiesEx::sEngineClockPercent
ADLOD6ParameterRange sEngineClockPercent
Returns the hard limits of the SCLK overdrive adjustment range. Overdrive clocks should not be adjust...
Definition: adl_structures.h:2453
ADLI2C::iLine
int iLine
Numerical value representing hardware I2C.
Definition: adl_structures.h:747
ADL_DRIVERUPSCALE_SETTINGS::ModeOverrideEnabled
int ModeOverrideEnabled
Definition: adl_structures.h:3737
ADLAdapterCapsX2::iNumOfGLSyncConnectors
int iNumOfGLSyncConnectors
Number of GLSyncConnectors.
Definition: adl_structures.h:2662
ADLDisplayEDIDData::iFlag
int iFlag
Set to 0.
Definition: adl_structures.h:774
ADLODNPerformanceLevel
struct ADLODNPerformanceLevel ADLODNPerformanceLevel
Structure containing information about Overdrive level.
ADLControllerMode::iViewPanLockLeft
int iViewPanLockLeft
Horizontal left panlock position.
Definition: adl_structures.h:2021
ADLCustomMode::iBaseModeHeight
int iBaseModeHeight
Custom mode base height.
Definition: adl_structures.h:469
ADLMemoryRequired::iDisplayFeatureValue
int iDisplayFeatureValue
Type of Memory Memory Type.
Definition: adl_structures.h:289
ADLMode::displayID
ADLDisplayID displayID
Display IDs.
Definition: adl_structures.h:1433
ADLMemoryInfoX4::iInvisibleMemorySize
long long iInvisibleMemorySize
Invisible Memory size in bytes.
Definition: adl_structures.h:178
ADL_FRTCPRO_Settings::maxSupportedFps
unsigned int maxSupportedFps
Definition: adl_structures.h:4217
ADLI2CLargePayload::iAction
int iAction
Read from or write to slave device. ADL_DL_I2C_ACTIONREAD or ADL_DL_I2C_ACTIONWRITE.
Definition: adl_structures.h:4021
LPADLMode
struct ADLMode * LPADLMode
ADLGamutData
struct ADLGamutData ADLGamutData
Structure containing information about driver current gamut space , parent struct for ADLGamutCoordin...
ADLOD6CurrentStatus::iActivityPercent
int iActivityPercent
Definition: adl_structures.h:2162
ADLI2C::iAddress
int iAddress
The 7-bit I2C slave device address, shifted one bit to the left.
Definition: adl_structures.h:749
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC
struct ADL_RADEON_LED_PATTERN_CONFIG_GENERIC ADL_RADEON_LED_PATTERN_CONFIG_GENERIC
Structure Containing All Generic LED configuration for user requested LED pattern....
ADLSGApplicationInfo::strFileName
wchar_t strFileName[256]
Application file name.
Definition: adl_structures.h:3472
ADLODPerformanceLevel
struct ADLODPerformanceLevel ADLODPerformanceLevel
Structure containing information about Overdrive level.
ADLODNCapabilitiesX2::iMaximumNumberOfPerformanceLevels
int iMaximumNumberOfPerformanceLevels
Definition: adl_structures.h:2937
ADLErrorInjection
Structure containing information about EDC Error Injection.
Definition: adl_structures.h:2764
ADLI2CLargePayload::pcData
char * pcData
Address of the characters which are to be sent or received on the I2C bus.
Definition: adl_structures.h:4029
ADLFPSSettingsOutput::bDCFPSEnabled
int bDCFPSEnabled
FPS Monitor is enabled in the DC state if 1.
Definition: adl_structures.h:3228
ADLDisplayIdentifier
struct ADLDisplayIdentifier ADLDisplayIdentifier
Structure containing information about a display.
ADLDisplayModeInfoX2
Structure containing display mode information.
Definition: adl_structures.h:3988
ADLSLSOffset::displayID
ADLDisplayID displayID
The Display ID.
Definition: adl_structures.h:1706
ADLOD6FanSpeedValue
struct ADLOD6FanSpeedValue ADLOD6FanSpeedValue
Structure containing information about Overdrive 6 fan speed value.
ADLFPSSettingsInput::ulSize
int ulSize
size
Definition: adl_structures.h:3252
ADLI2CLargePayload::iLine
int iLine
Numerical value representing hardware I2C.
Definition: adl_structures.h:4015
ADLGamutData
Structure containing information about driver current gamut space , parent struct for ADLGamutCoordin...
Definition: adl_structures.h:3914
ADLGLSyncGenlockConfig
struct ADLGLSyncGenlockConfig ADLGLSyncGenlockConfig
Structure containing GL-Sync Genlock settings.
ADLOD6CurrentStatus::iCurrentPerformanceLevel
int iCurrentPerformanceLevel
Not used. Reserved for future use.
Definition: adl_structures.h:2164
ADLConnectorInfo::iSlotIndex
int iSlotIndex
index of the slot, 0-based index.
Definition: adl_structures.h:2518
ADLODNPerformanceLevelsX2::iMode
int iMode
Definition: adl_structures.h:3090
ADL_ERROR_INJECTION_MODE_ADDRESS
@ ADL_ERROR_INJECTION_MODE_ADDRESS
Definition: adl_structures.h:2735
ADLSLSOverlappedMode::SLSMode
ADLMode SLSMode
the SLS mode for which the overlap is configured
Definition: adl_structures.h:1851
ADLAdapterCapsX2
Structure containing information about an controller mode including Number of Connectors.
Definition: adl_structures.h:2652
ADLDetailedTiming::sVSyncStart
short sVSyncStart
Vertical sync signal offset.
Definition: adl_structures.h:659
ADLOD6CapabilitiesEx
Structure containing information about Overdrive 6 extension capabilities.
Definition: adl_structures.h:2443
ADLDetailedTimingX2::sOverscanGR
short sOverscanGR
Definition: adl_structures.h:3978
ADL_ERROR_INJECTION_MODE_MULTIPLE
@ ADL_ERROR_INJECTION_MODE_MULTIPLE
Definition: adl_structures.h:2734
ADLCrossfireInfo::iErrorCode
int iErrorCode
Current error code of this CrossfireX combination.
Definition: adl_structures.h:1286
ADLGLSyncModuleID::iGlSyncGPUPort
int iGlSyncGPUPort
GL-Sync GPU port index (to be passed into ADLGLSyncGenlockConfig.lSignalSource and ADLGlSyncPortContr...
Definition: adl_structures.h:853
ADLODClockSetting::iStepClock
int iStepClock
Step.
Definition: adl_structures.h:1036
ADLDisplayID
struct ADLDisplayID ADLDisplayID
Structure containing information about the display device.
ADLDisplayInfo::displayID
ADLDisplayID displayID
The DisplayID structure.
Definition: adl_structures.h:557
ADLDisplayModeInfoX2::sDetailedTiming
ADLDetailedTimingX2 sDetailedTiming
Detailed timing parameters.
Definition: adl_structures.h:4000
ADLGlSyncMode2::iGLSyncConnectorIndex
int iGLSyncConnectorIndex
Index of GL-Sync connector used to genlock the display/controller.
Definition: adl_structures.h:978
ADLODPerformanceLevel::iVddc
int iVddc
Core voltage.
Definition: adl_structures.h:1242
ADLPreFlipPostProcessingInfo
Definition: adl_structures.h:3503
ADLAdapterODClockConfig::iFlags
int iFlags
Flag Clock flags.
Definition: adl_structures.h:1070
ADLDetailedTimingX2::sHOverscanRight
short sHOverscanRight
Overscan right.
Definition: adl_structures.h:3970
ADLSLSMap::iAdapterIndex
int iAdapterIndex
The Adapter Index.
Definition: adl_structures.h:1646
ADLApplicationDataX2::strPathName
wchar_t strPathName[256]
Path Name.
Definition: adl_structures.h:1924
ADLSLSOverlappedMode::iFirstTargetArrayIndex
int iFirstTargetArrayIndex
the first target array index in the target array
Definition: adl_structures.h:1855
ADL_CHILL_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3709
ADLSLSTarget::iSLSGridPositionY
int iSLSGridPositionY
Target postion Y in SLS grid.
Definition: adl_structures.h:1803
ADLBezelOffsetSteppingSize
struct ADLBezelOffsetSteppingSize ADLBezelOffsetSteppingSize
Structure containing information about the Adapter offset stepping size.
ADLDDCInfo::ulSupportsDDC
int ulSupportsDDC
Indicates whether the attached display supports DDC. If this field is zero on return,...
Definition: adl_structures.h:317
ADLRASErrorInjectionOutput
Structure containing information related RAS Error Injection information.
Definition: adl_structures.h:3443
ADLGlSyncPortInfo::iPortType
int iPortType
Type of GL-Sync port (ADL_GLSYNC_PORT_*).
Definition: adl_structures.h:914
ADLVersionsInfoX2
Structure containing version information.
Definition: adl_structures.h:1347
ADLODNExtSingleInitSetting
struct ADLODNExtSingleInitSetting ADLODNExtSingleInitSetting
ADLODNPerformanceLevels::iNumberOfPerformanceLevels
int iNumberOfPerformanceLevels
Must be set to sizeof( ADLODPerformanceLevels ) + sizeof( ADLODPerformanceLevel ) * (ADLODParameters....
Definition: adl_structures.h:3001
ADLOD6Capabilities::sEngineClockRange
ADLOD6ParameterRange sEngineClockRange
Definition: adl_structures.h:2098
ADLODParameterRange::iMax
int iMax
Maximum parameter value.
Definition: adl_structures.h:1196
ADLDceSettings::Protection
struct ADLDceSettings::@4::@7 Protection
ADLI2CLargePayload::iOffset
int iOffset
The offset of the data from the address.
Definition: adl_structures.h:4019
ADLDceSettings::qualityDetectionEnabled
bool qualityDetectionEnabled
Definition: adl_structures.h:2812
ADLAdapterCaps::iAdapterID
int iAdapterID
AdapterID for this adapter.
Definition: adl_structures.h:94
ADLMemoryInfo3::iMemorySize
long long iMemorySize
Memory size in bytes.
Definition: adl_structures.h:143
_ADLDCESupport::u32All
unsigned int u32All
Definition: adl_structures.h:4262
ADLSGApplicationInfo
struct ADLSGApplicationInfo ADLSGApplicationInfo
Structure containing information about an application.
APP_PROC_PREMPTION
@ APP_PROC_PREMPTION
Definition: adl_structures.h:2343
ADLODNCapabilities::sEngineClockRange
ADLODNParameterRange sEngineClockRange
Definition: adl_structures.h:2902
ADLMVPUCaps::iPossibleMVPUSlaves
int iPossibleMVPUSlaves
Bits set for all possible MVPU slaves. MVPU_ADAPTER_0 .. MVPU_ADAPTER_3.
Definition: adl_structures.h:1374
ADLOD6CurrentStatus::iMaximumBusLanes
int iMaximumBusLanes
Maximum possible PCI-E bus # of lanes.
Definition: adl_structures.h:2170
ADL_BOOST_SETTINGS::Hotkey
int Hotkey
Definition: adl_structures.h:3583
ADLDisplayModeX2
Structure containing the display mode definition used per controller.
Definition: adl_structures.h:2327
ADLAdapterODClockConfig::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:1068
ADLCustomMode::iBaseModeWidth
int iBaseModeWidth
Custom mode base width.
Definition: adl_structures.h:467
ADLOD6CurrentStatus
struct ADLOD6CurrentStatus ADLOD6CurrentStatus
Structure containing information about current Overdrive 6 performance status.
ADLAdapterLocation::iFunction
int iFunction
Function number : 3 bits.
Definition: adl_structures.h:1321
ADLDisplayModeInfoX2::iPossibleStandard
int iPossibleStandard
Applicable timing standards for the current mode.
Definition: adl_structures.h:3992
ADLPossibleMap::iAdapterIndex
int iAdapterIndex
The adapter index identifying the GPU for which to validate these Maps & Targets.
Definition: adl_structures.h:1569
ADLODNPerformanceLevelX2::iEnabled
int iEnabled
enabled
Definition: adl_structures.h:3074
ADL_ERROR_INJECTION_DATA::errorAddress
unsigned long long errorAddress
Definition: adl_structures.h:2753
ADLOD6ParameterRange::iStep
int iStep
The minimum increment between clock values.
Definition: adl_structures.h:2073
ADLPMActivity::iMemoryClock
int iMemoryClock
Current memory clock.
Definition: adl_structures.h:1091
ADLI2CLargePayload
struct ADLI2CLargePayload ADLI2CLargePayload
Structure containing information about I2C.
ODN_GPU_CHIP_POWER
@ ODN_GPU_CHIP_POWER
Definition: adl_structures.h:3102
ADLMemoryDisplayFeatures
Structure containing information about the features associated with a display.
Definition: adl_structures.h:300
ADLConnectionProperties::iBitrate
int iBitrate
Definition: adl_structures.h:2612
ADLODNPerformanceLevels
struct ADLODNPerformanceLevels ADLODNPerformanceLevels
Structure containing information about Overdrive N performance levels.
tagADLBezelTransientMode::iSLSBezelTransientModeValue
int iSLSBezelTransientModeValue
The bit mask identifies the display status. The detail definition is defined below.
Definition: adl_structures.h:1507
ADLSLSTarget::iAdapterIndex
int iAdapterIndex
the logic adapter index
Definition: adl_structures.h:1791
ADLDisplayProperty
struct ADLDisplayProperty ADLDisplayProperty
Structure containing information about display property.
ADLOD6StateEx
Structure containing information about Overdrive 6 extension state information.
Definition: adl_structures.h:2471
tagADLBezelTransientMode::iSLSModeIndex
int iSLSModeIndex
The mode index.
Definition: adl_structures.h:1492
ADLDisplayMode::iDisplayFrequency
int iDisplayFrequency
Refresh rate.
Definition: adl_structures.h:631
ADL_RADEON_LED_PATTERN_CONFIG
struct ADL_RADEON_LED_PATTERN_CONFIG ADL_RADEON_LED_PATTERN_CONFIG
Structure Containing All Radeon USB LED requests and controls.
ADLGlSyncPortInfo
struct ADLGlSyncPortInfo ADLGlSyncPortInfo
Structure containing GL-Sync port information.
ADLAdapterDisplayCap::iAdapterDisplayCapValue
int iAdapterDisplayCapValue
The bit mask identifies the status. Refer to ADL_ADAPTER_DISPLAYCAP_XXX.
Definition: adl_structures.h:1525
ADLFPSSettingsOutput::bACFPSEnabled
int bACFPSEnabled
FPS Monitor is enabled in the AC state if 1.
Definition: adl_structures.h:3226
ADLSDIData
struct ADLSDIData ADLSDIData
Structure containing information about SDIData This structure is used to store information about the ...
ADLConnectionData::EdidData
char EdidData[1024]
EDID Data.
Definition: adl_structures.h:2642
ADLBiosInfo
Structure containing information about the BIOS.
Definition: adl_structures.h:1301
ADLDisplayMode::iPelsHeight
int iPelsHeight
Vertical resolution (in pixels).
Definition: adl_structures.h:625
ADLDDCInfo2::iNativeDisplayChromaticityRedX
int iNativeDisplayChromaticityRedX
Display Red Chromaticity X coordinate multiplied by 10000.
Definition: adl_structures.h:394
ADL_HG_AMDAMD
@ ADL_HG_AMDAMD
Definition: adl_structures.h:1890
ADL_DELAG_SETTINGS
struct ADL_DELAG_SETTINGS ADL_DELAG_SETTINGS
Structure containing information about DELAG Settings.
ADL_CHILL_NOTFICATION_REASON::HotkeyChanged
int HotkeyChanged
Definition: adl_structures.h:3694
ADLOD6Capabilities::iSupportedStates
int iSupportedStates
Definition: adl_structures.h:2090
ADLI2CLargePayload::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:4013
ADLConnectionData
Structure containing connection information.
Definition: adl_structures.h:2630
ADLPPLogSettings
Structure containing information about PPLog settings.
Definition: adl_structures.h:3203
ADLDisplayConfig::ulSize
long ulSize
Size of the structure.
Definition: adl_structures.h:504
ADL_CHILL_NOTFICATION_REASON::GlobalMaxFPSChanged
int GlobalMaxFPSChanged
Definition: adl_structures.h:3697
ADL_PROVSR_NOTFICATION_REASON
struct ADL_PROVSR_NOTFICATION_REASON ADL_PROVSR_NOTFICATION_REASON
Structure containing information about ProVSR Settings change reason.
ADLDevicePort::iConnectorIndex
int iConnectorIndex
index of the connector.
Definition: adl_structures.h:2566
LPADLClockInfo
struct ADLClockInfo * LPADLClockInfo
ADLSLSGrid
struct ADLSLSGrid ADLSLSGrid
Structure containing information about the display SLS Grid information.
ADLApplicationData::strFileName
char strFileName[256]
File Name.
Definition: adl_structures.h:1908
ADL_DL_DISPLAY_MODE
Structure containing the display mode definition used per controller.
Definition: adl_structures.h:4240
ADLODPerformanceLevels::iSize
int iSize
Must be set to sizeof( ADLODPerformanceLevels ) + sizeof( ADLODPerformanceLevel ) * (ADLODParameters....
Definition: adl_structures.h:1255
ADLInfoPacket::sb
char sb[28]
sb0~sb27
Definition: adl_structures.h:996
ADLOD8SingleInitSetting::defaultValue
int defaultValue
Definition: adl_structures.h:3129
ADLFreeSyncCap::iMinRefreshRateInMicroHz
int iMinRefreshRateInMicroHz
Reports minimum FreeSync refresh rate supported by the display in micro hertz.
Definition: adl_structures.h:2788
ADL_ERROR_REASON2::chill
int chill
Definition: adl_structures.h:3528
ADLConnectorInfo::iType
int iType
Type of the connector. Connector Type.
Definition: adl_structures.h:2520
ADLOD6StateInfo
struct ADLOD6StateInfo ADLOD6StateInfo
Structure containing information about Overdrive 6 clocks.
ADLGamutInfo::SupportedGamutSpace
int SupportedGamutSpace
Any combination of following ADL_GAMUT_SPACE_CCIR_709 - ADL_GAMUT_SPACE_CUSTOM.
Definition: adl_structures.h:3870
AdapterInfoX2::iAdapterIndex
int iAdapterIndex
The ADL index handle. One GPU may be associated with one or two index handles.
Definition: adl_structures.h:3816
ADLPossibleMapResult::iPossibleMapResultMask
int iPossibleMapResultMask
Definition: adl_structures.h:1605
PropertyRecord::iDataSize
int iDataSize
Data Size in bytes.
Definition: adl_structures.h:1966
ADLGamutData::CustomGamut
ADLGamutCoordinates CustomGamut
valid when in mask avails ADL_CUSTOM_GAMUT
Definition: adl_structures.h:3936
ADLMemoryRequired
struct ADLMemoryRequired ADLMemoryRequired
Structure containing information about memory required by type.
ADLPreFlipPostProcessingInfoInvalidLUTIndex
@ ADLPreFlipPostProcessingInfoInvalidLUTIndex
Definition: adl_structures.h:3493
ADLMode::iAdapterIndex
int iAdapterIndex
Adapter index.
Definition: adl_structures.h:1431
ADLApplicationRecord
Structure containing information info for an application record.
Definition: adl_structures.h:2417
ADLDisplayModeX2
struct ADLDisplayModeX2 ADLDisplayModeX2
Structure containing the display mode definition used per controller.
LPADLFeatureCaps
struct ADLFeatureCaps * LPADLFeatureCaps
ADLSLSOverlappedMode::iNumSLSTarget
int iNumSLSTarget
the number of target displays in SLS.
Definition: adl_structures.h:1853
ADLODNPerformanceLevelsX2
struct ADLODNPerformanceLevelsX2 ADLODNPerformanceLevelsX2
Structure containing information about Overdrive N performance levels.
ADLPropertyRecordCreate::eType
ADLProfilePropertyType eType
Data type of the property.
Definition: adl_structures.h:2405
ADLOD6Capabilities::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2106
ADLDetailedTiming::sHOverscanLeft
short sHOverscanLeft
Overscan left.
Definition: adl_structures.h:667
AdapterInfo::strAdapterName
char strAdapterName[256]
Adapter name.
Definition: adl_structures.h:61
tagADLBezelTransientMode
Structure containing information about the display SLS bezel Mode information.
Definition: adl_structures.h:1484
ADLPossibleSLSMap::lpSLSMap
ADLSLSMap * lpSLSMap
The display map list for validation.
Definition: adl_structures.h:1773
ADLOD6CapabilitiesEx::iCapabilities
int iCapabilities
Definition: adl_structures.h:2448
ADLAdapterCapsX2::iNumDisplays
int iNumDisplays
Number of displays for this adapter.
Definition: adl_structures.h:2658
ADLSDIData
Structure containing information about SDIData This structure is used to store information about the ...
Definition: adl_structures.h:4197
ADLDisplayID::iDisplayPhysicalAdapterIndex
int iDisplayPhysicalAdapterIndex
The persistent physical adapter index for the display. It can be the current adapter or a non-local a...
Definition: adl_structures.h:543
ADLODNPerformanceStatus::iGFXClock
int iGFXClock
Definition: adl_structures.h:3044
ADL_BOOST_SETTINGS::GlobalMinRes_Step
int GlobalMinRes_Step
Definition: adl_structures.h:3588
ADLHDCPSettings::iAllowAll
int iAllowAll
Definition: adl_structures.h:4148
ADLOD6ThermalControllerCaps::iExtValue
int iExtValue
Value for future extension.
Definition: adl_structures.h:2199
ADLVersionsInfo::strCatalystWebLink
char strCatalystWebLink[256]
Web link to an XML file with information about the latest AMD drivers and locations (e....
Definition: adl_structures.h:1337
LPADLBezelOffsetSteppingSize
struct ADLBezelOffsetSteppingSize * LPADLBezelOffsetSteppingSize
LPADLSDIData
struct ADLSDIData * LPADLSDIData
ADLCustomMode
struct ADLCustomMode ADLCustomMode
Structure containing information about component video custom modes.
ADLOD6FanSpeedInfo
Structure containing information about Overdrive 6 fan speed information.
Definition: adl_structures.h:2211
ADLRASResetErrorCountsOutput
struct ADLRASResetErrorCountsOutput ADLRASResetErrorCountsOutput
Structure containing information related RAS Error Counts Reset Information.
ADLFPSSettingsOutput::ulACFPSCurrent
int ulACFPSCurrent
Current Value of FPS Monitor in AC state.
Definition: adl_structures.h:3230
ADLOD6CurrentStatus::iMemoryClock
int iMemoryClock
Current memory clock in 10 KHz.
Definition: adl_structures.h:2159
_ADL_ECC_EDC_FLAG::bits
struct _ADL_ECC_EDC_FLAG::@2 bits
ADLODNParameterRange::iDefault
int iDefault
The default clock values.
Definition: adl_structures.h:2885
ADLConnectionProperties::iNumberOfLanes
int iNumberOfLanes
Definition: adl_structures.h:2614
ADLDetailedTiming::sVDisplay
short sVDisplay
Displayed height.
Definition: adl_structures.h:657
ADLODNCapabilitiesX2::svddcRange
ADLODNParameterRange svddcRange
Definition: adl_structures.h:2949
APP_PROC_CREATION
@ APP_PROC_CREATION
Definition: adl_structures.h:2344
ADLODParameters::sEngineClock
ADLODParameterRange sEngineClock
Engine clock range.
Definition: adl_structures.h:1221
ADLMemoryInfoX4
Structure containing additional information about the ASIC memory.
Definition: adl_structures.h:167
ADLODNPerformanceStatus::iCoreClock
int iCoreClock
Definition: adl_structures.h:3041
ADLDisplayModeInfo::iRefreshRate
int iRefreshRate
Refresh rate factor.
Definition: adl_structures.h:689
ADLDetailedTiming::sVOverscanTop
short sVOverscanTop
Overscan top.
Definition: adl_structures.h:671
ADLI2C::iDataSize
int iDataSize
A numerical value representing the number of bytes to be sent or received on the I2C bus.
Definition: adl_structures.h:757
ADLDceSettings::iReserved
int iReserved[15]
Definition: adl_structures.h:2828
ADLDDCInfo::ulDDCInfoFlag
int ulDDCInfoFlag
Return EDID flags.
Definition: adl_structures.h:337
ADLODNCapabilitiesX2::autoSystemClock
ADLODNParameterRange autoSystemClock
Contains the hard limits of the Auto Systemclock.
Definition: adl_structures.h:2968
ADLAdapterCaps::iNumOverlays
int iNumOverlays
Number of overlays for this adapter.
Definition: adl_structures.h:100
LPADLGLSyncGenlockConfig
struct ADLGLSyncGenlockConfig * LPADLGLSyncGenlockConfig
ADL_PMLOG_MAX_SUPPORTED_SENSORS
@ ADL_PMLOG_MAX_SUPPORTED_SENSORS
Definition: adl_structures.h:3269
ADLOD8CurrentSetting
Structure containing information about Overdrive8 current setting.
Definition: adl_structures.h:3152
ADLOD6Capabilities
Structure containing information about Overdrive 6 capabilities.
Definition: adl_structures.h:2083
ADL_CHILL_SETTINGS::GlobalMaxFPS
int GlobalMaxFPS
Definition: adl_structures.h:3711
ADLGlSyncMode::iStatusVector
int iStatusVector
Mode status vector. Bitfield of ADL_GLSYNC_MODECNTL_STATUS_* Genlock related values.
Definition: adl_structures.h:958
ADLOD6MaxClockAdjust
Structure containing information about Overdrive 6 extension recommended maximum clock adjustment val...
Definition: adl_structures.h:2491
ADLOD6PowerControlInfo::iMinValue
int iMinValue
The minimum PowerControl adjustment value.
Definition: adl_structures.h:2255
ADL_BOOST_SETTINGS
struct ADL_BOOST_SETTINGS ADL_BOOST_SETTINGS
Structure containing information about BOOST Settings.
ADL_BOOST_NOTFICATION_REASON::HotkeyChanged
int HotkeyChanged
Definition: adl_structures.h:3570
ADLTemperature
struct ADLTemperature ADLTemperature
Structure containing information about thermal controller temperature.
ADLGcnInfo::ASICRevisionId
int ASICRevisionId
Definition: adl_structures.h:222
ADLDisplayTarget::iDisplayTargetMask
int iDisplayTargetMask
The bit mask identifies the number of bits DisplayTarget is currently using. It is the sum of all the...
Definition: adl_structures.h:1471
ADLAdapterODClockInfo::sMemoryClock
ADLODClockSetting sMemoryClock
Memory Clock.
Definition: adl_structures.h:1053
ADLODPerformanceLevels::aLevels
ADLODPerformanceLevel aLevels[1]
Array of performance state descriptors. Must have ADLODParameters.iNumberOfPerformanceLevels elements...
Definition: adl_structures.h:1258
ADLPossibleSLSMap::iNumSLSMap
int iNumSLSMap
Number of display map to be validated.
Definition: adl_structures.h:1770
ADLSLSGrid::iAdapterIndex
int iAdapterIndex
The Adapter index.
Definition: adl_structures.h:1619
ADLGamutData::iPredefinedWhitePoint
int iPredefinedWhitePoint
one of ADL_WHITE_POINT_5000K - ADL_WHITE_POINT_9300K
Definition: adl_structures.h:3930
ADLDDCInfo::ulProductID
int ulProductID
Returns the product ID of the display device. Should be zeroed if this information is not available.
Definition: adl_structures.h:321
ADLODNCapabilitiesX2::power
ADLODNParameterRange power
Definition: adl_structures.h:2952
ADLFPSSettingsInput
struct ADLFPSSettingsInput ADLFPSSettingsInput
Structure containing information related Frames Per Second for AC and DC.
ADLPMLogSupportInfo
struct ADLPMLogSupportInfo ADLPMLogSupportInfo
ADLDDCInfo2::iReserved
int iReserved[2]
Definition: adl_structures.h:431
ADLMVPUCaps::iPossibleMVPUMasters
int iPossibleMVPUMasters
Bits set for all possible MVPU masters. MVPU_ADAPTER_0 .. MVPU_ADAPTER_3.
Definition: adl_structures.h:1372
ADLVersionsInfoX2::strCrimsonVersion
char strCrimsonVersion[256]
Crimson Version(e.g. "16.6.2").
Definition: adl_structures.h:1353
ADLODParameters
Structure containing information about Overdrive parameters.
Definition: adl_structures.h:1209
ADLSGApplicationInfo
Structure containing information about an application.
Definition: adl_structures.h:3470
ADLFeatureCaps
struct ADLFeatureCaps ADLFeatureCaps
Structure containing information about MM Feature Capabilities.
ADL_CHILL_SETTINGS
Structure containing information about CHILL Settings.
Definition: adl_structures.h:3707
ADLConnectionState::iEmulationStatus
int iEmulationStatus
The value is bit vector. Each bit represents status. See masks constants for details....
Definition: adl_structures.h:2594
LPADLDDCInfo2
struct ADLDDCInfo2 * LPADLDDCInfo2
ADLPreFlipPostProcessingInfo::ulSelectedLUTAlgorithm
int ulSelectedLUTAlgorithm
Current selected LUT Algorithm.
Definition: adl_structures.h:3511
_ADLDCESupport
Structure containing information related DCE support.
Definition: adl_structures.h:4255
ADLPMLogSensorLimits
Structure containing information to query limts of power management logging.
Definition: adl_structures.h:3334
AdapterInfoX2::iInfoMask
int iInfoMask
The bit mask identifies the adapter info.
Definition: adl_structures.h:3844
ADLOD6StateInfo::aLevels
ADLOD6PerformanceLevel aLevels[1]
Definition: adl_structures.h:2145
ADLFPSSettingsOutput::ulDCFPSMinimum
int ulDCFPSMinimum
Minimum FPS Threshold allowed in PPLib for DC.
Definition: adl_structures.h:3240
ADLChipSetInfo::iCurrentAGPSpeed
int iCurrentAGPSpeed
Current AGP speed.
Definition: adl_structures.h:258
ADLSLSMode
struct ADLSLSMode ADLSLSMode
Structure containing information about the display SLS Mode information.
ADLODNFanControl::iCurrentFanSpeedMode
int iCurrentFanSpeedMode
Definition: adl_structures.h:3017
ADL_FRTCPRO_CHANGED_REASON
Structure containing information about FRTCPRO Settings changed reason.
Definition: adl_structures.h:4228
ADLRASErrorInjectonInput::Address
unsigned long long Address
Definition: adl_structures.h:3427
ADLDisplayMap::iDisplayMapValue
int iDisplayMapValue
The bit mask identifies the display status. The detailed definition is in ADL_DISPLAY_DISPLAYMAP_MANN...
Definition: adl_structures.h:1554
ADLDDCInfo::ulPTMCy
int ulPTMCy
Returns the display device preferred timing mode's vertical resolution.
Definition: adl_structures.h:333
ADLRASGetErrorCountsInput
struct ADLRASGetErrorCountsInput ADLRASGetErrorCountsInput
Structure containing information related RAS Get Error Counts Information.
ADLDisplayInfo::iDisplayConnector
int iDisplayConnector
The connector type for the device.
Definition: adl_structures.h:575
AdapterInfoX2::iDeviceNumber
int iDeviceNumber
The driver number associated with this adapter.
Definition: adl_structures.h:3822
ADLAdjustmentinfo::iMax
int iMax
Maximum Value.
Definition: adl_structures.h:819
ADLODNFanControl::iTargetFanSpeed
int iTargetFanSpeed
Definition: adl_structures.h:3019
ADLMode
struct ADLMode ADLMode
Structure containing information about display mode.
ADLOD6CapabilitiesEx::iSupportedStates
int iSupportedStates
Definition: adl_structures.h:2451
ADLAdapterODClockInfo::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:1049
ADLSupportedConnections::iSupportedProperties
int iSupportedProperties[32]
Array of bitvectors. Each bit vector represents supported properties for one connection type....
Definition: adl_structures.h:2582
ADLPXConfigCaps::iAdapterIndex
int iAdapterIndex
The Persistent logical Adapter Index.
Definition: adl_structures.h:1867
ADLDisplayModeInfoX2::iPelsWidth
int iPelsWidth
Num of pixels in a row.
Definition: adl_structures.h:3996
ADLvRamVendor_MOSEL
@ ADLvRamVendor_MOSEL
Definition: adl_structures.h:202
ADLMemoryInfo
struct ADLMemoryInfo ADLMemoryInfo
Structure containing information about the ASIC memory.
ADLGlSyncMode
Structure containing GL-Sync mode of a display.
Definition: adl_structures.h:954
ADLODNPerformanceStatus::iMemoryClock
int iMemoryClock
Definition: adl_structures.h:3042
ADLGamutCoordinates::Green
ADLPoint Green
green channel chromasity coordinate
Definition: adl_structures.h:3902
ADLMemoryRequired::iType
int iType
Memory in bytes required.
Definition: adl_structures.h:288
ADLDisplayMap::iNumDisplayTarget
int iNumDisplayTarget
The number of display targets belongs to this map .
Definition: adl_structures.h:1545
ADLOD6ParameterRange
Structure containing information about Overdrive 6 clock range.
Definition: adl_structures.h:2067
ADLODNPerformanceLevelsX2::iNumberOfPerformanceLevels
int iNumberOfPerformanceLevels
Must be set to sizeof( ADLODPerformanceLevels ) + sizeof( ADLODPerformanceLevel ) * (ADLODParameters....
Definition: adl_structures.h:3092
ADLODClockSetting
struct ADLODClockSetting ADLODClockSetting
Structure containing the Overdrive clock setting.
ADLBezelOffsetSteppingSize::iAdapterIndex
int iAdapterIndex
the logic adapter index
Definition: adl_structures.h:1824
ADLPowerControlInfo::iMaxValue
int iMaxValue
Maximum value.
Definition: adl_structures.h:1996
ADLGetClocksOUT::ulHighCoreClock
long ulHighCoreClock
Definition: adl_structures.h:482
ADLAdapterCaps::iCapsValue
int iCapsValue
The bit identifies the adapter caps define_adapter_caps.
Definition: adl_structures.h:106
AdapterInfo::iExist
int iExist
Exist or not; 1 is exist and 0 is not present.
Definition: adl_structures.h:71
ADLDDCInfo2::ulManufacturerID
int ulManufacturerID
Returns the manufacturer ID of the display device. Should be zeroed if this information is not availa...
Definition: adl_structures.h:355
ADLAppInterceptionInfoX2
Definition: adl_structures.h:2374
ADLDisplayIdentifier
Structure containing information about a display.
Definition: adl_structures.h:2046
ADLBiosInfo::strVersion
char strVersion[256]
Version number.
Definition: adl_structures.h:1303
ADLODNCurrentPowerType
ADLODNCurrentPowerType
Definition: adl_structures.h:3098
ADLODNCurrentPowerParameters
Definition: adl_structures.h:3107
_ADL_ERROR_PATTERN::bits
struct _ADL_ERROR_PATTERN::@3 bits
ADLDDCInfo2::iSpecularScreenReflectance
int iSpecularScreenReflectance
Display specular screen reflectance 0-1 (100%) in units of 0.01.
Definition: adl_structures.h:412
ADLFanSpeedValue
struct ADLFanSpeedValue ADLFanSpeedValue
Structure containing information about fan speed reported by thermal controller.
ADLDDCInfo2::ulMinLuminanceNoDimmingData
int ulMinLuminanceNoDimmingData
Return minimum monitor luminance without dimming data.
Definition: adl_structures.h:419
ADLODNCapabilitiesX2::throttleNotificaion
ADLODNParameterRange throttleNotificaion
Contains the hard limits of the throttleNotification.
Definition: adl_structures.h:2966
ADLAppInterceptionInfo::AppState
ADLAppProcessState AppState
Definition: adl_structures.h:2363
ADLODNFanControl::iCurrentFanSpeed
int iCurrentFanSpeed
Definition: adl_structures.h:3018
ADLFanSpeedInfo::iMaxRPM
int iMaxRPM
Maximum possible fan speed value in RPM.
Definition: adl_structures.h:1162
ADLPoint::iY
int iY
y coordinate
Definition: adl_structures.h:3888
ADLDisplayProperty::iPropertyType
int iPropertyType
Must be set to ADL_DL_DISPLAYPROPERTY_TYPE_EXPANSIONMODE or ADL_DL_DISPLAYPROPERTY_TYPE_USEUNDERSCANS...
Definition: adl_structures.h:709
ADLI2CLargePayload::iFlags
int iFlags
I2C option flags. define_ADLI2CLargePayload.
Definition: adl_structures.h:4025
ADLODNPerformanceLevelX2::iVddc
int iVddc
VDCC.
Definition: adl_structures.h:3072
ADLODNCapabilities
Structure containing information about Overdrive N capabilities.
Definition: adl_structures.h:2895
ADLDDCInfo::ulMaxVResolution
int ulMaxVResolution
Returns the maximum Vertical supported resolution. Should be zeroed if this information is not availa...
Definition: adl_structures.h:327
ADL_FEATURE_NAME_LENGTH
#define ADL_FEATURE_NAME_LENGTH
Size in bytes of the Feature Name.
Definition: adl_structures.h:4033
ADLSingleSensorData
Structure containing information about Performance Metrics data.
Definition: adl_structures.h:3184
ADLFeatureValues
struct ADLFeatureValues ADLFeatureValues
Structure containing information about MM Feature Values.
ADLAdapterODClockInfo::sEngineClock
ADLODClockSetting sEngineClock
Engine Clock.
Definition: adl_structures.h:1055
ADLVirtualSegmentSettingsOutput::virtualSegmentDefault
int virtualSegmentDefault
Definition: adl_structures.h:234
ADLI2CLargePayload::iAddress
int iAddress
The 7-bit I2C slave device address.
Definition: adl_structures.h:4017
ADLOD8InitSetting::count
int count
Definition: adl_structures.h:3140
ADLDetailedTiming::sHSyncWidth
short sHSyncWidth
Horizontal sync signal width.
Definition: adl_structures.h:653
ADLOD6ThermalControllerCaps::iFanMinPercent
int iFanMinPercent
Minimum fan speed expressed as a percentage.
Definition: adl_structures.h:2190
ADL_BOOST_SETTINGS::GlobalMinRes
int GlobalMinRes
Definition: adl_structures.h:3585
ADLDisplayDPMSTInfo
struct ADLDisplayDPMSTInfo ADLDisplayDPMSTInfo
Structure containing information about the display port MST device.
ADLODNFanControl::iFanControlMode
int iFanControlMode
Definition: adl_structures.h:3016
ADL_BOOST_SETTINGSX2
Structure containing information about BOOST Settings.
Definition: adl_structures.h:3598
ADLControllerOverlayInput
struct ADLControllerOverlayInput ADLControllerOverlayInput
Structure containing information about input of controller overlay adjustment.
ADL_DELAG_SETTINGS::GlobalLimitFPS_Step
int GlobalLimitFPS_Step
Definition: adl_structures.h:3559
ADLGLSyncGenlockConfig::iSignalSource
int iSignalSource
Source of the sync signal. Either GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_* Genlock related...
Definition: adl_structures.h:892
ADLBezelOffsetSteppingSize::iBezelOffsetSteppingSizeX
int iBezelOffsetSteppingSizeX
Bezel X stepping size offset.
Definition: adl_structures.h:1830
ADLODNCapabilitiesX2::sEngineClockRange
ADLODNParameterRange sEngineClockRange
Definition: adl_structures.h:2943
ADLGetClocksOUT::ulMemoryMax
long ulMemoryMax
Definition: adl_structures.h:488
ADL_DRIVERUPSCALE_NOTFICATION_REASON
Structure containing information about DRIVERUPSCALE Settings change reason.
Definition: adl_structures.h:3724
adl_defines.h
Contains all definitions exposed by ADL for Windows 7, 10 and above; 32bit and 64bit platforms....
ADLDetailedTimingX2::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:3948
ADLDDCInfo2::iFreesyncFlags
int iFreesyncFlags
Bit vector for freesync flags.
Definition: adl_structures.h:416
ADLMantleAppInfo::maxInlineMemoryUpdateSize
long long maxInlineMemoryUpdateSize
mem update
Definition: adl_structures.h:4180
ADLGetClocksOUT::ulCurrentCoreClock
long ulCurrentCoreClock
Definition: adl_structures.h:490
ADLApplicationDataX3::strVersion
wchar_t strVersion[32]
Version.
Definition: adl_structures.h:1948
ADLControllerMode::iViewPanLockTop
int iViewPanLockTop
Vertical top panlock position.
Definition: adl_structures.h:2027
ADL_DL_DISPLAY_MODE
struct ADL_DL_DISPLAY_MODE ADL_DL_DISPLAY_MODE
Structure containing the display mode definition used per controller.
ADLFPSSettingsInput
Structure containing information related Frames Per Second for AC and DC.
Definition: adl_structures.h:3250
ADLSLSMap::iNumBezelMode
int iNumBezelMode
The number of bezel modes belongs to this map.
Definition: adl_structures.h:1673
ADL_DRIVERUPSCALE_SETTINGS::GlobalEnabled
int GlobalEnabled
Definition: adl_structures.h:3738
ADLFeatureCaps::iMax
int iMax
Maximum integer value. Valid only if ADLFeatureCaps indicates support for integers.
Definition: adl_structures.h:4089
ADLDisplayEDIDData::iBlockIndex
int iBlockIndex
0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated
Definition: adl_structures.h:778
ADLGlSyncPortInfo
Structure containing GL-Sync port information.
Definition: adl_structures.h:912
ADLSLSTarget
Structure containing information about the SLS targets.
Definition: adl_structures.h:1789
ADLSLSMap::iNumNativeMode
int iNumNativeMode
The number of native modes belongs to this map.
Definition: adl_structures.h:1667
ADL_MAX_DISPLAY_NAME
#define ADL_MAX_DISPLAY_NAME
needed for ADLDDCInfo structure
Definition: adl_defines.h:236
ADLAdjustmentinfo::iMin
int iMin
Minimum value.
Definition: adl_structures.h:817
AdapterInfoX2::iExist
int iExist
Exist or not; 1 is exist and 0 is not present.
Definition: adl_structures.h:3834
AdapterInfoX2::strAdapterName
char strAdapterName[256]
Adapter name.
Definition: adl_structures.h:3828
ADLODNParameterRange
struct ADLODNParameterRange ADLODNParameterRange
Structure containing information about Overdrive N clock range.
ADLApplicationRecord::strVersion
wchar_t * strVersion
File versin the application.
Definition: adl_structures.h:2425
ADL_RIS_NOTFICATION_REASON
Structure containing information about RIS Settings change reason.
Definition: adl_structures.h:3666
ADLGlSyncPortControl::iPortType
int iPortType
Port to control ADL_GLSYNC_PORT_RJ45PORT1 or ADL_GLSYNC_PORT_RJ45PORT2 Genlock related values.
Definition: adl_structures.h:938
LPADLMemoryDisplayFeatures
struct ADLMemoryDisplayFeatures * LPADLMemoryDisplayFeatures
ADL_LOCALLY_UNCORRECTED
@ ADL_LOCALLY_UNCORRECTED
Definition: adl_structures.h:2674
ADLMemoryInfoX4::iMemoryBandwidth
long long iMemoryBandwidth
Highest default performance level Memory bandwidth in Mbytes/s.
Definition: adl_structures.h:173
ADLDDCInfo2::iNativeDisplayChromaticityGreenX
int iNativeDisplayChromaticityGreenX
Display Green Chromaticity X coordinate multiplied by 10000.
Definition: adl_structures.h:398
PropertyRecord
Structure containing information of a property of an application profile.
Definition: adl_structures.h:1960
ADLSLSOffset
Structure containing information about the display SLS Offset information.
Definition: adl_structures.h:1698
ADLGcnInfo
struct ADLGcnInfo ADLGcnInfo
Structure containing information about components of ASIC GCN architecture.
ADL_ERROR_REASON::boost
int boost
Definition: adl_structures.h:3518
ADL_BOOST_NOTFICATION_REASON::GlobalEnableChanged
int GlobalEnableChanged
Definition: adl_structures.h:3571
ADLDisplayMap::iDisplayMapIndex
int iDisplayMapIndex
The current display map index. It is the OS desktop index. For example, if the OS index 1 is showing ...
Definition: adl_structures.h:1539
ADLI2C
Structure containing information about I2C.
Definition: adl_structures.h:743
ADLI2C::pcData
char * pcData
Address of the characters which are to be sent or received on the I2C bus.
Definition: adl_structures.h:759
ADL_RADEON_LED_MAX_LED_COLUMN_ON_GRID
#define ADL_RADEON_LED_MAX_LED_COLUMN_ON_GRID
Maximum LED COLUMN ON GRID.
Definition: adl_defines.h:2561
ADLDceSettings::relativeVoltageSwing
int relativeVoltageSwing
Definition: adl_structures.h:2820
ADLGlSyncPortInfo::iFrequency
int iFrequency
Scanned frequency for this port (vertical refresh rate in milliHz; 60000 means 60 Hz).
Definition: adl_structures.h:920
AdapterInfo
Structure containing information about the graphics adapter.
Definition: adl_structures.h:43
ADLRASGetErrorCounts
struct ADLRASGetErrorCounts ADLRASGetErrorCounts
Structure containing information related RAS Get Error Counts Information.
ADLAppProcessState
ADLAppProcessState
Definition: adl_structures.h:2341
ADLControllerMode::iViewPanLockRight
int iViewPanLockRight
Horizontal right panlock position.
Definition: adl_structures.h:2024
ADLPMLogStartInput::usSensors
unsigned short usSensors[ADL_PMLOG_MAX_SUPPORTED_SENSORS]
list of sensors defined by ADL_PMLOG_SENSORS
Definition: adl_structures.h:3288
ADLApplicationRecord::strArea
wchar_t * strArea
Driver area which the application uses.
Definition: adl_structures.h:2429
ADLGlSyncPortInfo::iSignalType
int iSignalType
Used for ADL_GLSYNC_PORT_BNC. It is ADL_GLSYNC_SIGNALTYPE_* Genlock related values.
Definition: adl_structures.h:922
ADLApplicationData
Structure containing information about an application.
Definition: adl_structures.h:1904
ADLPMLogDataOutput::sensors
ADLSingleSensorData sensors[256]
Definition: adl_structures.h:3192
ADLGetClocksOUT::ulCoreMax
long ulCoreMax
Definition: adl_structures.h:486
ADLODNPerformanceStatus::iDCEFClock
int iDCEFClock
Definition: adl_structures.h:3043
ADLOD8SingleSetSetting
struct ADLOD8SingleSetSetting ADLOD8SingleSetSetting
Structure containing information about Overdrive8 set setting.
ADLMemoryInfo3::iVisibleMemorySize
long long iVisibleMemorySize
Visible Memory size in bytes.
Definition: adl_structures.h:154
ADLODNPerformanceStatus::iCurrentCorePerformanceLevel
int iCurrentCorePerformanceLevel
Definition: adl_structures.h:3048
ADLGamutCoordinates
struct ADLGamutCoordinates ADLGamutCoordinates
Structure containing information about driver supported gamut coordinates.
ADLGlSyncMode::iControlVector
int iControlVector
Mode control vector. Bitfield of ADL_GLSYNC_MODECNTL_* Genlock related values.
Definition: adl_structures.h:956
ADLVersionsInfo
Structure containing version information.
Definition: adl_structures.h:1331
ADLControllerOverlayInfo
struct ADLControllerOverlayInfo ADLControllerOverlayInfo
Structure containing information about controller overlay information.
ADLDDCInfo2::ulMaxBacklightMinLuminanceData
int ulMaxBacklightMinLuminanceData
Definition: adl_structures.h:423
ADLAppInterceptionInfoX2
struct ADLAppInterceptionInfoX2 ADLAppInterceptionInfoX2
ADLPPLogSettings::LogFieldMask
int LogFieldMask
Definition: adl_structures.h:3207
ADLDDCInfo2::iDiffuseScreenReflectance
int iDiffuseScreenReflectance
Display diffuse screen reflectance 0-1 (100%) in units of 0.01.
Definition: adl_structures.h:410
ADL_RIS_SETTINGS::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3679
ADLAppInterceptionInfoX3::WaitForResumeNeeded
unsigned int WaitForResumeNeeded
Definition: adl_structures.h:2387
ADLODNCapabilitiesX2::powerTuneTemperature
ADLODNParameterRange powerTuneTemperature
Definition: adl_structures.h:2955
ADLErrorInjectionX2::errorInjectionMode
ADL_ERROR_INJECTION_MODE errorInjectionMode
Definition: adl_structures.h:2772
ADLDetailedTiming::sOverscan8B
short sOverscan8B
Definition: adl_structures.h:672
ADLDDCInfo
struct ADLDDCInfo ADLDDCInfo
Structure containing DDC information.
ADL_EDC_BLOCK_ID_TCL2
@ ADL_EDC_BLOCK_ID_TCL2
Definition: adl_structures.h:2728
ADLODNCapabilitiesX2::iFlags
int iFlags
Definition: adl_structures.h:2940
ADLGLSyncModuleID::iModuleID
int iModuleID
Unique GL-Sync module ID.
Definition: adl_structures.h:851
ADL_AP_DATABASE__SYSTEM
@ ADL_AP_DATABASE__SYSTEM
Definition: adl_structures.h:2368
ADLGlSyncMode::iGLSyncConnectorIndex
int iGLSyncConnectorIndex
Index of GL-Sync connector used to genlock the display/controller.
Definition: adl_structures.h:960
ADLODNPerformanceLevels::iSize
int iSize
Definition: adl_structures.h:2997
ADLAdapterCapsX2::iNumOverlays
int iNumOverlays
Number of overlays for this adapter.
Definition: adl_structures.h:2660
ADLVersionsInfoX2::strCatalystVersion
char strCatalystVersion[256]
Catalyst Version(e.g. "15.8").
Definition: adl_structures.h:1351
ADLControllerMode::iViewPositionCx
int iViewPositionCx
Horizontal view starting position.
Definition: adl_structures.h:2015
ADLDDCInfo2::ulMinBacklightMinLuminanceData
int ulMinBacklightMinLuminanceData
Definition: adl_structures.h:424
ADLAppInterceptionInfoX2::AppName
wchar_t AppName[256]
Definition: adl_structures.h:2375
ADLPossibleSLSMap::iSLSMapIndex
int iSLSMapIndex
Definition: adl_structures.h:1767
ADLPreFlipPostProcessingLUTAlgorithm
ADLPreFlipPostProcessingLUTAlgorithm
Definition: adl_structures.h:3496
ADLODNPerformanceLevelX2::iControl
int iControl
MASK.
Definition: adl_structures.h:3076
ADL_RADEON_LED_MAX_LED_ROW_ON_GRID
#define ADL_RADEON_LED_MAX_LED_ROW_ON_GRID
Maximum LED ROW ON GRID.
Definition: adl_defines.h:2558
ADLPMLogDataOutput
struct ADLPMLogDataOutput ADLPMLogDataOutput
ADLVirtualSegmentSettingsOutput::iMaxSizeInMB
int iMaxSizeInMB
Definition: adl_structures.h:237
ADLRASErrorInjection::Input
ADLRASErrorInjectonInput Input
Definition: adl_structures.h:3458
ADLPossibleMapResult
struct ADLPossibleMapResult ADLPossibleMapResult
Structure containing information about the validated display device possible map result.
ADLFanSpeedInfo::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1152
ADL_DELAG_NOTFICATION_REASON::HotkeyChanged
int HotkeyChanged
Definition: adl_structures.h:3541
ADL_APP_PROFILE_VERSION_LENGTH
#define ADL_APP_PROFILE_VERSION_LENGTH
Definition: adl_defines.h:1357
ADLAppInterceptionInfoX2::CommandLine
wchar_t CommandLine[256]
Definition: adl_structures.h:2378
ADLFeatureCaps::fStep
float fStep
Step float value. Valid only if ADLFeatureCaps indicates support for floats.
Definition: adl_structures.h:4104
ADLSLSMap::iFirstNativeModeArrayIndex
int iFirstNativeModeArrayIndex
The first native mode array index in the native mode array.
Definition: adl_structures.h:1670
ADLDisplayEDIDData::iReserved
int iReserved[4]
Reserved.
Definition: adl_structures.h:782
ADLOD6ThermalControllerCaps
struct ADLOD6ThermalControllerCaps ADLOD6ThermalControllerCaps
Structure containing information about Overdrive 6 thermal contoller capabilities.
ADLPreFlipPostProcessingInfo::ulSelectedLUTIndex
int ulSelectedLUTIndex
Current selected LUT index. 0xFFFFFFF returned if nothing selected.
Definition: adl_structures.h:3509
ADL_DL_DISPLAY_MODE::iDisplayFrequency
int iDisplayFrequency
Definition: adl_structures.h:4244
ADLOD6CurrentStatus::iCurrentBusLanes
int iCurrentBusLanes
Current PCI-E bus # of lanes.
Definition: adl_structures.h:2168
ADL_PROVSR_SETTINGS
Structure containing information about Pro VSR Settings.
Definition: adl_structures.h:3628
ADLOD6FanSpeedValue
Structure containing information about Overdrive 6 fan speed value.
Definition: adl_structures.h:2232
ADLSLSGrid::iSLSGridMask
int iSLSGridMask
The grid bit mask identifies the number of bits DisplayMap is currently using. Sum of all bits define...
Definition: adl_structures.h:1631
ADLDisplayModeInfo::iTimingStandard
int iTimingStandard
Timing standard of the current mode. Timing Standards.
Definition: adl_structures.h:685
ADLODParameters::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1211
ADLDisplayModeX2::iHeight
int iHeight
Vertical resolution (in lines).
Definition: adl_structures.h:2331
ADLODNPerformanceStatus::iCurrentBusLanes
int iCurrentBusLanes
Definition: adl_structures.h:3055
ADLPMActivity::iEngineClock
int iEngineClock
Current engine clock.
Definition: adl_structures.h:1089
ADLConnectionProperties::iColorDepth
int iColorDepth
Definition: adl_structures.h:2616
ADLMemoryInfo
Structure containing information about the ASIC memory.
Definition: adl_structures.h:269
ADLFeatureCaps::fMin
float fMin
Minimum float value. Valid only if ADLFeatureCaps indicates support for floats.
Definition: adl_structures.h:4098
ADLGlSyncPortControl
struct ADLGlSyncPortControl ADLGlSyncPortControl
Structure containing GL-Sync port control settings.
ADLPMLogStartInput
Structure containing information to start power management logging.
Definition: adl_structures.h:3286
ADLODNPerformanceStatus::iUVDPerformanceLevel
int iUVDPerformanceLevel
Definition: adl_structures.h:3052
ADLFanSpeedValue
Structure containing information about fan speed reported by thermal controller.
Definition: adl_structures.h:1173
ADLOD6CapabilitiesEx
struct ADLOD6CapabilitiesEx ADLOD6CapabilitiesEx
Structure containing information about Overdrive 6 extension capabilities.
ADLGetClocksOUT::ulCurrentMemoryClock
long ulCurrentMemoryClock
Definition: adl_structures.h:491
ADLErrorInjectionX2
Definition: adl_structures.h:2770
ADLAdapterCaps::iNumDisplays
int iNumDisplays
Number of displays for this adapter.
Definition: adl_structures.h:98
ADLMemoryInfo3::iVramVendorRevId
long long iVramVendorRevId
Vram vendor ID.
Definition: adl_structures.h:156
ADLDetailedTimingX2::sVDisplay
int sVDisplay
Displayed height.
Definition: adl_structures.h:3962
ADLRASErrorInjectonInput::SubBlockIndex
ADL_MEM_SUB_BLOCK_ID SubBlockIndex
Definition: adl_structures.h:3431
ADLPMLogStartInput
struct ADLPMLogStartInput ADLPMLogStartInput
Structure containing information to start power management logging.
AdapterInfo::strDisplayName
char strDisplayName[256]
Display name. For example, "\\\\Display0" for Windows.
Definition: adl_structures.h:63
ADL_ERROR_REASON2::upscale
int upscale
Definition: adl_structures.h:3530
ADLDetailedTimingX2::sVOverscanBottom
short sVOverscanBottom
Overscan bottom.
Definition: adl_structures.h:3974
ADLDetailedTimingX2
struct ADLDetailedTimingX2 ADLDetailedTimingX2
Structure containing detailed timing parameters.
_ADL_ECC_EDC_FLAG::isEccAccessing
unsigned int isEccAccessing
Definition: adl_structures.h:2683
ODN_GPU_TOTAL_POWER
@ ODN_GPU_TOTAL_POWER
Definition: adl_structures.h:3099
ADLSLSMode::iSLSNativeModeMask
int iSLSNativeModeMask
The bit mask identifies the number of bits Mode is currently using.
Definition: adl_structures.h:1751
ADLDisplayDPMSTInfo::iPhysicalConnectorID
int iPhysicalConnectorID
The physical connector ID, used to identify the physical DP port.
Definition: adl_structures.h:610
ADLMemoryDisplayFeatures::iDisplayIndex
int iDisplayIndex
Definition: adl_structures.h:301
ADLOD6Capabilities::sMemoryClockRange
ADLOD6ParameterRange sMemoryClockRange
Definition: adl_structures.h:2101
ADL_CONTEXT_HANDLE
void * ADL_CONTEXT_HANDLE
Handle to ADL client context.
Definition: adl_structures.h:2310
ADLBracketSlotInfo::iWidth
int iWidth
width of the slot(in millimeters).
Definition: adl_structures.h:2540
ADLODParameters
struct ADLODParameters ADLODParameters
Structure containing information about Overdrive parameters.
ADLFeatureCaps::iMin
int iMin
Minimum integer value. Valid only if ADLFeatureCaps indicates support for integers.
Definition: adl_structures.h:4086
ADLODPerformanceLevel::iMemoryClock
int iMemoryClock
Memory clock.
Definition: adl_structures.h:1240
ADLConnectionProperties::iValidProperties
int iValidProperties
Definition: adl_structures.h:2610
ADLMSTRad::iLinkNumber
int iLinkNumber
depth of the link.
Definition: adl_structures.h:2552
LPADLActivatableSource
struct ADLActivatableSource * LPADLActivatableSource
ADL_BOOST_SETTINGS::GlobalMinRes_MinLimit
int GlobalMinRes_MinLimit
Definition: adl_structures.h:3586
ADLDDCInfo
Structure containing DDC information.
Definition: adl_structures.h:313
ADLMVPUStatus
struct ADLMVPUStatus ADLMVPUStatus
Structure containing information about MultiVPU status.
ADLRASResetErrorCountsInput
Structure containing information related RAS Error Counts Reset Information.
Definition: adl_structures.h:3387
LPAdapterInfoX2
struct AdapterInfoX2 * LPAdapterInfoX2
ADLODParameterRange
struct ADLODParameterRange ADLODParameterRange
Structure containing the range of Overdrive parameter.
AdapterInfo::strDriverPathExt
char strDriverPathExt[256]
Driver registry path Ext for.
Definition: adl_structures.h:75
ADLApplicationRecord::strPathName
wchar_t * strPathName
File path of the application.
Definition: adl_structures.h:2421
ADLDceSettings::HdmiLq
struct ADLDceSettings::@4::@5 HdmiLq
ADLThermalControllerInfo::iDomainIndex
int iDomainIndex
GPU 0, 1, etc.
Definition: adl_structures.h:1122
LPADLPossibleMapping
struct ADLPossibleMapping * LPADLPossibleMapping
ADLMSTRad
struct ADLMSTRad ADLMSTRad
Structure containing MST branch information.
ADLBiosInfo::strPartNumber
char strPartNumber[256]
Part number.
Definition: adl_structures.h:1302
_ADLDCESupport::PrePhasis
unsigned int PrePhasis
Definition: adl_structures.h:4258
ADL_BOOST_SETTINGSX2::GlobalMinRes_MinLimit
int GlobalMinRes_MinLimit
Definition: adl_structures.h:3602
ADL_DELAG_NOTFICATION_REASON
struct ADL_DELAG_NOTFICATION_REASON ADL_DELAG_NOTFICATION_REASON
Structure containing information about DELAG Settings change reason.
ADLSLSTargetOverlap
struct ADLSLSOverlappedMode ADLSLSTargetOverlap
Structure containing information about the overlap offset info for all the displays for each SLS mode...
ADLDetailedTimingX2::sHDisplay
int sHDisplay
Displayed width.
Definition: adl_structures.h:3954
ADLRASGetErrorCounts::Input
ADLRASGetErrorCountsInput Input
Definition: adl_structures.h:3374
ADLDisplayEDIDData
Structure containing information about EDID data.
Definition: adl_structures.h:770
LPADLGlSyncMode2
struct ADLGlSyncMode2 * LPADLGlSyncMode2
ADLDDCInfo::cDisplayName
char cDisplayName[256]
Returns the name of the display device. Should be zeroed if this information is not available.
Definition: adl_structures.h:323
ADLOD6StateInfo
Structure containing information about Overdrive 6 clocks.
Definition: adl_structures.h:2132
ADLFanSpeedValue::iSize
int iSize
Must be set to the size of the structure.
Definition: adl_structures.h:1175
ADL_EDC_BLOCK_ID_SQCIS
@ ADL_EDC_BLOCK_ID_SQCIS
Definition: adl_structures.h:2721
ADLMemoryInfo3::iHyperMemorySize
long long iHyperMemorySize
HyperMemory size in bytes.
Definition: adl_structures.h:149
ADL_RIS_NOTFICATION_REASON
struct ADL_RIS_NOTFICATION_REASON ADL_RIS_NOTFICATION_REASON
Structure containing information about RIS Settings change reason.
ADL_DL_DISPLAY_MODE::iBitsPerPel
int iBitsPerPel
Definition: adl_structures.h:4243
ADLODParameters::iActivityReportingSupported
int iActivityReportingSupported
Indicates whether the GPU is capable to measure its activity.
Definition: adl_structures.h:1215
ADLODParameterRange
Structure containing the range of Overdrive parameter.
Definition: adl_structures.h:1192
ADLSmartShiftSettings::iMaxRange
int iMaxRange
Definition: adl_structures.h:4274
ADLODNPowerLimitSetting
struct ADLODNPowerLimitSetting ADLODNPowerLimitSetting
Structure containing information about Overdrive N power limit.
ADLInfoPacket::hb0
char hb0
Definition: adl_structures.h:992
ADLFPSSettingsInput::ulACFPSCurrent
int ulACFPSCurrent
Current Value of FPS Monitor in AC state.
Definition: adl_structures.h:3256
_ADLDCESupport::bits
struct _ADLDCESupport::@16 bits
ADLOD6PerformanceLevel
Structure containing information about Overdrive 6 clock values.
Definition: adl_structures.h:2116
ADLFeatureCaps::iFeatureProperties
int iFeatureProperties
Feature Property Values. See definitions for ADL_FEATURE_PROPERTIES_XXX.
Definition: adl_structures.h:4068
ADLMemoryInfo::iMemorySize
long long iMemorySize
Memory size in bytes.
Definition: adl_structures.h:271
ADL_IMAGE_BOOST_NOTFICATION_REASON
Structure containing information about Image Boost(OGL) Settings change reason.
Definition: adl_structures.h:3640
LPADLPXConfigCaps
struct ADLPXConfigCaps * LPADLPXConfigCaps
ADLODNPerformanceLevelsX2::iSize
int iSize
Definition: adl_structures.h:3088
DceSettingsType
DceSettingsType
Definition: adl_defines.h:1292
AdapterInfoX2::iOSDisplayIndex
int iOSDisplayIndex
It is generated from EnumDisplayDevices.
Definition: adl_structures.h:3842
ADL_RIS_SETTINGS::GlobalSharpeningDegree_Step
int GlobalSharpeningDegree_Step
Definition: adl_structures.h:3683
ADLDceSettings
Structure containing per display Display Connectivty Experience Settings.
Definition: adl_structures.h:2806
LPADLDisplayMap
struct ADLDisplayMap * LPADLDisplayMap
ADLAppInterceptionInfoX3
struct ADLAppInterceptionInfoX3 ADLAppInterceptionInfoX3
ADLODNPerformanceLevelX2::iClock
int iClock
clock.
Definition: adl_structures.h:3070
ADLConnectorInfo::iLength
int iLength
Length of the connector(in millimeters).
Definition: adl_structures.h:2524
ADLDisplayIdentifier::ulProductId
long ulProductId
product ID of the display
Definition: adl_structures.h:2054
ADLODNParameterRange::iMax
int iMax
The ending value of the clock range.
Definition: adl_structures.h:2881
ADLOD6CapabilitiesEx::sMemoryClockPercent
ADLOD6ParameterRange sMemoryClockPercent
Returns the hard limits of the MCLK overdrive adjustment range. Overdrive clocks should not be adjust...
Definition: adl_structures.h:2455
ADLPossibleMap::iNumDisplayMap
int iNumDisplayMap
Number of display Maps for this GPU to be validated.
Definition: adl_structures.h:1571
ADL_PMLOG_MAX_SENSORS
#define ADL_PMLOG_MAX_SENSORS
Definition: adl_defines.h:1962
ADLPowerControlInfo
struct ADLPowerControlInfo ADLPowerControlInfo
Structure containing information about an OD5 Power Control feature.
ADLODParameters::iDiscretePerformanceLevels
int iDiscretePerformanceLevels
Indicates whether the GPU supports discrete performance levels or performance range.
Definition: adl_structures.h:1217
ADLPMActivity::iCurrentBusSpeed
int iCurrentBusSpeed
Current PCIE bus speed.
Definition: adl_structures.h:1099
ADLRASResetErrorCounts
Structure containing information related RAS Error Counts Reset Information.
Definition: adl_structures.h:3411
ADLRASErrorInjectionOutput::ErrorInjectionStatus
unsigned int ErrorInjectionStatus
Definition: adl_structures.h:3444
ADLMantleAppInfo::maxBoundDescriptorSets
long maxBoundDescriptorSets
bound descriptot
Definition: adl_structures.h:4182
ADLErrorRecord::tiestamp
char tiestamp[32]
Definition: adl_structures.h:2714
LPADLAdapterDisplayCap
struct ADLAdapterDisplayCap * LPADLAdapterDisplayCap
ADLFanSpeedValue::iFlags
int iFlags
The only flag for now is: ADL_DL_FANCTRL_FLAG_USER_DEFINED_SPEED.
Definition: adl_structures.h:1181
ADLODNPerformanceStatus::iVCEPerformanceLevel
int iVCEPerformanceLevel
Definition: adl_structures.h:3053
ADLDetailedTimingX2::sHSyncWidth
int sHSyncWidth
Horizontal sync signal width.
Definition: adl_structures.h:3958
ADLDisplayIdentifier::ulDisplayIndex
long ulDisplayIndex
ADL display index.
Definition: adl_structures.h:2048
ADLCrossfireInfo::iState
int iState
Current CrossfireX state of a particular adapter CrossfireX combination.
Definition: adl_structures.h:1288
ADLRASGetErrorCountsOutput::CorrectedErrors
unsigned int CorrectedErrors
Definition: adl_structures.h:3359
ADLSmartShiftSettings
struct ADLSmartShiftSettings ADLSmartShiftSettings
Structure for Smart shift 2.0 settings.
ADLApplicationData
struct ADLApplicationData ADLApplicationData
Structure containing information about an application.
ADLDisplayMap
struct ADLDisplayMap ADLDisplayMap
Structure containing information about display mapping.
ADLOD6StateEx::iEngineClockPercent
int iEngineClockPercent
The current engine clock adjustment value, specified as a +/- percent.
Definition: adl_structures.h:2473
ADLI2C::iAction
int iAction
Read from or write to slave device. ADL_DL_I2C_ACTIONREAD or ADL_DL_I2C_ACTIONWRITE or ADL_DL_I2C_ACT...
Definition: adl_structures.h:753
ADLRASErrorInjection
Structure containing information related RAS Error Injection information.
Definition: adl_structures.h:3456
ADLChipSetInfo::iSupportedAGPSpeeds
int iSupportedAGPSpeeds
Bit mask or AGP transfer speed.
Definition: adl_structures.h:257
ADLPMLogData::ulLastUpdated
unsigned long long ulLastUpdated
Timestamp of last update.
Definition: adl_structures.h:3302
ADLMode::iXRes
int iXRes
Screen resolution Width.
Definition: adl_structures.h:1439
_ADLDCESupport::reserved
unsigned int reserved
Definition: adl_structures.h:4260
ADLDetailedTiming::sPixelClock
short sPixelClock
Pixel clock value.
Definition: adl_structures.h:663
ADLGLSyncPortCaps::iNumOfLEDs
int iNumOfLEDs
Number of LEDs associated for this port.
Definition: adl_structures.h:872
ADLODNParameterRange::iMode
int iMode
The starting value of the clock range.
Definition: adl_structures.h:2877
ADLFreeSyncCap::iReserved
int iReserved[4]
Definition: adl_structures.h:2795
ADLActivatableSource
struct ADLActivatableSource ADLActivatableSource
Structure containing information about the activatable source.
ADLGamutInfo::SupportedWhitePoint
int SupportedWhitePoint
Any combination of following ADL_WHITE_POINT_5000K - ADL_WHITE_POINT_CUSTOM.
Definition: adl_structures.h:3873
LPADLDisplayID
struct ADLDisplayID * LPADLDisplayID
AdapterInfoX2::iInfoValue
int iInfoValue
The bit identifies the adapter info define_adapter_info.
Definition: adl_structures.h:3846
_ADL_ECC_EDC_FLAG::u32All
unsigned int u32All
Definition: adl_structures.h:2686
ADLAppInterceptionInfo
struct ADLAppInterceptionInfo ADLAppInterceptionInfo
ADLAppInterceptionInfoX3::AppState
ADLAppProcessState AppState
Definition: adl_structures.h:2391
ADLRASGetErrorCountsOutput::UnCorrectedErrors
unsigned int UnCorrectedErrors
Definition: adl_structures.h:3360
ADLSGApplicationInfo::strFilePath
wchar_t strFilePath[256]
Application file path.
Definition: adl_structures.h:3474
ADLDisplayProperty::iCurrent
int iCurrent
Display Property current value.
Definition: adl_structures.h:715
_ADL_ERROR_PATTERN::EccChEn
unsigned long EccChEn
Definition: adl_structures.h:2745
ADLAppInterceptionInfoX3::AppName
wchar_t AppName[256]
Definition: adl_structures.h:2385
ADLDDCInfo2::bPackedPixelSupported
int bPackedPixelSupported
Returns 1 if the display supported packed pixel, 0 otherwise.
Definition: adl_structures.h:375
ADLSLSMap::iFirstBezelOffsetArrayIndex
int iFirstBezelOffsetArrayIndex
The first bezel offset array index in the.
Definition: adl_structures.h:1682
_ADL_ERROR_PATTERN::u64Value
unsigned long long u64Value
Definition: adl_structures.h:2748
ADLOD6VoltageControlInfo::iStepValue
int iStepValue
The minimum difference between VoltageControl adjustment values.
Definition: adl_structures.h:2282
ADLSLSGrid
Structure containing information about the display SLS Grid information.
Definition: adl_structures.h:1617
_ADL_ERROR_PATTERN::EccBeatEn
unsigned long EccBeatEn
Definition: adl_structures.h:2744
ADLPossibleMapping::iDisplayIndex
int iDisplayIndex
The display index. Each display is assigned an index.
Definition: adl_structures.h:1588
ADLConnectionData::aConnectionProperties
ADLConnectionProperties aConnectionProperties
Specifies the connection properties.
Definition: adl_structures.h:2634
ADLDetailedTimingX2::sVSyncWidth
int sVSyncWidth
Vertical sync signal width.
Definition: adl_structures.h:3966
ADLFeatureCaps::iAdjustmentStyle
int iAdjustmentStyle
Style of the Adjustment Controls.
Definition: adl_structures.h:4080
ADLControllerOverlayInfo
Structure containing information about controller overlay information.
Definition: adl_structures.h:832
ADLDisplayModeInfo::iPelsHeight
int iPelsHeight
Num of pixels in a column.
Definition: adl_structures.h:693
ADL_MEM_SUB_BLOCK_ID
ADL_MEM_SUB_BLOCK_ID
Definition: adl_defines.h:2476
AdapterInfoX2::strUDID
char strUDID[256]
The unique device ID associated with this adapter.
Definition: adl_structures.h:3818
ADLDDCInfo2::ulMinBacklightMaxLuminanceData
int ulMinBacklightMaxLuminanceData
Definition: adl_structures.h:422
ADLFeatureName
struct ADLFeatureName ADLFeatureName
Structure containing the Multimedia Feature Name.
APP_PROC_INVALID
@ APP_PROC_INVALID
Definition: adl_structures.h:2342
ADLCustomMode
Structure containing information about component video custom modes.
Definition: adl_structures.h:459
ADL_BOOST_SETTINGSX2::VsrSupported
int VsrSupported
Definition: adl_structures.h:3605
ADLOD6MaxClockAdjust::iExtValue
int iExtValue
Reserved for future expansion of the structure.
Definition: adl_structures.h:2500
ADLOD6VoltageControlInfo::iMinValue
int iMinValue
The minimum VoltageControl adjustment value.
Definition: adl_structures.h:2278
ADL_RAS_INJECTION_METHOD
ADL_RAS_INJECTION_METHOD
Definition: adl_defines.h:2502
ADLODNPerformanceStatus::iVCEClock
int iVCEClock
Definition: adl_structures.h:3046
ADLChipSetInfo::iMaxPCIELaneWidth
int iMaxPCIELaneWidth
Maximum Bus Speed of the current platform.
Definition: adl_structures.h:255
ADL_ERROR_INJECTION_MODE
ADL_ERROR_INJECTION_MODE
Definition: adl_structures.h:2732
ADLMantleAppInfo::deviceId
long deviceId
mantle device id
Definition: adl_structures.h:4170
ADL_FRTCPRO_Settings
struct ADL_FRTCPRO_Settings ADL_FRTCPRO_Settings
Structure containing information about FRTCPRO Settings.
ADLPMLogStartInput::ulSampleRate
unsigned long ulSampleRate
Sample rate in milliseconds.
Definition: adl_structures.h:3290
ADLOD8InitSetting
struct ADLOD8InitSetting ADLOD8InitSetting
Structure containing information about Overdrive8 initial setting.
ADLFanSpeedInfo::iMinPercent
int iMinPercent
Minimum possible fan speed value in percents.
Definition: adl_structures.h:1156
ADLInfoPacket
struct ADLInfoPacket ADLInfoPacket
Structure containing the packet info of a display.
ADLDDCInfo2::ulScreenWidth
int ulScreenWidth
Definition: adl_structures.h:427
ADLGamma
struct ADLGamma ADLGamma
Structure containing information controller Gamma settings.
ADLPossibleMapping::iDisplayMannerSupported
int iDisplayMannerSupported
The supported display manner.
Definition: adl_structures.h:1590
ADLODNCurrentPowerParameters::powerType
ADLODNCurrentPowerType powerType
Definition: adl_structures.h:3109
ADLODNCapabilities::sMemoryClockRange
ADLODNParameterRange sMemoryClockRange
Definition: adl_structures.h:2905
ADLFPSSettingsInput::ulReserved
int ulReserved[6]
Reserved.
Definition: adl_structures.h:3260
ADLMode::iModeFlag
int iModeFlag
Vista mode flag indicating Progressive or Interlaced mode.
Definition: adl_structures.h:1449
ADLODParameterRange::iMin
int iMin
Minimum parameter value.
Definition: adl_structures.h:1194
ADLODNCurrentPowerParameters
struct ADLODNCurrentPowerParameters ADLODNCurrentPowerParameters
ADLFeatureName
Structure containing the Multimedia Feature Name.
Definition: adl_structures.h:4040
ADLOD6PowerControlInfo::iMaxValue
int iMaxValue
The maximum PowerControl adjustment value.
Definition: adl_structures.h:2257
ADLGlSyncPortInfo::iSignalSource
int iSignalSource
Used for ADL_GLSYNC_PORT_RJ45PORT*. It is GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_*....
Definition: adl_structures.h:924
ADLODNFanControl::iMinFanLimit
int iMinFanLimit
Definition: adl_structures.h:3022
ADL_CORRECTED
@ ADL_CORRECTED
Definition: adl_structures.h:2676
LPADLMantleAppInfo
struct ADLMantleAppInfo * LPADLMantleAppInfo
ADLAppInterceptionInfoX3::RayTracingStatus
unsigned int RayTracingStatus
Definition: adl_structures.h:2388
ADLApplicationRecord::strTitle
wchar_t * strTitle
Title of the application.
Definition: adl_structures.h:2419
ADLBezelOffsetSteppingSize::iSLSMapIndex
int iSLSMapIndex
The SLS map index.
Definition: adl_structures.h:1827
ADLFeatureCaps::iDefault
int iDefault
Default integer value. Valid only if ADLFeatureCaps indicates support for integers.
Definition: adl_structures.h:4095
LPADLSLSMap
struct ADLSLSMap * LPADLSLSMap
ADLPXConfigCaps::iPXConfigCapMask
int iPXConfigCapMask
The bit mask identifies the number of bits PowerExpress Config Caps is currently using....
Definition: adl_structures.h:1870
ADLDetailedTiming::sVTotal
short sVTotal
Total height (rows).
Definition: adl_structures.h:655
ADL_EDC_BLOCK_ID_SQCDS
@ ADL_EDC_BLOCK_ID_SQCDS
Definition: adl_structures.h:2722
ADL_ERROR_REASON2::delag
int delag
Definition: adl_structures.h:3527
ADLConnectionData::iNumberofPorts
int iNumberofPorts
Number of ports.
Definition: adl_structures.h:2636
OD8_COUNT
@ OD8_COUNT
Definition: adl_defines.h:1957
ADLAdapterODClockInfo
Structure containing the Overdrive clock information.
Definition: adl_structures.h:1047
ADLvRamVendors
ADLvRamVendors
Definition: adl_structures.h:194
ADLHDCPSettings::iHDCPVale
int iHDCPVale
Definition: adl_structures.h:4149
ADLOD6StateInfo::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2141
ADL_FRTCPRO_CHANGED_REASON::ValueChanged
int ValueChanged
Definition: adl_structures.h:4230
ADLDisplayInfo
Structure containing information about the display device.
Definition: adl_structures.h:555
ADLVirtualSegmentSettingsOutput::iMask
int iMask
Definition: adl_structures.h:240
ADLOD6PerformanceLevel::iMemoryClock
int iMemoryClock
Memory clock.
Definition: adl_structures.h:2120
ADLGLSyncGenlockConfig::iValidMask
int iValidMask
Specifies what fields in this structure are valid Genlock related values.
Definition: adl_structures.h:886
ADLApplicationDataX2
struct ADLApplicationDataX2 ADLApplicationDataX2
Structure containing information about an application.
ADLSLSMap::iFirstBezelModeArrayIndex
int iFirstBezelModeArrayIndex
The first bezel mode array index in the native mode array.
Definition: adl_structures.h:1676
ADLOD8SetSetting
Definition: adl_structures.h:3172
DpLinkRate
DpLinkRate
Definition: adl_defines.h:1299
ADLSGApplicationInfo::strVersion
wchar_t strVersion[256]
Application version.
Definition: adl_structures.h:3476
ADLRASGetErrorCountsOutput::Reserved
unsigned int Reserved[14]
Definition: adl_structures.h:3361
ADL_EDC_BLOCK_ID_GDS
@ ADL_EDC_BLOCK_ID_GDS
Definition: adl_structures.h:2726
ADLDisplayDPMSTInfo::strGlobalUniqueIdentifier
char strGlobalUniqueIdentifier[256]
string identifier for the display
Definition: adl_structures.h:605
ADLApplicationDataX2::strVersion
wchar_t strVersion[32]
Version.
Definition: adl_structures.h:1930
ADLDisplayInfo::iDisplayInfoMask
int iDisplayInfoMask
The bit mask identifies the number of bits ADLDisplayInfo is currently using. It will be the sum al...
Definition: adl_structures.h:579
ADLMemoryDisplayFeatures
struct ADLMemoryDisplayFeatures ADLMemoryDisplayFeatures
Structure containing information about the features associated with a display.
LPADLGlSyncMode
struct ADLGlSyncMode * LPADLGlSyncMode
LPADLGamma
struct ADLGamma * LPADLGamma
ADL_RADEON_LED_COLOR_CONFIG
Structure Containing R G B values for Radeon USB LED Bar.
Definition: adl_structures.h:3748
AdapterInfo::iBusNumber
int iBusNumber
The BUS number associated with this adapter.
Definition: adl_structures.h:53
ADLDDCInfo2
struct ADLDDCInfo2 ADLDDCInfo2
Structure containing DDC information.
ADLActivatableSource::iActivatableSourceValue
int iActivatableSourceValue
The bit mask identifies the status. (Not currnetly used)
Definition: adl_structures.h:1416
ADLMVPUCaps::cAdapterPath
char cAdapterPath[4][256]
Registry path for each adapter.
Definition: adl_structures.h:1376
ADLSGApplicationInfo::iProfileExists
unsigned int iProfileExists
Holds whether the applicaition profile exists or not.
Definition: adl_structures.h:3480
ADLDDCInfo2
Structure containing DDC information.
Definition: adl_structures.h:348
AdapterInfoX2::strDriverPathExt
char strDriverPathExt[256]
Driver registry path Ext for.
Definition: adl_structures.h:3838
ADL_EDC_BLOCK_ID_LDS
@ ADL_EDC_BLOCK_ID_LDS
Definition: adl_structures.h:2725
ADLDetailedTimingX2::sHTotal
int sHTotal
Total width (columns).
Definition: adl_structures.h:3952
ADLODNPowerLimitSetting
Structure containing information about Overdrive N power limit.
Definition: adl_structures.h:3033
ADLApplicationRecord::strNotes
wchar_t * strNotes
Nostes on the application.
Definition: adl_structures.h:2427
ADLFeatureCaps::Name
ADLFeatureName Name
The Feature Name.
Definition: adl_structures.h:4052
ADLODParameters::iReserved
int iReserved
Reserved for future use.
Definition: adl_structures.h:1219
ADLErrorInjection::errorInjectionMode
ADL_ERROR_INJECTION_MODE errorInjectionMode
Definition: adl_structures.h:2766
tagADLBezelTransientMode::iFirstBezelOffsetArrayIndex
int iFirstBezelOffsetArrayIndex
The first bezel offset array index in the native mode array.
Definition: adl_structures.h:1501
ADLAppInterceptionInfoX3
Definition: adl_structures.h:2384
ADLOD6Capabilities::iCapabilities
int iCapabilities
Definition: adl_structures.h:2086
ADLFanSpeedValue::iFanSpeed
int iFanSpeed
Fan speed value.
Definition: adl_structures.h:1179
ADLApplicationProfile::iCount
int iCount
Number of properties.
Definition: adl_structures.h:1980
ADLSLSTarget::displayTarget
ADLDisplayTarget displayTarget
The target ID.
Definition: adl_structures.h:1797
ADLODNPerformanceLevel::iVddc
int iVddc
VDCC.
Definition: adl_structures.h:2983
ADLGamutData::iPredefinedGamut
int iPredefinedGamut
one of ADL_GAMUT_SPACE_CCIR_709 - ADL_GAMUT_SPACE_CIE_RGB
Definition: adl_structures.h:3927
AdapterInfo::iOSDisplayIndex
int iOSDisplayIndex
It is generated from EnumDisplayDevices.
Definition: adl_structures.h:79
ADLMemoryInfo2
Structure containing additional information about the ASIC memory.
Definition: adl_structures.h:117
ADLvRamVendor_MICRON
@ ADLvRamVendor_MICRON
Definition: adl_structures.h:205
ADLChipSetInfo::iCurrentPCIELaneWidth
int iCurrentPCIELaneWidth
Current PCIE Lane Width.
Definition: adl_structures.h:256
ADLODPerformanceLevel::iEngineClock
int iEngineClock
Engine clock.
Definition: adl_structures.h:1238
ADLGLSyncGenlockConfig::iFramelockCntlVector
int iFramelockCntlVector
Vector of framelock control bits. Bitfield of ADL_GLSYNC_FRAMELOCKCNTL_* Genlock related values.
Definition: adl_structures.h:890
ADLDetailedTiming::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:643
ADL_ENVVAR
@ ADL_ENVVAR
Definition: adl_structures.h:2355
ADLMemoryInfoX4::iHyperMemorySize
long long iHyperMemorySize
HyperMemory size in bytes.
Definition: adl_structures.h:175
ADLAdapterDisplayCap::iAdapterDisplayCapMask
int iAdapterDisplayCapMask
The bit mask identifies the number of bits AdapterDisplayCap is currently using. Sum all the bits def...
Definition: adl_structures.h:1523
ADLVirtualSegmentSettingsOutput
Structure containing information related virtual segment config information.
Definition: adl_structures.h:232
ADLSLSOverlappedMode
Structure containing information about the overlap offset info for all the displays for each SLS mode...
Definition: adl_structures.h:1849
ADL_SWITCHABLE_AMDOTHER
@ ADL_SWITCHABLE_AMDOTHER
Definition: adl_structures.h:1892
ADLDisplayModeInfoX2::iRefreshRate
int iRefreshRate
Refresh rate factor.
Definition: adl_structures.h:3994
ADLThermalControllerInfo::iThermalDomain
int iThermalDomain
Possible valies: ADL_DL_THERMAL_DOMAIN_OTHER or ADL_DL_THERMAL_DOMAIN_GPU.
Definition: adl_structures.h:1120
AdapterInfoX2::strDriverPath
char strDriverPath[256]
Driver registry path.
Definition: adl_structures.h:3836
ADLFanSpeedInfo::iMinRPM
int iMinRPM
Minimum possible fan speed value in RPM.
Definition: adl_structures.h:1160
ADLDDCInfo2::ulSize
int ulSize
Size of the structure.
Definition: adl_structures.h:350
ADLErrorRecord
Structure containing information about EDC Error Record.
Definition: adl_structures.h:2696
ADLODNPerformanceLevelsX2::aLevels
ADLODNPerformanceLevelX2 aLevels[1]
Array of performance state descriptors. Must have ADLODParameters.iNumberOfPerformanceLevels elements...
Definition: adl_structures.h:3094
ADLGraphicCoreInfo::iReserved
int iReserved[11]
reserved for future use
Definition: adl_structures.h:2865
ADLAdapterCapsX2::iNumConnectors
int iNumConnectors
Number of Connectors for this adapter.
Definition: adl_structures.h:2668
ADLSLSOffset
struct ADLSLSOffset ADLSLSOffset
Structure containing information about the display SLS Offset information.
ADLDetailedTiming::sTimingFlags
short sTimingFlags
Timing flags. Detailed Timimg Flags.
Definition: adl_structures.h:645
ADLSLSMap::grid
ADLSLSGrid grid
Indicate the current grid.
Definition: adl_structures.h:1652
ADLOD8InitSetting::overdrive8Capabilities
int overdrive8Capabilities
Definition: adl_structures.h:3141
ADLODNPerformanceStatus::iVDDC
int iVDDC
Definition: adl_structures.h:3057
AdapterInfo::iPresent
int iPresent
Present or not; 1 if present and 0 if not present.It the logical adapter is present,...
Definition: adl_structures.h:65
LPADLMemoryInfoX4
struct ADLMemoryInfoX4 * LPADLMemoryInfoX4
ADL_RADEON_LED_COLOR_CONFIG::B
unsigned short B
Definition: adl_structures.h:3751
ADLPMLogData::ulActiveSampleRate
unsigned int ulActiveSampleRate
Current driver sample rate.
Definition: adl_structures.h:3300
ADLODNPowerLimitSetting::iMaxOperatingTemperature
int iMaxOperatingTemperature
Definition: adl_structures.h:3036
ADLRASGetErrorCounts::InputSize
unsigned int InputSize
Definition: adl_structures.h:3373
ADLOD6StateEx::iExtMask
int iExtMask
Reserved for future expansion of the structure.
Definition: adl_structures.h:2481
ADL_RAS_ERROR_TYPE
enum _ADL_RAS_ERROR_TYPE ADL_RAS_ERROR_TYPE
PropertyRecord::eType
ADLProfilePropertyType eType
Property Type.
Definition: adl_structures.h:1964
AdapterInfoX2::iPresent
int iPresent
Present or not; 1 if present and 0 if not present.It the logical adapter is present,...
Definition: adl_structures.h:3832
ADLMode::fRefreshRate
float fRefreshRate
Screen refresh rate. Could be fractional E.g. 59.97.
Definition: adl_structures.h:1445
AdapterInfoX2::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:3814
ADLSLSMode
Structure containing information about the display SLS Mode information.
Definition: adl_structures.h:1737
ADLI2CLargePayload::iSpeed
int iSpeed
I2C clock speed in KHz.
Definition: adl_structures.h:4023
ADLConnectorInfo
struct ADLConnectorInfo ADLConnectorInfo
Structure containing the Connector information.
ADLVersionsInfo::strCatalystVersion
char strCatalystVersion[256]
Catalyst Version(e.g. "10.1").
Definition: adl_structures.h:1335
LPADLSmartShiftSettings
struct ADLSmartShiftSettings * LPADLSmartShiftSettings
ADLDisplayModeX2::iScanType
int iScanType
Interlaced/Progressive. The value will be set for Interlaced as ADL_DL_TIMINGFLAG_INTERLACED....
Definition: adl_structures.h:2333
ADLMVPUStatus::iActiveAdapterCount
int iActiveAdapterCount
Number of active adapters.
Definition: adl_structures.h:1391
ADLI2CLargePayload::iDataSize
int iDataSize
A numerical value representing the number of bytes to be sent or received on the I2C bus.
Definition: adl_structures.h:4027
ADLSLSMode::iSLSMapIndex
int iSLSMapIndex
The current display map index. It is the OS Desktop index. For example, OS Index 1 showing clone mode...
Definition: adl_structures.h:1742
ADLDDCInfo::ulPTMCx
int ulPTMCx
Returns the display device preferred timing mode's horizontal resolution.
Definition: adl_structures.h:331
ADLMemoryInfo2::iVisibleMemorySize
long long iVisibleMemorySize
Visible Memory size in bytes.
Definition: adl_structures.h:130
ADLPoint
struct ADLPoint ADLPoint
Structure containing information about driver point coordinates.
ADLDceSettings::persistFlag
int persistFlag
Definition: adl_structures.h:2821
ADLCrossfireComb
struct ADLCrossfireComb ADLCrossfireComb
Structure containing information about the proper CrossfireX chains combinations.
ADLODNCurrentPowerParameters::size
int size
Definition: adl_structures.h:3108
ADLAdapterODClockConfig
Structure containing the Overdrive clock configuration.
Definition: adl_structures.h:1066
ADLDisplayDPMSTInfo::rad
char rad[15]
Relative address, address scheme starts from source side.
Definition: adl_structures.h:613
tagADLBezelTransientMode::iAdapterIndex
int iAdapterIndex
Adapter Index.
Definition: adl_structures.h:1486
ADLCrossfireComb
Structure containing information about the proper CrossfireX chains combinations.
Definition: adl_structures.h:1269
LPADLFeatureName
struct ADLFeatureName * LPADLFeatureName
ADLODNCapabilities::fanTemperature
ADLODNParameterRange fanTemperature
Definition: adl_structures.h:2917
ADLOD8SetSetting::count
int count
Definition: adl_structures.h:3173
ADLVirtualSegmentSettingsOutput::idefaultSizeInMB
int idefaultSizeInMB
Definition: adl_structures.h:239
ADLAdapterODClockInfo::iFlags
int iFlags
Flag Clock flags.
Definition: adl_structures.h:1051
ADLODClockSetting::iDefaultClock
int iDefaultClock
Deafult clock.
Definition: adl_structures.h:1026
ADLvRamVendor_SAMSUNG
@ ADLvRamVendor_SAMSUNG
Definition: adl_structures.h:196
ADLErrorRecord::locationValid
int locationValid
Definition: adl_structures.h:2707
ADLODNPerformanceStatus::iCurrentMemoryPerformanceLevel
int iCurrentMemoryPerformanceLevel
Definition: adl_structures.h:3049
ADLMemoryDisplayFeatures::iDisplayFeatureValue
int iDisplayFeatureValue
ADL Display index.
Definition: adl_structures.h:302
ADLGamutReference::iGamutRef
int iGamutRef
mask whether it is related to source or to destination, overlay or graphics
Definition: adl_structures.h:3857
ADLOD6StateEx
struct ADLOD6StateEx ADLOD6StateEx
Structure containing information about Overdrive 6 extension state information.
ADLPPLogSettings::BreakOnAssert
int BreakOnAssert
Definition: adl_structures.h:3204
ADL_DELAG_SETTINGS::GlobalLimitFPS_MinLimit
int GlobalLimitFPS_MinLimit
Definition: adl_structures.h:3557
ADLChipSetInfo::iBusType
int iBusType
Bus type.
Definition: adl_structures.h:253
ADLCustomMode::iRefreshRate
int iRefreshRate
Custom mode refresh rate.
Definition: adl_structures.h:471
ADLDDCInfo2::iNativeDisplayChromaticityWhitePointX
int iNativeDisplayChromaticityWhitePointX
Display White Point X coordinate multiplied by 10000.
Definition: adl_structures.h:406
ADLDDCInfo2::iNativeDisplayChromaticityBlueY
int iNativeDisplayChromaticityBlueY
Display Blue Chromaticity Y coordinate multiplied by 10000.
Definition: adl_structures.h:404
LPADLVersionsInfoX2
struct ADLVersionsInfoX2 * LPADLVersionsInfoX2
ADLGlSyncPortInfo::iNumOfLEDs
int iNumOfLEDs
The number of LEDs for this port. It's also filled within ADLGLSyncPortCaps.
Definition: adl_structures.h:916
ADLSDIData::iSizeofSDISegment
int iSizeofSDISegment
Size of the memory segment for SDI (in MB).
Definition: adl_structures.h:4201
ADLMSTRad::rad
char rad[15]
Relative address, address scheme starts from source side.
Definition: adl_structures.h:2554
ADLApplicationDataX3::iProcessId
unsigned int iProcessId
Definition: adl_structures.h:1950
ADLRASGetErrorCounts::OutputSize
unsigned int OutputSize
Definition: adl_structures.h:3375
ADLGamutInfo
struct ADLGamutInfo ADLGamutInfo
Structure containing information about driver supported gamut spaces , capability method.
ADLOD6MaxClockAdjust::iExtMask
int iExtMask
Reserved for future expansion of the structure.
Definition: adl_structures.h:2502
ADLControllerMode::iViewResolutionCx
int iViewResolutionCx
View resolution in pixels (width)
Definition: adl_structures.h:2033
ADLMode::iOrientation
int iOrientation
Screen orientation. E.g., 0, 90, 180, 270.
Definition: adl_structures.h:1447
ADLAppInterceptionInfoX2::AppFormat
ADLAppInterceptionListType AppFormat
Definition: adl_structures.h:2379
ADLAppInterceptionInfoX2::AppState
ADLAppProcessState AppState
Definition: adl_structures.h:2380
ADLApplicationDataX3::strPathName
wchar_t strPathName[256]
Path Name.
Definition: adl_structures.h:1942
LPADLPossibleMap
struct ADLPossibleMap * LPADLPossibleMap
ADLGlSyncMode
struct ADLGlSyncMode ADLGlSyncMode
Structure containing GL-Sync mode of a display.
ADLOD6VoltageControlInfo::iMaxValue
int iMaxValue
The maximum VoltageControl adjustment value.
Definition: adl_structures.h:2280
ADLGamutReference
struct ADLGamutReference ADLGamutReference
Structure containing information about driver gamut space , whether it is related to source or to des...
ADLSLSMap
Structure containing information about the display SLS Map information.
Definition: adl_structures.h:1644
ADL_IMAGE_BOOST_NOTFICATION_REASON::GlobalEnableChanged
int GlobalEnableChanged
Definition: adl_structures.h:3642
ADLPMLogDataOutput::size
int size
Definition: adl_structures.h:3191
ADLODNPerformanceLevels
Structure containing information about Overdrive N performance levels.
Definition: adl_structures.h:2996
ADLMemoryInfo::strMemoryType
char strMemoryType[256]
Memory type in string.
Definition: adl_structures.h:273
ADLGlSyncMode2
Structure containing GL-Sync mode of a display.
Definition: adl_structures.h:972
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC
Structure Containing All Generic LED configuration for user requested LED pattern....
Definition: adl_structures.h:3761
ADLDisplayModeX2::iWidth
int iWidth
Horizontal resolution (in pixels).
Definition: adl_structures.h:2329
ADLFeatureCaps::iFeatureMask
int iFeatureMask
Feature Property Mask. Indicates which are the valid bits for iFeatureProperties.
Definition: adl_structures.h:4065
ADLPropertyRecordCreate::strPropertyName
wchar_t * strPropertyName
Name of the property.
Definition: adl_structures.h:2403
ADLPMActivity::iCurrentPerformanceLevel
int iCurrentPerformanceLevel
Performance level index.
Definition: adl_structures.h:1097
ADLFeatureCaps::bDefault
int bDefault
Default user-controlled boolean value. Valid only if ADLFeatureCaps supports user-controlled boolean.
Definition: adl_structures.h:4083
ADL_ERROR_REASON::delag
int delag
Definition: adl_structures.h:3519
ADLRASResetErrorCountsInput
struct ADLRASResetErrorCountsInput ADLRASResetErrorCountsInput
Structure containing information related RAS Error Counts Reset Information.
_ADL_ERROR_PATTERN
Definition: adl_structures.h:2739
ADLSLSTarget::iSLSTargetMask
int iSLSTargetMask
The bit mask identifies the bits in iSLSTargetValue are currently used.
Definition: adl_structures.h:1809
ADLAVIInfoPacket::bPB5
char bPB5
byte 5, bit [7:4].
Definition: adl_structures.h:1011
ADL_BOOST_SETTINGS
Structure containing information about BOOST Settings.
Definition: adl_structures.h:3582
ADLApplicationDataX3
Structure containing information about an application.
Definition: adl_structures.h:1940
ADLControllerMode::iViewPanLockBottom
int iViewPanLockBottom
Vertical bottom panlock position.
Definition: adl_structures.h:2030
ADLControllerMode::iModifiers
int iModifiers
Definition: adl_structures.h:2012
ADLFeatureCaps::iControlType
int iControlType
Apperance of the User-Controlled Boolean.
Definition: adl_structures.h:4071
PropertyRecord
struct PropertyRecord PropertyRecord
Structure containing information of a property of an application profile.
ADLApplicationRecord::strFileName
wchar_t * strFileName
File name of the application.
Definition: adl_structures.h:2423
ADLMemoryInfo::iMemoryBandwidth
long long iMemoryBandwidth
Memory bandwidth in Mbytes/s.
Definition: adl_structures.h:275
ADLOD6PowerControlInfo::iStepValue
int iStepValue
The minimum difference between PowerControl adjustment values.
Definition: adl_structures.h:2259
ADLOD6ThermalControllerCaps::iFanMaxRPM
int iFanMaxRPM
Maximum fan speed expressed in revolutions-per-minute.
Definition: adl_structures.h:2196
ADLFPSSettingsOutput::ulACFPSMaximum
int ulACFPSMaximum
Maximum FPS Threshold allowed in PPLib for AC.
Definition: adl_structures.h:3234
ADLFPSSettingsOutput
struct ADLFPSSettingsOutput ADLFPSSettingsOutput
Structure containing information related Frames Per Second for AC and DC.
ADL_BOOST_SETTINGSX2
struct ADL_BOOST_SETTINGSX2 ADL_BOOST_SETTINGSX2
Structure containing information about BOOST Settings.
ADLAVIInfoPacket::bPB3_ITC
char bPB3_ITC
byte 3, bit 7
Definition: adl_structures.h:1009
LPADLCustomMode
struct ADLCustomMode * LPADLCustomMode
ADL_MAX_CONNECTION_TYPES
#define ADL_MAX_CONNECTION_TYPES
Indicates the Maximum supported properties of connection.
Definition: adl_defines.h:2165
ADLOD6CapabilitiesEx::iExtMask
int iExtMask
Reserved for future expansion of the structure.
Definition: adl_structures.h:2461
ADL_ERROR_INJECTION_MODE_SINGLE
@ ADL_ERROR_INJECTION_MODE_SINGLE
Definition: adl_structures.h:2733
ADL_MAX_PATH
#define ADL_MAX_PATH
Defines the maximum string length.
Definition: adl_defines.h:53
ADLDDCInfo2::iNativeDisplayChromaticityRedY
int iNativeDisplayChromaticityRedY
Display Red Chromaticity Y coordinate multiplied by 10000.
Definition: adl_structures.h:396
ADLMemoryInfo3
Structure containing additional information about the ASIC memory.
Definition: adl_structures.h:141
ADLMemoryInfoX4::strMemoryType
char strMemoryType[256]
Memory type in string.
Definition: adl_structures.h:171
ADLMode::iColourDepth
int iColourDepth
Screen Color Depth. E.g., 16, 32.
Definition: adl_structures.h:1443
ADLODNCapabilities::iMaximumNumberOfPerformanceLevels
int iMaximumNumberOfPerformanceLevels
Definition: adl_structures.h:2899
ADL_RADEON_LED_CUSTOM_LED_CONFIG::colorConfig
ADL_RADEON_LED_COLOR_CONFIG colorConfig[7][24]
Definition: adl_structures.h:3780
ADL_EDC_BLOCK_ID_VGPR
@ ADL_EDC_BLOCK_ID_VGPR
Definition: adl_structures.h:2724
LPADLSLSMode
struct ADLSLSMode * LPADLSLSMode
ADLOD8SetSetting::od8SettingTable
ADLOD8SingleSetSetting od8SettingTable[OD8_COUNT]
Definition: adl_structures.h:3174
ADLControllerOverlayInput
Structure containing information about input of controller overlay adjustment.
Definition: adl_structures.h:794
ADLErrorInjectionX2::blockId
ADL_EDC_BLOCK_ID blockId
Definition: adl_structures.h:2771
ADLControllerOverlayInput::iSize
int iSize
Should be set to the sizeof the structure.
Definition: adl_structures.h:796
ADLAppInterceptionInfo::ProcessId
unsigned int ProcessId
Definition: adl_structures.h:2361
ADLSmartShiftSettings::iCurrentValue
int iCurrentValue
Definition: adl_structures.h:4278
ADLDisplayIdentifier::ulSerialNo
long ulSerialNo
serial number of the display
Definition: adl_structures.h:2057
ADL_CHILL_NOTFICATION_REASON::GlobalEnableChanged
int GlobalEnableChanged
Definition: adl_structures.h:3695
ADLAdapterCapsX2::iNumControllers
int iNumControllers
Number of controllers for this adapter.
Definition: adl_structures.h:2656
ADLErrorRecord::padding
unsigned int padding[3]
Definition: adl_structures.h:2716
ADLSLSMap::iNumBezelOffset
int iNumBezelOffset
The number of bezel offsets belongs to this map.
Definition: adl_structures.h:1679
ADLRASErrorInjectonInput
struct ADLRASErrorInjectonInput ADLRASErrorInjectonInput
Structure containing information related RAS Error Injection information.
ADLMode
Structure containing information about display mode.
Definition: adl_structures.h:1429
ADLPMLogData
struct ADLPMLogData ADLPMLogData
ADLFPSSettingsInput::bGlobalSettings
int bGlobalSettings
Settings are for Global FPS (used by CCC)
Definition: adl_structures.h:3254
ADLDDCInfo2::iNativeDisplayChromaticityGreenY
int iNativeDisplayChromaticityGreenY
Display Green Chromaticity Y coordinate multiplied by 10000.
Definition: adl_structures.h:400
ADL_DRIVERUPSCALE_NOTFICATION_REASON::ModeOverrideEnabledChanged
int ModeOverrideEnabledChanged
Definition: adl_structures.h:3725
ADLFreeSyncCap::ucLabelIndex
unsigned char ucLabelIndex
Index of FreeSync Label to use: ADL_FREESYNC_LABEL_*.
Definition: adl_structures.h:2792
ADLRASGetErrorCounts::Output
ADLRASGetErrorCountsOutput Output
Definition: adl_structures.h:3376
ADLRASErrorInjection::Output
ADLRASErrorInjectionOutput Output
Definition: adl_structures.h:3460
ADLI2C::iOffset
int iOffset
The offset of the data from the address.
Definition: adl_structures.h:751
ADLDisplayDPMSTInfo::iTotalAvailableBandwidthInMpbs
int iTotalAvailableBandwidthInMpbs
total bandwidth available on the DP connector
Definition: adl_structures.h:599
ADLConnectorInfo::iConnectorIndex
int iConnectorIndex
index of the connector(0-based)
Definition: adl_structures.h:2514
ADLConnectionData::iActiveConnections
int iActiveConnections
Number of Active Connections.
Definition: adl_structures.h:2638
ADL_DELAG_SETTINGS::GlobalLimitFPS_MaxLimit
int GlobalLimitFPS_MaxLimit
Definition: adl_structures.h:3558
ADLGetClocksOUT::ulCoreMin
long ulCoreMin
Definition: adl_structures.h:485
ADLRASGetErrorCountsInput
Structure containing information related RAS Get Error Counts Information.
Definition: adl_structures.h:3346
ADLPropertyRecordCreate
struct ADLPropertyRecordCreate ADLPropertyRecordCreate
Structure containing information info for a property record in a profile.
ADLFPSSettingsOutput::ulDCFPSMaximum
int ulDCFPSMaximum
Maximum FPS Threshold allowed in PPLib for DC.
Definition: adl_structures.h:3238
ADLODNCapabilitiesX2::sMemoryClockRange
ADLODNParameterRange sMemoryClockRange
Definition: adl_structures.h:2946
ADLRASResetErrorCountsOutput
Structure containing information related RAS Error Counts Reset Information.
Definition: adl_structures.h:3399
AdapterInfo
struct AdapterInfo AdapterInfo
Structure containing information about the graphics adapter.
ADLCrossfireInfo::iSupported
int iSupported
If CrossfireX is supported by this combination. The value is either ADL_TRUE or ADL_FALSE.
Definition: adl_structures.h:1290
ADLMemoryInfoX4::iVisibleMemorySize
long long iVisibleMemorySize
Visible Memory size in bytes.
Definition: adl_structures.h:180
ADLOD8InitSetting::od8SettingTable
ADLOD8SingleInitSetting od8SettingTable[OD8_COUNT]
Definition: adl_structures.h:3142
ADLDisplayMap
Structure containing information about display mapping.
Definition: adl_structures.h:1537
ADLMantleAppInfo
struct ADLMantleAppInfo ADLMantleAppInfo
Structure containing Mantle App info.
ADLODClockSetting::iRequestedClock
int iRequestedClock
Requested clcock.
Definition: adl_structures.h:1034
ADLAdapterCaps
Structure containing information about an controller mode.
Definition: adl_structures.h:92
ADLDisplayID::iDisplayPhysicalIndex
int iDisplayPhysicalIndex
The physical display index. For example, display index 2 from adapter 2 can be used by current adapte...
Definition: adl_structures.h:534
ADLPMLogSupportInfo::ulReserved
int ulReserved[16]
Reserved.
Definition: adl_structures.h:3276
ADLODNExtSingleInitSetting::mode
int mode
Definition: adl_structures.h:3116
LPADLSLSTargetOverlap
struct ADLSLSOverlappedMode * LPADLSLSTargetOverlap
ADLOD6FanSpeedInfo::iExtMask
int iExtMask
Mask for future extension.
Definition: adl_structures.h:2222
ADLPMLogData::ulValues
unsigned int ulValues[ADL_PMLOG_MAX_SUPPORTED_SENSORS][2]
2D array of senesor and values
Definition: adl_structures.h:3304
tagADLBezelTransientMode::iSLSMapIndex
int iSLSMapIndex
SLS Map Index.
Definition: adl_structures.h:1489
ADLvRamVendor_ELPIDA
@ ADLvRamVendor_ELPIDA
Definition: adl_structures.h:198
ADLGcnInfo
Structure containing information about components of ASIC GCN architecture.
Definition: adl_structures.h:217
ADLDisplayTarget::iDisplayMapIndex
int iDisplayMapIndex
The display map index identify this manner and the desktop surface.
Definition: adl_structures.h:1468
APP_PROC_TERMINATE
@ APP_PROC_TERMINATE
Definition: adl_structures.h:2348
AdapterInfoX2
Structure containing information about the graphics adapter with extended caps.
Definition: adl_structures.h:3810
ADLDisplayMode
struct ADLDisplayMode ADLDisplayMode
Structure containing the display mode definition used per controller.
ADLConnectionState::iDisplayIndex
int iDisplayIndex
If connection is active it will contain display id, otherwise CWDDEDI_INVALID_DISPLAY_INDEX.
Definition: adl_structures.h:2598
ADLGetClocksOUT::ulActivityPercent
long ulActivityPercent
Definition: adl_structures.h:489
ADLSLSGrid::iSLSGridIndex
int iSLSGridIndex
The grid index.
Definition: adl_structures.h:1622
ADLApplicationProfile
Structure containing information about an application profile.
Definition: adl_structures.h:1978
ADLBiosInfo::strDate
char strDate[256]
BIOS date in yyyy/mm/dd hh:mm format.
Definition: adl_structures.h:1304
ADLDisplayMode::iBitsPerPel
int iBitsPerPel
Color depth.
Definition: adl_structures.h:629
ADLControllerMode::iViewResolutionCy
int iViewResolutionCy
View resolution in pixels (hight)
Definition: adl_structures.h:2036
ADLAdapterCaps::iNumControllers
int iNumControllers
Number of controllers for this adapter.
Definition: adl_structures.h:96
ADLDisplayID
Structure containing information about the display device.
Definition: adl_structures.h:526
ADLvRamVendor_HYNIX
@ ADLvRamVendor_HYNIX
Definition: adl_structures.h:201
tagADLBezelTransientMode::displayMode
ADLMode displayMode
The mode.
Definition: adl_structures.h:1495
ADL_DL_MAX_MVPU_ADAPTERS
#define ADL_DL_MAX_MVPU_ADAPTERS
Definition: adl_defines.h:1151
ADLConnectionData::iConnectionType
int iConnectionType
Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid,...
Definition: adl_structures.h:2632
ADL_DRIVERUPSCALE_SETTINGS
Structure containing information about DRIVERUPSCALE Settings.
Definition: adl_structures.h:3736
ADLDetailedTiming::sHSyncStart
short sHSyncStart
Horizontal sync signal offset.
Definition: adl_structures.h:651
ADLODNCapabilities::power
ADLODNParameterRange power
Definition: adl_structures.h:2911
ADLDisplayEDIDData::iEDIDSize
int iEDIDSize
Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return.
Definition: adl_structures.h:776
ADL_FRTCPRO_Settings::DefaultState
int DefaultState
Definition: adl_structures.h:4213
ADLPreFlipPostProcessingLUTAlgorithm_Full
@ ADLPreFlipPostProcessingLUTAlgorithm_Full
Definition: adl_structures.h:3498
ADL_BOOST_SETTINGS::GlobalMinRes_MaxLimit
int GlobalMinRes_MaxLimit
Definition: adl_structures.h:3587
ADLMode::iYPos
int iYPos
Screen position Y coordinate.
Definition: adl_structures.h:1437
ADLChipSetInfo
Structure containing information about the Chipset.
Definition: adl_structures.h:252
ADLPowerControlInfo
Structure containing information about an OD5 Power Control feature.
Definition: adl_structures.h:1992
ADL_RADEON_LED_COLOR_CONFIG
struct ADL_RADEON_LED_COLOR_CONFIG ADL_RADEON_LED_COLOR_CONFIG
Structure Containing R G B values for Radeon USB LED Bar.
ADLProfilePropertyType
ADLProfilePropertyType
Definition: adl_defines.h:1371
ADLSmartShiftSettings
Structure for Smart shift 2.0 settings.
Definition: adl_structures.h:4272
ADLMemoryInfo3::iMemoryBandwidth
long long iMemoryBandwidth
Highest default performance level Memory bandwidth in Mbytes/s.
Definition: adl_structures.h:147
ADLDceSettings::relativePreEmphasis
int relativePreEmphasis
Definition: adl_structures.h:2819
ADLDetailedTiming::sOverscanGR
short sOverscanGR
Definition: adl_structures.h:673
ADLVirtualSegmentSettingsOutput::iValue
int iValue
Definition: adl_structures.h:241
ADLDceSettings
struct ADLDceSettings ADLDceSettings
Structure containing per display Display Connectivty Experience Settings.
ADLFeatureCaps::iAdjustmentType
int iAdjustmentType
Apperance of the Adjustment Controls.
Definition: adl_structures.h:4077
ADLBezelOffsetSteppingSize::iBezelOffsetSteppingSizeValue
int iBezelOffsetSteppingSizeValue
Bit mask identifies the display status.
Definition: adl_structures.h:1839
ADLDCESupport
union _ADLDCESupport ADLDCESupport
Structure containing information related DCE support.
ADLDDCInfo2::ulMinLuminanceData
int ulMinLuminanceData
Return minimum monitor luminance data.
Definition: adl_structures.h:381
ADL_BOOST_SETTINGSX2::GlobalEnable
int GlobalEnable
Definition: adl_structures.h:3600
LPADLDisplayInfo
struct ADLDisplayInfo * LPADLDisplayInfo
ADLODNFanControl::iMinPerformanceClock
int iMinPerformanceClock
Definition: adl_structures.h:3021
ADLPMActivity
struct ADLPMActivity ADLPMActivity
Structure containing information about current power management related activity.
ADLODNPerformanceStatus::iVDDCI
int iVDDCI
Definition: adl_structures.h:3058
ADL_ERROR_REASON2::proVsr
int proVsr
Definition: adl_structures.h:3529
ADLRASResetErrorCountsOutput::Reserved
unsigned int Reserved[8]
Definition: adl_structures.h:3400
ADLOD6CurrentStatus
Structure containing information about current Overdrive 6 performance status.
Definition: adl_structures.h:2155
ADLODNParameterRange
Structure containing information about Overdrive N clock range.
Definition: adl_structures.h:2875
ADLConnectionProperties
struct ADLConnectionProperties ADLConnectionProperties
Structure containing connection properties information.
ADLDisplayInfo::strDisplayName
char strDisplayName[256]
The display's EDID name.
Definition: adl_structures.h:563
ADLECCData
Structure containing ECC statistics namely SEC counts and DED counts Single error count - count of er...
Definition: adl_structures.h:2297
ADLDDCInfo2::iSupportedColorSpace
int iSupportedColorSpace
Bit vector of supported color spaces ADLSourceContentAttributes color spaces.
Definition: adl_structures.h:391
AdapterInfo::iFunctionNumber
int iFunctionNumber
The function number.
Definition: adl_structures.h:57
ADLAdapterCaps::iNumOfGLSyncConnectors
int iNumOfGLSyncConnectors
Number of GLSyncConnectors.
Definition: adl_structures.h:102
ADLODClockSetting
Structure containing the Overdrive clock setting.
Definition: adl_structures.h:1024
ADLRASErrorInjectionOutput
struct ADLRASErrorInjectionOutput ADLRASErrorInjectionOutput
Structure containing information related RAS Error Injection information.
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::morseCodeTextOutPutLen
int morseCodeTextOutPutLen
Definition: adl_structures.h:3768
ADLGamutReference
Structure containing information about driver gamut space , whether it is related to source or to des...
Definition: adl_structures.h:3855
ADLDisplayModeInfo::iPelsWidth
int iPelsWidth
Num of pixels in a row.
Definition: adl_structures.h:691
ADLPPLogSettings::LogEnabled
int LogEnabled
Definition: adl_structures.h:3206
ADLPowerControlInfo::iMinValue
int iMinValue
Minimum value.
Definition: adl_structures.h:1994
ADL_RADEON_USB_LED_BAR_CONTROLS
ADL_RADEON_USB_LED_BAR_CONTROLS
Definition: adl_defines.h:2572
_ADL_ERROR_PATTERN::EccInjEn
unsigned long EccInjEn
Definition: adl_structures.h:2743
LPADLGLSyncModuleID
struct ADLGLSyncModuleID * LPADLGLSyncModuleID
ADLPMLogSensorLimits
struct ADLPMLogSensorLimits ADLPMLogSensorLimits
Structure containing information to query limts of power management logging.
ADLSupportedConnections
struct ADLSupportedConnections ADLSupportedConnections
Structure containing supported connection types and properties.
ADLAdjustmentinfo::iDefault
int iDefault
Default value.
Definition: adl_structures.h:815
ADLPropertyRecordCreate::strPropertyValue
wchar_t * strPropertyValue
Definition: adl_structures.h:2407
ADL_RADEON_LED_COLOR_CONFIG::R
unsigned short R
Definition: adl_structures.h:3749
ADLDDCInfo2::ulMaxVResolution
int ulMaxVResolution
Returns the maximum Vertical supported resolution. Should be zeroed if this information is not availa...
Definition: adl_structures.h:363
ADLODNPerformanceLevels::aLevels
ADLODNPerformanceLevel aLevels[1]
Array of performance state descriptors. Must have ADLODParameters.iNumberOfPerformanceLevels elements...
Definition: adl_structures.h:3003
ADLVersionsInfoX2::strCatalystWebLink
char strCatalystWebLink[256]
Web link to an XML file with information about the latest AMD drivers and locations (e....
Definition: adl_structures.h:1355
ADLODClockSetting::iCurrentClock
int iCurrentClock
Current clock.
Definition: adl_structures.h:1028
ADLDevicePort
Structure containing port information.
Definition: adl_structures.h:2564
ADLErrorInjectionX2::errorInjectionData
ADL_ERROR_INJECTION_DATA errorInjectionData
Definition: adl_structures.h:2773
ADLODPerformanceLevels
struct ADLODPerformanceLevels ADLODPerformanceLevels
Structure containing information about Overdrive performance levels.
ADLFPSSettingsInput::ulDCFPSCurrent
int ulDCFPSCurrent
Current Value of FPS Monitor in DC state.
Definition: adl_structures.h:3258
ADL_APP_PROFILE_TIMESTAMP_LENGTH
#define ADL_APP_PROFILE_TIMESTAMP_LENGTH
Definition: adl_defines.h:1356
ADLMemoryInfo2::iHyperMemorySize
long long iHyperMemorySize
HyperMemory size in bytes.
Definition: adl_structures.h:125
ADLAdapterODClockConfig::iEngineClock
int iEngineClock
Engine Clock.
Definition: adl_structures.h:1074
ADLFeatureCaps::iControlStyle
int iControlStyle
Style of the User-Controlled Boolean.
Definition: adl_structures.h:4074
ADLSLSMap::iSLSMapValue
int iSLSMapValue
The bit mask identifies the display map status. Refer to ADL_DISPLAY_SLSMAP_XXX.
Definition: adl_structures.h:1688
ADLMantleAppInfo::driverVersion
long driverVersion
mantle driver version
Definition: adl_structures.h:4166
ADLConnectionState::iEmulationMode
int iEmulationMode
It contains information about current emulation mode. See constants for details. Define_emulation_mod...
Definition: adl_structures.h:2596
ADLControllerMode
struct ADLControllerMode ADLControllerMode
Structure containing information about an controller mode.
ADLDDCInfo2::ulSupportsDDC
int ulSupportsDDC
Definition: adl_structures.h:353
ADLRASResetErrorCountsInput::Reserved
unsigned int Reserved[8]
Definition: adl_structures.h:3388
ADL_FRTCPRO_Settings::CurrentState
int CurrentState
Definition: adl_structures.h:4214
ADLOD6FanSpeedInfo::iSpeedType
int iSpeedType
Contains a bitmap of the valid fan speed type flags. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT,...
Definition: adl_structures.h:2213
ADLErrorRecord::countValid
int countValid
Definition: adl_structures.h:2701
ADLDisplayTarget::displayID
ADLDisplayID displayID
The Display ID.
Definition: adl_structures.h:1465
ADLGetClocksOUT::ulReserved
long ulReserved
Definition: adl_structures.h:492
ADLMSTRad
Structure containing MST branch information.
Definition: adl_structures.h:2550
ADL_CHILL_SETTINGS
struct ADL_CHILL_SETTINGS ADL_CHILL_SETTINGS
Structure containing information about CHILL Settings.
ADLFeatureValues::Name
ADLFeatureName Name
The Feature Name.
Definition: adl_structures.h:4120
ADL_FRTCPRO_CHANGED_REASON
struct ADL_FRTCPRO_CHANGED_REASON ADL_FRTCPRO_CHANGED_REASON
Structure containing information about FRTCPRO Settings changed reason.
ADLAdapterODClockConfig::iMemoryClock
int iMemoryClock
Memory Clock.
Definition: adl_structures.h:1072
ADLGetClocksOUT
struct ADLGetClocksOUT ADLGetClocksOUT
Structure containing Clock information for OD5 calls.
ADLGetClocksOUT
Structure containing Clock information for OD5 calls.
Definition: adl_structures.h:481
ADLDisplayModeInfoX2::iPelsHeight
int iPelsHeight
Num of pixels in a column.
Definition: adl_structures.h:3998
ADLSLSMode::iSLSModeIndex
int iSLSModeIndex
The mode index.
Definition: adl_structures.h:1745
ADLDetailedTiming::sHDisplay
short sHDisplay
Displayed width.
Definition: adl_structures.h:649
ADLMemoryInfo3::iInvisibleMemorySize
long long iInvisibleMemorySize
Invisible Memory size in bytes.
Definition: adl_structures.h:152
ADLGraphicCoreInfo::iNumPEsPerCU
int iNumPEsPerCU
Number of processing elements per CU. Valid for GCN (iGCGen == GCN)
Definition: adl_structures.h:2853
ADL_RADEON_LED_PATTERN_CONFIG_GENERIC::brightness
short brightness
Definition: adl_structures.h:3762
ADLODNPerformanceStatus::iMaximumBusLanes
int iMaximumBusLanes
Definition: adl_structures.h:3056
ADLOD6MaxClockAdjust
struct ADLOD6MaxClockAdjust ADLOD6MaxClockAdjust
Structure containing information about Overdrive 6 extension recommended maximum clock adjustment val...
ADLPPLogSettings::PowerProfilingTimeInterval
int PowerProfilingTimeInterval
Definition: adl_structures.h:3212
ADLGcnInfo::RopCount
int RopCount
Definition: adl_structures.h:220
ADLPxType
ADLPxType
Enum containing PX or HG type.
Definition: adl_structures.h:1884
ADLFanSpeedInfo
struct ADLFanSpeedInfo ADLFanSpeedInfo
Structure containing information about thermal controller fan speed.
ADLVirtualSegmentSettingsOutput::iMinSizeInMB
int iMinSizeInMB
Definition: adl_structures.h:236
AdapterInfo::iSize
int iSize
Size of the structure.
Definition: adl_structures.h:47
ADLFeatureName::FeatureName
char FeatureName[16]
The Feature Name.
Definition: adl_structures.h:4042
ADLBracketSlotInfo::iSlotIndex
int iSlotIndex
index of the slot, 0-based index.
Definition: adl_structures.h:2536
ADLGlSyncPortControl::iSignalSource
int iSignalSource
Source of the sync signal. Either GL_Sync GPU Port index or ADL_GLSYNC_SIGNALSOURCE_* Genlock related...
Definition: adl_structures.h:942
ADLDDCInfo2::ulProductID
int ulProductID
Returns the product ID of the display device. Should be zeroed if this information is not available.
Definition: adl_structures.h:357
ADLI2C::iSpeed
int iSpeed
I2C clock speed in KHz.
Definition: adl_structures.h:755
ADLErrorRecord
struct ADLErrorRecord ADLErrorRecord
Structure containing information about EDC Error Record.

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