Internal helper code inside AMD's Display Core stack that handles GPIO pin programming for the DCN 3.1.5 display block, used by integrated GPUs in certain Ryzen APUs. It is part of the larger amdgpu display pipeline rather than something that binds to hardware on its own.
This is not actually a standalone driver; it is a small subdirectory of GPIO helper code that is compiled into the AMD Display Core (DC) component of the amdgpu driver. It has no independent module or device binding, so removal decisions only make sense at the level of the wider amdgpu/DCN display stack.
repository signals
4files
698source lines
1commits, 5y
+698 / −0lines added / removed, 5y
1authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: DCN3.1.5 display GPIO helper implementation inside the AMD DC display stack, with no standalone kernel-bound device driver entry point.