Internal resource-construction code inside AMD's Display Core (DC) component that describes the display pipeline of DCN 3.0.2 hardware, found in certain AMD GPUs and APUs. It builds the data structures the broader amdgpu driver uses to drive that generation's display engine, rather than being a standalone driver itself.
This is not actually a driver directory; it is a sub-component of AMD's Display Core inside the amdgpu graphics driver, providing pipeline configuration tables and helpers specifically for the DCN 3.0.2 display block. It only makes sense as part of the larger amdgpu/DC stack and cannot be evaluated as a removable driver on its own.
repository signals
2files
1,605source lines
12commits, 5y
+1,656 / −51lines added / removed, 5y
10authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 12 total · active in 9/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains AMD DC resource-generation helper code for DCN3.0.2 display pipeline support, not a standalone kernel-bound hardware driver entry point.