Internal source code for the Hub Pipe (HUBP) block of AMD's Display Core Next 3.1 hardware, which is the display engine found in Ryzen APUs from the Van Gogh and Yellow Carp generations (roughly 2021 onward, including the Steam Deck and Rembrandt-based laptops). It handles fetching pixel data from memory into the display pipeline.
This is not a standalone driver but an internal sub-component of the larger amdgpu display stack. It implements one hardware block (HUBP) of the DCN 3.1 display controller and is compiled into the amdgpu driver rather than loaded on its own, so it has no independent lifecycle to evaluate.
repository signals
2files
387source lines
6commits, 5y
+392 / −5lines added / removed, 5y
6authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 5/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal AMD DCN3.1 HUBP display-block implementation under amdgpu/display, with no standalone kernel device-driver entry point.