drivers/video/fbdev/via

VIA UniChrome and Chrome9 integrated graphics framebuffer

Framebuffer support for the integrated graphics in VIA's x86 chipsets from the mid-2000s through the early 2010s, including UniChrome, UniChrome Pro, and Chrome9 cores found on VIA C7 and Nano mini-ITX boards (the EPIA series) and small embedded systems used in thin clients, set-top boxes, and industrial PCs.

keep-annotate conf=0.79 last_sold=2015 deploy=low replacement=none subsystem=video category=graphics-display
79%

recommendation

Worth keeping but documenting its niche: the VIA chipsets it targets stopped being mainstream around 2012 and were last marketed on embedded boards like the EPIA-P900 around 2015, so today it mostly serves long-lived industrial and embedded deployments. The code is not abandoned — a real divide-by-zero bug fix landed in June 2025 alongside ongoing janitorial cleanups — and no in-tree replacement covers the same hardware, so removing it would strand those remaining users.

repository signals

45 files
11,812 source lines
21 commits, 5y
+112 / −73 lines added / removed, 5y
15 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 21 total · active in 17/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: 1 commit · +1 −1 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 · +10 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +5 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +11 −1 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +4 −6 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +28 −15 2023-07: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +2 −0 2023-10: 0 commits · +0 −0 2023-11: 2 commits · +1 −2 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +2 −2 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −0 2024-07: 1 commit · +29 −29 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +2 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +5 −5 2025-05: 0 commits · +0 −0 2025-06: 2 commits · +2 −1 2025-07: 1 commit · +1 −1 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 · +7 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream bug-fix activity for viafb in June 2025 ('Fix potential divide by zero in get_var_refresh').

  2. cateee.net

    LKDDb identifies CONFIG_FB_VIA as the VIA UniChrome (Pro) and Chrome9 framebuffer driver and lists supported VIA PCI devices; it is still present in current kernel Kconfig.

  3. en.wikipedia.org

    VIA integrated-graphics chipsets relevant to this family peak in the early-2010s; the page lists VX900 as a March 2010 chipset and notes graphics-chipset support continuing only into the early 2010s, with VX11H arriving in August 2012.

  4. cdn.viaembedded.com

    VIA's 2015 embedded product guide still marketed VX900H/Chrome9 boards such as EPIA-P900, indicating lingering embedded availability but already as an older product generation.

codex reasoning notes (technical)

`viafb` is real driver code for VIA UniChrome/Chrome9 integrated graphics. Lore evidence from `lore_activity` and `lore_file_timeline` shows it is not abandoned: there was a real bug fix in 2025 plus periodic janitorial work, so removal/deprecation would be premature. Deployment looks legacy-only: the supported chipsets are early-2010s VIA graphics, and the only concrete market evidence found was old embedded-board collateral (2015 VX900H products), so 2025 deployments are likely confined to long-lived industrial/embedded systems. No clear upstream in-tree replacement covering the same hardware was found. URLs were obtained via `lore_activity`/`lore_file_timeline` and web `search_query`/`open`.