Generation-specific interrupt handling code for AMD's Display Core Next (DCN) 3.6 hardware block, used inside recent AMD GPUs and APUs to route display-related interrupts such as vblank and hotplug events. It is one piece of the larger AMD DRM display driver stack rather than something that loads on its own.
This is not actually a driver directory; it is a subcomponent of the AMD GPU display driver (amdgpu/DC) that provides the IRQ glue specific to the DCN 3.6 display generation. It only makes sense as part of the broader AMD display stack and would never be evaluated for keep-or-remove on its own.
repository signals
2files
392source lines
4commits, 5y
+423 / −31lines added / removed, 5y
4authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4 total · active in 3/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: generation-specific AMD DCN 3.6 display IRQ support code under the AMD DRM display stack, not a standalone kernel-bound hardware driver.