Internal interrupt-handling helpers used by AMD's Display Core (DC) component inside the amdgpu graphics driver. It is shared plumbing that routes display-related interrupts (vblank, hotplug, page flips, and similar events) for AMD GPUs from the GCN era onward, not a standalone driver for any specific chip.
This is not actually a driver directory; it is a subfolder of shared interrupt-handling code that lives inside AMD's larger Display Core stack within the amdgpu driver. It only makes sense as part of amdgpu and would not be evaluated for keep-or-remove on its own.
repository signals
41files
8,112source lines
49commits, 5y
+4,959 / −916lines added / removed, 5y
28authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 49 total · active in 28/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains AMD display-core IRQ support code within the amdgpu DC stack, not a standalone kernel-bound hardware driver.