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

AMD DCN 3.0 Display Mode Library helpers

Mathematical and configuration helper code that the AMD GPU display stack uses to validate and program the DCN 3.0 display engine, found in Radeon RX 6000 series (Navi 2x) GPUs released starting in 2020. It calculates memory bandwidth, watermarks, and pipe layouts rather than talking to hardware directly.

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 set of internal helper and modeling routines (the Display Mode Library) used by the AMD amdgpu display stack to calculate bandwidth, watermarks, and pipe configurations for DCN 3.0 generation display hardware. It ships as part of the broader amdgpu driver rather than as a standalone module.

repository signals

6 files
9,072 source lines
58 commits, 5y
+1,341 / −1,140 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 58 total · active in 32/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +31 −31 2021-05: 1 commit · +21 −43 2021-06: 1 commit · +10 −8 2021-07: 1 commit · +1 −1 2021-08: 0 commits · +0 −0 2021-09: 4 commits · +74 −81 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +0 −2 2022-02: 1 commit · +4 −4 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +684 −0 2022-06: 2 commits · +19 −108 2022-07: 5 commits · +143 −38 2022-08: 3 commits · +66 −239 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +2 −4 2022-11: 1 commit · +1 −1 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +4 −1 2023-02: 3 commits · +1 −7 2023-03: 3 commits · +51 −8 2023-04: 2 commits · +18 −2 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +12 −3 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +2 −4 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +1 −1 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +17 −12 2024-01: 1 commit · +8 −8 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +0 −1 2024-04: 2 commits · +7 −3 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +4 −17 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 3 commits · +0 −16 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +1 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +6 −85 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −0 2025-05: 1 commit · +4 −2 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +139 −406 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: contains AMD DCN3.0 Display Mode Library helper/model code used internally by the amdgpu display stack, not a standalone kernel-bound hardware driver.