Internal helper code inside AMD's Display Core (DC) component of the amdgpu graphics stack, providing interrupt-handling routines specific to the DCE 11.0 display engine used in Carrizo, Stoney, and related APUs from around 2015. It is a building block of the larger amdgpu driver rather than something users load on its own.
This is not actually a standalone driver directory; it is a subdirectory of shared support code within the AMD Display Core stack that handles display-engine interrupts for the DCE 11.0 generation. It lives or dies with the amdgpu driver as a whole and should not be evaluated independently.
repository signals
2files
482source lines
6commits, 5y
+20 / −17lines added / removed, 5y
6authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 4/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: this is an internal AMD DC display IRQ support subdirectory (DCE110-specific helper code) under the amdgpu display stack, not a standalone kernel-bound hardware driver.