AMD DCN 3.1 Display Mode Library (DML) support code
Internal mathematical and bandwidth-modeling code used by AMD's amdgpu display stack to validate display configurations on DCN 3.1 hardware (the display engine in Ryzen 6000-series "Rembrandt" APUs and related parts from around 2022). It calculates timings, memory bandwidth, and pipe arrangements that the actual display driver then programs into the hardware.
This is not actually a driver directory; it is a helper library inside the AMD display core (DC) that does the math behind picking valid display configurations for DCN 3.1 GPUs. It ships as part of amdgpu and has no separate lifecycle of its own, so the keep/remove question does not apply to it independently.
repository signals
6files
9,817source lines
79commits, 5y
+11,409 / −1,592lines added / removed, 5y
41authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 79 total · active in 31/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal AMD Display Mode Library (DML) support code for DCN3.1 within the amdgpu display stack, not a standalone kernel-bound hardware driver.