An internal helper subtree inside AMD's amdgpu Display Core (DC) code that implements the Display Mode Library used to validate and program display pipelines on AMD GPUs and APUs. It calculates bandwidth, watermarks, and clock requirements for modern Radeon and Ryzen integrated graphics; it does not bind to any hardware on its own.
This is not actually a standalone driver; it is a support library that lives underneath the amdgpu graphics driver and gets compiled into it. It only makes sense as part of the larger AMD display stack, so reviewing it as an independent driver candidate does not apply.
repository signals
75files
49,002source lines
22commits, 5y
+49,451 / −311lines added / removed, 5y
11authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 22 total · active in 5/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal AMD display-mode-library helper subtree within amdgpu DC, not a hardware-binding kernel driver.