drivers/video/fbdev/aty

ATI Mach64 and early Radeon framebuffer support

Framebuffer console and basic 2D acceleration support for ATI's Mach64 graphics chips from the 1990s and the original Radeon R100-era GPUs sold roughly 2000 through 2003. These cards shipped in countless desktops and PowerPC Macs of that era and are still occasionally found in retro workstations and older servers used as serial/console boxes.

keep-annotate conf=0.81 last_sold=2003 deploy=low replacement=none subsystem=video category=graphics-display
81%

recommendation

Worth keeping but flagging as legacy because the hardware has not been sold new for over two decades, yet the code still attracts genuine upstream attention: a targeted atyfb bug fix landed in October 2025 and radeonfb received modernization touches in late 2024. There is no removal discussion in flight, so users booting old ATI-equipped machines on modern kernels still benefit, but distros can reasonably treat it as a legacy module rather than a mainstream graphics path.

repository signals

16 files
17,219 source lines
44 commits, 5y
+197 / −196 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 44 total · active in 23/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +1 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 1 commit · +0 −2 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 2 commits · +7 −7 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1 −4 2022-05: 0 commits · +0 −0 2022-06: 3 commits · +4 −16 2022-07: 4 commits · +75 −74 2022-08: 2 commits · +25 −25 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +15 −0 2022-12: 1 commit · +1 −2 2023-01: 1 commit · +1 −9 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 3 commits · +3 −6 2023-06: 6 commits · +18 −17 2023-07: 2 commits · +2 −5 2023-08: 1 commit · +1 −3 2023-09: 3 commits · +9 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 3 commits · +5 −5 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +4 −4 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +6 −1 2025-04: 1 commit · +4 −4 2025-05: 2 commits · +3 −3 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: 1 commit · +6 −2 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +5 −5 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    atyfb still receives targeted upstream fixes; a non-treewide bug fix was posted in October 2025.

  2. lore.kernel.org

    Recent lore traffic includes cleanup-only atyfb changes, indicating maintenance rather than a removal series.

  3. lore.kernel.org

    radeonfb in this directory also still sees maintenance touches, though mostly small modernizations.

  4. en.wikipedia.org

    Mach64 is a 1990s ATI graphics family, consistent with legacy-only deployment today.

  5. en.wikipedia.org

    The earliest Radeon generation covered here dates to 2000-2003 era products, implying no new-hardware sales in 2025.

codex reasoning notes (technical)

Local shell inspection of drivers/video/fbdev/Kconfig shows this directory covers FB_ATY (ATI Mach64) and FB_RADEON (ATI Radeon framebuffer), i.e. very old ATI GPUs. lore_file_timeline on atyfb_base.c and radeon_base.c showed real upstream attention through 2024-2026, including a 2025 atyfb bug fix and a 2026 cleanup, but no clear removal discussion; the attempted lore_regex removal scan timed out once and was not retried. Web search (Wikipedia pages obtained via web search results) places Mach64 in the 1990s and the Radeon R100 family around 2000-2003, so hardware is obsolete and not sold new in 2025. Because upstream still sees occasional bug-fix/cleanup traffic, this is better tagged as legacy/annotate than deprecated-for-removal.