drivers/gpu/drm/amd/display/dc/irq

AMD Display Core IRQ support code

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.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

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

41 files
8,112 source lines
49 commits, 5y
+4,959 / −916 lines added / removed, 5y
28 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 49 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +9 −9 2021-05: 2 commits · +484 −40 2021-06: 2 commits · +2 −7 2021-07: 0 commits · +0 −0 2021-08: 2 commits · +59 −1 2021-09: 2 commits · +424 −4 2021-10: 1 commit · +0 −2 2021-11: 0 commits · +0 −0 2021-12: 2 commits · +18 −20 2022-01: 1 commit · +1 −59 2022-02: 7 commits · +898 −25 2022-03: 1 commit · +64 −1 2022-04: 1 commit · +1 −13 2022-05: 0 commits · +0 −0 2022-06: 3 commits · +480 −1 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +15 −2 2022-11: 1 commit · +11 −8 2022-12: 1 commit · +0 −5 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +1 −1 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +3 −4 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +579 −109 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +39 −1 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 2 commits · +431 −5 2024-03: 1 commit · +9 −0 2024-04: 2 commits · +430 −2 2024-05: 3 commits · +3 −5 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +2 −2 2025-01: 1 commit · +429 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +92 −29 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +90 −489 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +38 −55 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

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.