drivers/gpu/drm/mgag200

Matrox G200 and G200e server console graphics

Display support for Matrox G200-family graphics cores, originally a late-1990s desktop GPU but today found almost exclusively as the tiny integrated VGA console chip baked into server baseboard management controllers. Modern variants like the G200eH3 and G200eW3 still ship in current HPE and Dell rack systems, where they drive the crash-cart console and remote KVM rather than any real 3D workload.

keep-annotate conf=0.86 deploy=low replacement=none subsystem=gpu category=graphics-display
86%

recommendation

Worth keeping but documenting its niche, because while almost nobody runs a desktop Matrox card anymore, the G200e core is still embedded in BMCs on brand-new 2025 servers from HPE (Synergy Gen12) and Dell (Precision 7960 Rack), and there is no real replacement — the generic simpledrm fallback does not cover these PCI IDs. Upstream activity as recent as 2026 shows the driver is still being actively maintained rather than abandoned.

repository signals

20 files
5,563 source lines
137 commits, 5y
+7,566 / −5,332 lines added / removed, 5y
19 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 137 total · active in 41/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +1 −1 2021-07: 16 commits · +1,749 −1,354 2021-08: 2 commits · +3 −2 2021-09: 1 commit · +7 −30 2021-10: 0 commits · +0 −0 2021-11: 2 commits · +4 −3 2021-12: 1 commit · +2 −18 2022-01: 1 commit · +4 −1 2022-02: 1 commit · +2 −2 2022-03: 1 commit · +3 −3 2022-04: 0 commits · +0 −0 2022-05: 12 commits · +270 −241 2022-06: 12 commits · +1,131 −675 2022-07: 17 commits · +2,958 −1,790 2022-08: 1 commit · +4 −5 2022-09: 1 commit · +5 −1 2022-10: 4 commits · +7 −7 2022-11: 2 commits · +1 −1 2022-12: 1 commit · +2 −0 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +15 −10 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +6 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +8 −0 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +0 −1 2023-12: 1 commit · +25 −5 2024-01: 2 commits · +14 −9 2024-02: 1 commit · +37 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +26 −3 2024-05: 12 commits · +206 −199 2024-06: 3 commits · +253 −369 2024-07: 11 commits · +316 −159 2024-08: 5 commits · +169 −167 2024-09: 2 commits · +8 −4 2024-10: 1 commit · +6 −178 2024-11: 1 commit · +1 −1 2024-12: 1 commit · +0 −2 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +212 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +2 −2 2025-05: 1 commit · +44 −58 2025-06: 1 commit · +0 −1 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +12 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +25 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +23 −24 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent 2026 upstream patch traffic still touches mgag200, indicating active maintenance rather than abandonment or removal.

  2. hpe.com

    HPE Synergy 480 Gen12 QuickSpecs list an integrated VGA-compatible Matrox G200eH3 core, showing the hardware family is still present in current server products.

  3. dell.com

    Dell Precision 7960 Rack documentation lists an integrated Matrox G200eW3 graphics controller, reinforcing ongoing niche deployment in rack/workstation-server platforms.

  4. cateee.net

    LKDDb shows CONFIG_DRM_MGAG200 remains present in current kernels and covers multiple Matrox G200/G200e PCI IDs including newer server variants such as G200eW3 and G200eH3.

codex reasoning notes (technical)

`lore_file_timeline` on the directory returned no hits, so the fast removal-discussion probe was inconclusive; `lore_activity` on `mgag200_drv.c` produced a March 2026 lore URL showing ongoing non-removal maintenance. Web search returned current OEM product docs from HPE and Dell showing G200eH3/G200eW3 still shipping in server/rack systems. A second web search returned LKDDb confirming the driver still binds both legacy desktop G200 and server-only G200e variants in current kernels. Conclusion: this is legacy, low-volume server-console hardware, but not obsolete enough for deprecation; keep it, annotate it as niche server/BMC VGA support with low modern deployment. No real upstream replacement covers the same PCI IDs; `simpledrm` is only a generic fallback, not a device-driver replacement.