You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Public-Documents/README.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,26 @@
1
1
# AMD Display Library (ADL) Documentation
2
-
Prior to AMD Display Library (ADL), AMD provided several SDKs (PDL, DSP, CCC, COM) for external use under Windows, but none for Linux. The goal of ADL is to provide a single SDK for both operating systems and to eventually replace the other SDKs.
2
+
Prior to AMD Display Library (ADL), AMD provided several SDKs (PDL, DSP, CCC, COM) for external use under Windows. The goal of ADL is to provide a single SDK to eventually replace the other SDKs.
3
3
4
4
The majority of the APIs in ADL wrap the company’s private APIs thus allowing the library’s client to access information related to the graphics associated with the system. ADL is used strictly for exposing “Graphics Hardware” support. Other hardware (such as CPUs, Northbridge, etc…) or software subsystems (such as Radeon Software) will expose an interface via their own binaries, if they require one.
5
5
6
6
ADL binaries are delivered as part of the Catalyst display Driver package while the documentation, definitions and sample code are distributed via a web-download as a single ZIP package.
7
7
8
8
---
9
9
10
+
### ADL 18.1 - Release Notes
11
+
* Deprecate ADL2_New_QueryPMLogData_Get
12
+
* Upgraded samples:
13
+
* <a href="Overdrive8-example.html">Overdrive8</a>: Updated sample to illustrate how to use ADL2_Overdrive8_PMLog_ShareMemory_Read.
14
+
* Added samples:
15
+
* <a href="PanelFirmwareUpdateModeControl-example.html">PanelFirmwareUpdateModeControl</a>: Added sample to illustrate how to control features of Edp Lowpower.
16
+
17
+
---
18
+
19
+
### ADL 18.0 - Release Notes
20
+
* Introduced ADL_PMLOG_TEMPERATURE_INTAKE in ADL_PMLOG_SENSORS
21
+
22
+
---
23
+
10
24
### ADL 17.1 - Release Notes
11
25
* Introduced write and read I2C via SMU API.
12
26
@@ -86,7 +100,7 @@ ADL binaries are delivered as part of the Catalyst display Driver package while
86
100
---
87
101
88
102
### What is ADL and How to use it
89
-
*Plesae refer to Usage Document. See <ahref="What is ADL and how to use it.doc">`What is ADL and how to use it.doc`</a>.
103
+
*Please refer to Usage Document. See <ahref="What is ADL and how to use it.doc">`What is ADL and how to use it.doc`</a>.
90
104
91
105
---
92
106
@@ -104,10 +118,10 @@ ADL binaries are delivered as part of the Catalyst display Driver package while
104
118
105
119
---
106
120
* Supported Driver:
107
-
Requires Radeon Software Adrenalin Edition 22.11.2 or later.
121
+
Requires Radeon Software Adrenalin Edition 25.3.1 or later.
108
122
109
123
---
110
124
### End User License Agreement
111
-
*Plesae refer to EULA for terms and conditions of the ADL SDK. See <ahref="ADL SDK EULA.pdf">`ADL SDK EULA.pdf`</a>.
125
+
*Please refer to EULA for terms and conditions of the ADL SDK. See <ahref="ADL SDK EULA.pdf">`ADL SDK EULA.pdf`</a>.
0 commit comments