drivers/gpu/drm/amd/display/dc/link/accessories

AMD Display Core Link Accessories Helpers

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.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

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

4 files
1,299 source lines
38 commits, 5y
+1,743 / −444 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 38 total · active in 18/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +223 −0 2023-01: 3 commits · +1,240 −29 2023-02: 6 commits · +54 −72 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +3 −0 2023-07: 3 commits · +57 −55 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +24 −218 2023-10: 3 commits · +17 −6 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +8 −19 2024-02: 0 commits · +0 −0 2024-03: 2 commits · +1 −2 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +5 −2 2024-07: 2 commits · +3 −3 2024-08: 1 commit · +8 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +2 −2 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +57 −6 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 2 commits · +20 −10 2025-08: 1 commit · +6 −7 2025-09: 4 commits · +8 −7 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +7 −6 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

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.