drivers/gpu/drm/amd/display/dc/dml

AMD Display Mode Library (DML) helper code

A shared helper library inside AMD's Display Core (DC) stack that calculates display timings, bandwidth budgets, and pipe configurations for AMD GPUs and APUs. It is consumed by the actual amdgpu display driver rather than binding to hardware itself.

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 internal math and configuration helper code used by AMD's amdgpu display stack to plan how to drive monitors. It ships as part of the broader AMD GPU driver and only makes sense in that context.

repository signals

75 files
84,467 source lines
586 commits, 5y
+64,252 / −17,168 lines added / removed, 5y
132 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 586 total · active in 57/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +94 −94 2021-05: 3 commits · +9,520 −43 2021-06: 11 commits · +2,234 −82 2021-07: 6 commits · +154 −9 2021-08: 2 commits · +1,093 −1 2021-09: 7 commits · +815 −814 2021-10: 2 commits · +441 −6 2021-11: 4 commits · +4 −39 2021-12: 3 commits · +168 −329 2022-01: 8 commits · +8,997 −50 2022-02: 8 commits · +15,292 −51 2022-03: 8 commits · +952 −54 2022-04: 6 commits · +96 −153 2022-05: 10 commits · +738 −24 2022-06: 21 commits · +9,630 −583 2022-07: 53 commits · +5,388 −1,438 2022-08: 41 commits · +1,105 −4,097 2022-09: 36 commits · +594 −832 2022-10: 27 commits · +304 −158 2022-11: 26 commits · +385 −88 2022-12: 17 commits · +220 −85 2023-01: 14 commits · +187 −38 2023-02: 18 commits · +461 −251 2023-03: 12 commits · +421 −340 2023-04: 34 commits · +338 −202 2023-05: 14 commits · +548 −321 2023-06: 10 commits · +225 −59 2023-07: 12 commits · +240 −18 2023-08: 17 commits · +1,260 −508 2023-09: 10 commits · +162 −126 2023-10: 5 commits · +4 −4,593 2023-11: 14 commits · +167 −74 2023-12: 12 commits · +247 −66 2024-01: 9 commits · +48 −27 2024-02: 6 commits · +613 −12 2024-03: 17 commits · +349 −218 2024-04: 16 commits · +360 −50 2024-05: 3 commits · +4 −2 2024-06: 13 commits · +68 −154 2024-07: 5 commits · +11 −7 2024-08: 1 commit · +0 −15 2024-09: 4 commits · +3 −58 2024-10: 0 commits · +0 −0 2024-11: 2 commits · +1 −132 2024-12: 3 commits · +14 −2 2025-01: 6 commits · +17 −6 2025-02: 2 commits · +6 −85 2025-03: 2 commits · +1 −13 2025-04: 6 commits · +9 −5 2025-05: 2 commits · +63 −315 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +17 −3 2025-08: 5 commits · +13 −14 2025-09: 1 commit · +4 −5 2025-10: 1 commit · +10 −4 2025-11: 1 commit · +2 −2 2025-12: 3 commits · +144 −407 2026-01: 1 commit · +1 −0 2026-02: 1 commit · +0 −1 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains AMD Display Mode Library helper code used by the DC display stack, not a standalone kernel-bound hardware driver.