drivers/gpu/drm/amd/display/dc/clk_mgr

AMD Display Core Clock Manager (internal helper)

Internal helper code inside the AMD Display Core (DC) component of the amdgpu graphics driver, responsible for managing display engine clocks (pixel, dispclk, dppclk, etc.) across the various AMD GPU generations from Vega onward. It is not bound to hardware on its own; it is library code consumed by the larger amdgpu display stack.

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 subcomponent of AMD's Display Core inside the amdgpu driver that handles display clock programming. It lives or dies with amdgpu as a whole and is not a candidate for independent review.

repository signals

74 files
19,541 source lines
394 commits, 5y
+17,007 / −4,366 lines added / removed, 5y
119 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 394 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 5 commits · +105 −87 2021-05: 6 commits · +1,566 −71 2021-06: 4 commits · +56 −62 2021-07: 4 commits · +48 −59 2021-08: 5 commits · +26 −6 2021-09: 6 commits · +325 −8 2021-10: 5 commits · +21 −26 2021-11: 2 commits · +12 −6 2021-12: 8 commits · +87 −103 2022-01: 10 commits · +1,309 −65 2022-02: 16 commits · +2,602 −194 2022-03: 11 commits · +173 −86 2022-04: 11 commits · +224 −65 2022-05: 12 commits · +94 −82 2022-06: 16 commits · +1,522 −27 2022-07: 12 commits · +57 −515 2022-08: 9 commits · +326 −92 2022-09: 7 commits · +80 −48 2022-10: 6 commits · +51 −71 2022-11: 5 commits · +28 −8 2022-12: 4 commits · +95 −9 2023-01: 7 commits · +84 −67 2023-02: 8 commits · +90 −35 2023-03: 5 commits · +224 −266 2023-04: 4 commits · +15 −10 2023-05: 3 commits · +34 −19 2023-06: 5 commits · +48 −49 2023-07: 4 commits · +53 −41 2023-08: 14 commits · +2,087 −59 2023-09: 8 commits · +218 −114 2023-10: 6 commits · +25 −39 2023-11: 6 commits · +85 −63 2023-12: 12 commits · +254 −88 2024-01: 13 commits · +112 −82 2024-02: 12 commits · +39 −94 2024-03: 15 commits · +886 −127 2024-04: 12 commits · +1,350 −20 2024-05: 9 commits · +518 −509 2024-06: 14 commits · +351 −101 2024-07: 5 commits · +35 −28 2024-08: 6 commits · +24 −18 2024-09: 0 commits · +0 −0 2024-10: 4 commits · +23 −9 2024-11: 4 commits · +453 −55 2024-12: 4 commits · +62 −226 2025-01: 3 commits · +5 −3 2025-02: 2 commits · +24 −9 2025-03: 6 commits · +53 −43 2025-04: 1 commit · +0 −30 2025-05: 3 commits · +276 −42 2025-06: 2 commits · +34 −1 2025-07: 7 commits · +52 −34 2025-08: 4 commits · +291 −44 2025-09: 9 commits · +189 −57 2025-10: 2 commits · +116 −2 2025-11: 2 commits · +8 −10 2025-12: 2 commits · +7 −222 2026-01: 1 commit · +7 −1 2026-02: 2 commits · +54 −54 2026-03: 1 commit · +4 −4 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: internal AMD DC clock-manager helper code within the amdgpu display stack, not a standalone kernel-bound hardware driver.