Internal helper code inside AMD's Display Core (DC) component of the amdgpu graphics stack, specifically the hardware-sequencing routines for older Display Controller Engine (DCE) generations used on AMD GPUs and APUs. It is shared library code that the actual amdgpu driver pulls in to program display hardware.
This is not actually a driver directory; it is a subfolder of shared support code inside AMD's Display Core framework that handles the low-level sequencing steps for DCE-era display blocks. It has no module of its own and is built as part of the amdgpu DRM driver, so it lives or dies with that driver as a whole.
repository signals
2files
1,522source lines
6commits, 5y
+1,524 / −2lines added / removed, 5y
5authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 5/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal AMD DC display hardware-sequencer/helper subdirectory under DRM, with no standalone kernel-bound driver entry point.