AMD DCE 6.0 GPIO Helpers (amdgpu Display Core Internals)
A small internal piece of AMD's Display Core code inside the amdgpu graphics driver, providing GPIO pin handling specific to DCE 6.0-era display hardware (the display block found in Southern Islands GPUs such as the Radeon HD 7000 series from around 2012).
recommendation
This is not actually a standalone driver; it is an internal subdirectory of AMD's Display Core (DC) code that handles DCE 6.0 GPIO pin programming on behalf of the larger amdgpu driver. It has no independent device binding and lives or dies with amdgpu's display support, so it should not be evaluated for removal on its own.
repository signals
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: this is an internal AMD DC display/gpio hardware-block subdirectory under amdgpu, not a standalone kernel-bound driver with its own device binding/registration scope.