AMD DCE 11.2 Display Hardware Sequencer Support Code
Internal support code inside AMD's Display Core (DC) component of the amdgpu graphics driver, specifically the hardware-programming sequences for the DCE 11.2 display engine generation found in Polaris-era Radeon GPUs and APUs from around 2016. It is one piece of the larger amdgpu display stack, not a driver that loads on its own.
This is not actually a driver directory; it is a subfolder of helper routines inside the AMD Display Core (DC) framework that lives under the amdgpu driver. It cannot be evaluated for keep-or-remove on its own because it has no independent module or hardware binding — its fate is tied to whichever GPU generations the broader amdgpu display code continues to support.
repository signals
2files
197source lines
1commits, 5y
+197 / −0lines added / removed, 5y
1authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1 total · active in 1/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: AMD DC hardware-sequencer support subdirectory under amdgpu display code, not a standalone kernel-bound hardware driver.