Internal helper code inside the amdgpu Display Core stack that handles the Multiple Pipe/Plane Combiner block of AMD's DCN 3.0 display hardware, used in Radeon RX 6000-series ("Big Navi", RDNA 2) GPUs from 2020 onward. It composes and blends display planes before they reach the output pipes, but it is not a standalone driver.
This is not actually a driver directory; it is a subcomponent of the larger amdgpu Display Core (DC) framework, providing the DCN 3.0 generation implementation of the MPC (Multiple Pipe/Plane Combiner) block. It ships as part of the amdgpu GPU driver and has no independent lifecycle of its own.
repository signals
2files
2,702source lines
3commits, 5y
+2,702 / −0lines added / removed, 5y
3authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 3/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: nested AMD DCN3.0 display-core MPC implementation/helper code inside amdgpu DC, not a standalone kernel-bound hardware driver.