An internal subdirectory inside AMD's Display Core (DC) code, which is the shared display pipeline used by Radeon and Ryzen integrated graphics. The "link/accessories" folder holds helper routines that support the link layer (the part of DC that manages DisplayPort and HDMI connections) rather than driving any hardware on its own.
This is not actually a driver directory; it is a collection of internal helper code that lives underneath the larger amdgpu DRM driver. It has no standalone module, no hardware binding of its own, and only makes sense as part of the surrounding AMD Display Core tree, so it is not a meaningful unit to evaluate for keep-or-remove decisions.
repository signals
4files
1,299source lines
38commits, 5y
+1,743 / −444lines added / removed, 5y
14authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 38 total · active in 18/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: AMD DRM DC link-accessories subdirectory contains internal display pipeline/helper code, not a kernel-bound hardware driver entry-point directory.