Helper code inside the AMDGPU display stack that performs the bandwidth, watermark, and pipe-allocation calculations needed to drive AMD's DCN 2.0 display hardware (the display engine in Navi-generation Radeon GPUs from around 2019). It is a math and validation library used by the larger AMD display driver, not a driver that binds to hardware on its own.
This is not a standalone driver; it is an internal subcomponent of the AMDGPU display core (DC) that implements the DCN 2.0 Display Mode Library used to compute display timings and memory bandwidth for Navi-class Radeon GPUs. It lives or dies with the broader AMD display driver and should not be evaluated for removal in isolation.
repository signals
10files
16,535source lines
74commits, 5y
+3,233 / −631lines added / removed, 5y
37authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 74 total · active in 33/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains AMD DCN2.0 display-mode-library support code under the AMDGPU display stack, not a standalone kernel-bound hardware driver.