drivers/gpu/drm/amd/display/dc/dcn21

AMD DCN 2.1 display engine for Ryzen 4000 "Renoir" APUs

The display controller block built into AMD's Ryzen 4000-series "Renoir" APUs, which launched in 2020 in mobile parts like the Ryzen 7 4700U and OEM desktop chips like the Ryzen 7 4700G. It drives the integrated Vega graphics output paths (HDMI, DisplayPort, eDP) on a generation of laptops and small-form-factor desktops that remain in widespread use.

keep conf=0.88 last_sold=2023 deploy=medium replacement=none subsystem=gpu category=graphics-display
88%

recommendation

It should stay because Renoir-based laptops and OEM desktops from 2020-2023 are still in everyday use, and the code is actively maintained alongside the rest of amdgpu — patches landed as recently as November 2025 and a real bug fix went in during September 2024. AMD has moved its current laptop lineup to newer Ryzen AI parts, so the hardware is no longer sold new, but there is no sign of removal discussion upstream.

repository signals

3 files
546 source lines
62 commits, 5y
+265 / −5,141 lines added / removed, 5y
38 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 62 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +22 −13 2021-05: 6 commits · +19 −26 2021-06: 1 commit · +15 −2 2021-07: 3 commits · +5 −1 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +1 −1 2021-11: 1 commit · +2 −0 2021-12: 3 commits · +30 −31 2022-01: 0 commits · +0 −0 2022-02: 2 commits · +32 −582 2022-03: 1 commit · +1 −1 2022-04: 2 commits · +2 −0 2022-05: 1 commit · +0 −2 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 3 commits · +23 −2 2022-09: 1 commit · +1 −7 2022-10: 1 commit · +4 −1 2022-11: 0 commits · +0 −0 2022-12: 3 commits · +51 −22 2023-01: 2 commits · +5 −7 2023-02: 3 commits · +6 −15 2023-03: 2 commits · +2 −14 2023-04: 2 commits · +1 −3 2023-05: 3 commits · +2 −23 2023-06: 1 commit · +1 −2 2023-07: 2 commits · +3 −3 2023-08: 1 commit · +1 −0 2023-09: 4 commits · +16 −337 2023-10: 2 commits · +2 −1,802 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +2 −186 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +8 −8 2024-04: 4 commits · +4 −2,049 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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: 1 commit · +3 −0 2025-12: 0 commits · +0 −0 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

  1. spinics.net

    November 26, 2025 patch series touched drivers/gpu/drm/amd/display/dc/dcn21/dcn21_link_encoder.c, showing active upstream maintenance rather than retirement.

  2. lists.freedesktop.org

    September 21, 2024 bugfix addressed an out-of-bounds issue in dcn21_link_encoder_create, indicating real bug-fix traffic on DCN2.1 code.

  3. amd.com

    AMD identifies Ryzen 7 4700U as former codename Renoir with launch date January 6, 2020, tying DCN2.1 to Renoir mobile hardware.

  4. amd.com

    AMD identifies Ryzen 7 4700G as former codename Renoir, launch date July 21, 2020, and OEM-only desktop deployment.

  5. amd.com

    AMD's current laptop Ryzen marketing page highlights newer Ryzen AI 400-era products rather than Renoir-class parts, supporting that DCN2.1 hardware is no longer a new-sales focus.

codex reasoning notes (technical)

Not a standalone module but a live ASIC-specific subdirectory within amdgpu display. Local shell inspection (`rg` and `git -c safe.directory=... log`) tied dcn21 code to Renoir and showed substantive touches through late 2025; web search was used for URL-backed archive evidence because lore MCP/lei were unavailable in this environment. The 2025 and 2024 mailing-list URLs were obtained via web search and show ongoing upstream changes with no removal discussion found, so removal/deprecation is not indicated. AMD product pages obtained via web search map Renoir launch timing to 2020 desktop/mobile parts; combined with AMD's current laptop lineup page, that supports 'not still sold new in 2025' while remaining widely deployed in existing laptops/OEM desktops, so keep rather than deprecate.