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.
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
sources
- 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.
- 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.
- amd.com
AMD identifies Ryzen 7 4700U as former codename Renoir with launch date January 6, 2020, tying DCN2.1 to Renoir mobile hardware.
- amd.com
AMD identifies Ryzen 7 4700G as former codename Renoir, launch date July 21, 2020, and OEM-only desktop deployment.
- 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.