Internal support code inside the AMD Display Core (DC) component of the amdgpu graphics driver. It parses the video BIOS tables on AMD GPUs to discover panel timings, connector wiring, and clock parameters that the rest of the display stack needs.
This is not a standalone driver but a helper subdirectory inside AMD's amdgpu/DC display stack, responsible for reading VBIOS data structures. It only makes sense as part of the larger AMD GPU driver and is not separately removable.
repository signals
31files
13,937source lines
100commits, 5y
+2,152 / −1,114lines added / removed, 5y
60authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 100 total · active in 43/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal AMD display/DC BIOS helper code under amdgpu, not a standalone kernel-bound hardware driver.