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

AMD RDNA 2 Display Core 3.0 (Navi 21 / Radeon RX 6000)

Handles the on-chip display hardware (scanout, planes, pipes, and output encoders) for AMD's RDNA 2 generation GPUs built on the Navi 21 / Sienna Cichlid silicon, which ship in the Radeon RX 6800, RX 6900, and related RX 6000-series desktop graphics cards launched in late 2020 and still on sale through 2025.

keep conf=0.91 last_sold=2025 deploy=medium replacement=none subsystem=gpu category=graphics-display
91%

recommendation

It should stay in the kernel because it powers the display engine on AMD's RDNA 2 GPUs, including the Radeon RX 6800, 6900, and other RX 6000-series cards that AMD was still selling new in 2025. The code continues to receive upstream maintenance, and there is no sign of any deprecation discussion on the mailing lists.

repository signals

9 files
2,007 source lines
235 commits, 5y
+2,481 / −16,822 lines added / removed, 5y
92 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 235 total · active in 43/61 months
2021 2022 2023 2024 2025 2026 2021-04: 7 commits · +19 −2 2021-05: 12 commits · +55 −15 2021-06: 4 commits · +29 −17 2021-07: 7 commits · +115 −65 2021-08: 8 commits · +233 −93 2021-09: 3 commits · +53 −14 2021-10: 8 commits · +70 −52 2021-11: 8 commits · +14 −43 2021-12: 7 commits · +49 −66 2022-01: 4 commits · +12 −14 2022-02: 4 commits · +236 −22 2022-03: 4 commits · +15 −6 2022-04: 7 commits · +27 −37 2022-05: 3 commits · +163 −501 2022-06: 6 commits · +199 −16 2022-07: 11 commits · +90 −193 2022-08: 2 commits · +4 −8 2022-09: 6 commits · +29 −6 2022-10: 4 commits · +26 −5 2022-11: 9 commits · +36 −9 2022-12: 2 commits · +3 −5 2023-01: 3 commits · +39 −3 2023-02: 14 commits · +95 −63 2023-03: 7 commits · +32 −63 2023-04: 3 commits · +9 −3 2023-05: 9 commits · +57 −92 2023-06: 5 commits · +32 −3 2023-07: 6 commits · +57 −8 2023-08: 6 commits · +56 −95 2023-09: 3 commits · +7 −1,149 2023-10: 6 commits · +10 −2,749 2023-11: 5 commits · +201 −756 2023-12: 3 commits · +29 −190 2024-01: 0 commits · +0 −0 2024-02: 3 commits · +41 −2,666 2024-03: 5 commits · +11 −29 2024-04: 9 commits · +21 −1,644 2024-05: 1 commit · +0 −4 2024-06: 2 commits · +1 −4,228 2024-07: 4 commits · +5 −1,683 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +10 −15 2024-10: 1 commit · +0 −151 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +24 −6 2026-01: 1 commit · +5 −2 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The dcn30 directory still receives upstream changes in current kernels; local git log also showed touches in 2025-2026 rather than abandonment.

  2. git.kernel.org

    AMDGPU display resource selection maps DCN_VERSION_3_0 to Sienna Cichlid-class hardware, identifying dcn30 as an active ASIC-generation support block inside amdgpu rather than a dead standalone driver.

  3. amd.com

    AMD still marketed the Radeon RX 6000 series with retailer links on a page crawled in April 2026, supporting that this RDNA 2 generation was still sold new in 2025.

  4. amd.com

    AMD's RX 6800 product page remains live and lists the card as a current component product with Linux support, indicating ongoing retail/new-system relevance for DCN 3.0 era boards.

  5. en.wikipedia.org

    RDNA 2 is the GPU generation behind Radeon RX 6000 products, matching the dcn30-era hardware generation and indicating a substantial deployed base.

codex reasoning notes (technical)

Not an early-exit case: this is ASIC-specific display engine code under amdgpu DC. Upstream activity was checked via local code search and local git log (`rg`, `git -c safe.directory=... log`); the kernel.org tree/log URLs are canonical-recall URLs corresponding to those local findings. Web `search_query` on lore for dcn30 removal/deprecation returned no usable removal-discussion hits, so there is no evidence here of active upstream removal. Web `search_query` produced the AMD RX 6000 series / RX 6800 pages and RDNA 2 Wikipedia page for deployment evidence. Because dcn30 backs still-deployed RDNA 2 hardware and recent maintenance continues, the correct posture is keep, not deprecate/remove.