AMD Display Core (DC/DCN) for Radeon GPUs
Hardware support for the display pipeline (scanout, mode setting, multi-monitor, HDR, audio over HDMI/DisplayPort) on AMD Radeon GPUs spanning the DCE and DCN generations, from older GCN-era cards through the latest RDNA 4 Radeon RX 9000 desktop cards and Radeon PRO W-series workstation GPUs. It is the code path that lights up the screen on essentially every AMD GPU sold over the last decade.
recommendation
It should stay because this is the active display engine code for every modern Radeon and Radeon PRO GPU, including the RDNA 4 RX 9000 series that AMD launched in February 2025. The directory has seen over 2,300 commits from nearly 280 contributors in the last five years, making it one of the most actively maintained corners of the kernel.
repository signals
sources
- kernel.org
Kernel documentation describes DC as the AMDGPU Display Core driver, initialized by default for supported ASICs and integrated as the active display path via amdgpu_dm.
- cateee.net
LKDDb shows CONFIG_DRM_AMD_DC has remained present from Linux 4.15 through 7.0-rc+HEAD, consistent with an actively maintained in-tree driver option rather than a deprecated legacy path.
- amd.com
AMD's February 28, 2025 RDNA 4 launch states new RX 9000 GPUs use an updated display engine, showing the driver family still maps to newly sold hardware in 2025.
- amd.com
AMD product page for Radeon RX 9070 XT shows a current retail GPU generation with Linux support, indicating ongoing new deployments that depend on the AMDGPU display stack.
- amd.com
AMD Radeon PRO W7800 workstation product page lists Linux support and modern display capabilities, showing continued professional deployment of supported AMD display hardware.
codex reasoning notes (technical)
Local source inspection shows this directory is the core AMD display-engine implementation under DRM/AMDGPU, spanning DCE and DCN generations with active Kconfig enablement; provided history metadata shows 2309 substantive commits in 5 years, latest on 2026-02-19, with 277 authors, which is strong live-maintenance evidence. I attempted upstream-history verification first via local `lei` shell fallback, but `lei` is not installed in this environment; direct web searches against lore returned no removal/deprecation hits for this path, and there is no evidence here of an active removal track. URLs were obtained by web search/open (`kernel.org`, `cateee.net`, `amd.com`), plus local file inspection of `drivers/gpu/drm/amd/display/Kconfig`. This is current production code for AMDGPU display on still-sold Radeon and Radeon PRO hardware, so the correct recommendation is to keep it.