AMD DCN 3.5 display engine HUBP block
Part of AMD's amdgpu display stack handling the Hub Pipe (HUBP) memory-fetch block for the DCN 3.5 display engine, which drives the screens on RDNA 3.5-based integrated graphics found in AMD's Ryzen AI 300 series laptop processors launched in 2024-2025.
recommendation
It should stay because this code supports the display hardware in AMD's current Ryzen AI 300 processors with RDNA 3.5 graphics, which began shipping in Q1 2025. Upstream activity is healthy: the block was added in 2023, received fixes in the January 2025 drm-next pull, and was still being refactored as recently as May 2025, with no sign of removal discussions.
repository signals
sources
- lists.freedesktop.org
AMD posted the upstream enablement series for DCN 3.5 in 2023, including 'drm/amd/display: Add DCN35 HUBP', showing this directory is part of first-party support for a then-new display engine.
- lists.freedesktop.org
The 2025 amd-drm-next pull explicitly lists 'DCN 3.5 fixes', indicating ongoing upstream maintenance rather than retirement.
- lists.freedesktop.org
A 2025 patch refactors DCN35-specific display code ('Uses optc31_disable_crtc for DCN35'), evidence of active cleanup/maintenance and no visible removal discussion.
- amd.com
AMD markets Ryzen AI 300 processors with RDNA 3.5 graphics, showing DCN 3.5-era hardware remains a current product family.
- amd.com
AMD's January 6, 2025 press release says new Ryzen AI 300 systems were expected to be available starting in Q1 2025, supporting that this hardware was still entering new deployments in 2025.
codex reasoning notes (technical)
Local exec_command inspection showed this directory contains DCN35 HUBP implementation files used by amdgpu DC, so it is real driver code but as a hardware block within a larger driver, not a standalone module. Upstream activity evidence came from web search_query results on the amd-gfx archive: the 2023 bring-up series added DCN35 HUBP, the 2025 drm-next pull mentions DCN 3.5 fixes, and a May 2025 patch still refactors DCN35 code; I found no removal-thread hits in web searches. Deployment evidence came from web search_query results on AMD's own current product pages/press materials showing RDNA 3.5-based Ryzen AI 300 products shipping in 2025. Because the block is newly introduced, still maintained, and tied to currently sold hardware, removal/deprecation is not justified.