Internal implementation code for AMD's Display Core, the shared display pipeline library used by the amdgpu graphics driver to drive monitors connected to Radeon and Ryzen integrated GPUs. It handles things like pipe configuration, link training, and stream programming on behalf of the actual amdgpu driver.
This is not actually a standalone driver directory; it is a subdirectory of shared infrastructure inside AMD's amdgpu display stack. It has no probe or bind logic of its own and only makes sense as part of the larger AMD GPU driver, so it should not be evaluated for removal on its own.
repository signals
12files
21,918source lines
1,121commits, 5y
+33,591 / −30,300lines added / removed, 5y
210authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,121 total · active in 59/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: AMD Display Core internal implementation subdirectory under amdgpu/display, with no standalone driver entry point or bind/probe layer in this path.