drivers/video/fbdev/core

Framebuffer Device Core Infrastructure

Shared core code for the kernel's framebuffer subsystem (fbdev), providing the common helpers, registration logic, and abstractions that individual framebuffer drivers build on top of. It does not drive any specific piece of hardware itself.

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

recommendation

This is not actually a hardware driver directory; it is the common plumbing that all fbdev drivers share. Any keep-or-remove conversation belongs with the individual framebuffer drivers and with the broader fbdev-versus-DRM transition, not with this support layer.

repository signals

43 files
14,877 source lines
252 commits, 5y
+6,903 / −7,063 lines added / removed, 5y
65 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 252 total · active in 51/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 3 commits · +3 −3 2021-06: 1 commit · +39 −0 2021-07: 2 commits · +8 −10 2021-08: 0 commits · +0 −0 2021-09: 3 commits · +63 −698 2021-10: 3 commits · +13 −14 2021-11: 1 commit · +2 −2 2021-12: 1 commit · +47 −0 2022-01: 1 commit · +26 −3 2022-02: 14 commits · +922 −171 2022-03: 5 commits · +106 −17 2022-04: 24 commits · +570 −542 2022-05: 5 commits · +24 −59 2022-06: 11 commits · +81 −15 2022-07: 6 commits · +38 −201 2022-08: 3 commits · +30 −3 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 5 commits · +32 −33 2022-12: 4 commits · +20 −58 2023-01: 7 commits · +36 −30 2023-02: 7 commits · +75 −118 2023-03: 2 commits · +14 −5 2023-04: 9 commits · +193 −152 2023-05: 4 commits · +6 −6 2023-06: 8 commits · +813 −684 2023-07: 9 commits · +228 −28 2023-08: 4 commits · +16 −31 2023-09: 8 commits · +568 −568 2023-10: 2 commits · +2 −2 2023-11: 6 commits · +84 −66 2023-12: 2 commits · +2 −6 2024-01: 19 commits · +64 −138 2024-02: 2 commits · +9 −5 2024-03: 4 commits · +37 −21 2024-04: 7 commits · +56 −28 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +7 −6 2024-07: 2 commits · +15 −1 2024-08: 1 commit · +30 −0 2024-09: 6 commits · +56 −37 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −2 2025-01: 0 commits · +0 −0 2025-02: 4 commits · +108 −117 2025-03: 8 commits · +1,577 −2,332 2025-04: 2 commits · +14 −8 2025-05: 2 commits · +7 −2 2025-06: 2 commits · +24 −17 2025-07: 5 commits · +53 −60 2025-08: 3 commits · +6 −13 2025-09: 8 commits · +694 −661 2025-10: 4 commits · +50 −5 2025-11: 3 commits · +14 −28 2025-12: 2 commits · +5 −34 2026-01: 2 commits · +1 −7 2026-02: 3 commits · +14 −16 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: fbdev core infrastructure/shared helper code, not a hardware-bound device driver directory.