drivers/gpu/drm/display

DRM Display Helper Library

Shared support code inside the kernel's Direct Rendering Manager graphics stack that implements common display-protocol logic such as DisplayPort, HDMI, HDCP, and DSC handling. It is used by many GPU drivers rather than driving any particular piece of hardware itself.

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

recommendation

This is not a hardware driver at all; it is a collection of helper routines that real GPU drivers link against to handle standard display interfaces. There is nothing to keep or remove here on hardware-support grounds, and the subtree is foundational to essentially every modern graphics driver in the tree.

repository signals

21 files
20,224 source lines
279 commits, 5y
+22,875 / −2,514 lines added / removed, 5y
62 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 279 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +3 −3 2022-03: 0 commits · +0 −0 2022-04: 8 commits · +12,931 −16 2022-05: 2 commits · +138 −75 2022-06: 7 commits · +14 −25 2022-07: 1 commit · +1 −1 2022-08: 14 commits · +614 −685 2022-09: 3 commits · +16 −9 2022-10: 2 commits · +37 −28 2022-11: 1 commit · +1 −1 2022-12: 4 commits · +13 −3 2023-01: 4 commits · +11 −10 2023-02: 2 commits · +43 −16 2023-03: 1 commit · +1 −1 2023-04: 3 commits · +78 −24 2023-05: 12 commits · +1,255 −159 2023-06: 1 commit · +2 −2 2023-07: 0 commits · +0 −0 2023-08: 4 commits · +128 −70 2023-09: 4 commits · +19 −20 2023-10: 8 commits · +324 −71 2023-11: 5 commits · +51 −12 2023-12: 0 commits · +0 −0 2024-01: 3 commits · +23 −21 2024-02: 8 commits · +2,145 −10 2024-03: 17 commits · +119 −62 2024-04: 11 commits · +34 −23 2024-05: 11 commits · +792 −6 2024-06: 6 commits · +146 −7 2024-07: 7 commits · +109 −27 2024-08: 4 commits · +40 −45 2024-09: 4 commits · +514 −13 2024-10: 5 commits · +10 −8 2024-11: 3 commits · +39 −1 2024-12: 20 commits · +641 −120 2025-01: 7 commits · +92 −32 2025-02: 2 commits · +62 −1 2025-03: 13 commits · +704 −324 2025-04: 5 commits · +250 −48 2025-05: 14 commits · +477 −50 2025-06: 18 commits · +122 −47 2025-07: 9 commits · +35 −21 2025-08: 7 commits · +66 −31 2025-09: 3 commits · +234 −36 2025-10: 3 commits · +80 −94 2025-11: 1 commit · +2 −1 2025-12: 2 commits · +76 −47 2026-01: 6 commits · +327 −152 2026-02: 3 commits · +56 −56 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: generic DRM display support/helpers subtree, not a hardware-specific kernel driver for a chipset or device family.