drivers/gpu/drm/gma500

Intel GMA500/600/3600 (Poulsbo, Oak Trail, Cedar Trail) Atom graphics

The integrated graphics found on Intel's first generations of Atom processors for netbooks, mobile internet devices, and low-power embedded boards, sold roughly 2008 through 2013. Unlike most Intel graphics of the era these used licensed PowerVR SGX cores rather than Intel's own design, covering the Poulsbo (GMA500), Moorestown/Oak Trail (GMA600), and Cedar Trail (GMA3600/3650) platforms.

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

recommendation

Worth keeping but flagging as legacy hardware, because the chips it drives (Poulsbo, Moorestown/Oak Trail, and Cedar Trail Atom integrated graphics from roughly 2008 to 2013) are long discontinued by Intel and now ship in very few running systems. Upstream is still applying treewide cleanups to it as recently as 2026, so the code is not abandoned, but its user base is small enough that documenting its niche status would help future maintenance decisions.

repository signals

54 files
23,331 source lines
157 commits, 5y
+3,059 / −3,617 lines added / removed, 5y
46 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 157 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +28 −30 2021-05: 1 commit · +1 −1 2021-06: 2 commits · +8 −3 2021-07: 1 commit · +1 −1 2021-08: 1 commit · +29 −15 2021-09: 7 commits · +277 −288 2021-10: 12 commits · +555 −641 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +3 −0 2022-01: 3 commits · +11 −19 2022-02: 1 commit · +2 −6 2022-03: 24 commits · +779 −735 2022-04: 3 commits · +7 −5 2022-05: 0 commits · +0 −0 2022-06: 12 commits · +311 −266 2022-07: 1 commit · +0 −2 2022-08: 1 commit · +1 −1 2022-09: 16 commits · +187 −502 2022-10: 1 commit · +4 −3 2022-11: 3 commits · +4 −2 2022-12: 2 commits · +2 −5 2023-01: 4 commits · +30 −4 2023-02: 1 commit · +2 −0 2023-03: 8 commits · +508 −503 2023-04: 3 commits · +42 −17 2023-05: 2 commits · +5 −6 2023-06: 0 commits · +0 −0 2023-07: 5 commits · +10 −16 2023-08: 1 commit · +0 −15 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +0 −4 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 3 commits · +2 −3 2024-04: 1 commit · +1 −94 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 3 commits · +38 −32 2024-08: 1 commit · +1 −0 2024-09: 1 commit · +20 −97 2024-10: 1 commit · +1 −1 2024-11: 1 commit · +1 −1 2024-12: 2 commits · +8 −10 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +1 −2 2025-03: 5 commits · +6 −83 2025-04: 1 commit · +1 −1 2025-05: 0 commits · +0 −0 2025-06: 2 commits · +2 −3 2025-07: 4 commits · +16 −10 2025-08: 0 commits · +0 −0 2025-09: 3 commits · +1 −46 2025-10: 3 commits · +27 −14 2025-11: 1 commit · +23 −13 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +13 −23 2026-02: 3 commits · +89 −93 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver was still being touched upstream in 2026, indicating it is maintained rather than abandoned.

  2. intel.com

    One supported Cedar Trail SKU (Atom N2800, tied to GMA3600/3650-class hardware) is marked Discontinued and launched in Q4 2011.

  3. intel.com

    Intel states the Atom Z500 series with Intel Graphics Media Accelerator 500 has been discontinued and moved to legacy/self-help support only.

  4. en.wikichip.org

    Oak Trail Atom Z670, another family covered by this driver, shows last order in May 2013 and last shipment in November 2013, supporting a circa-2013 end of broad new-market availability.

  5. intel.com

    Cedar Trail was an Intel Atom platform for netbooks/entry desktops, confirming this driver targets old Atom-era client/embedded designs rather than current products.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) in the source tree identified supported chipsets: GMA500/Poulsbo, GMA600/Moorestown-Oak Trail, and GMA3600/3650/Cedar Trail. `lore_file_timeline` on `drivers/gpu/drm/gma500/psb_drv.c` produced the lore URL and showed recent 2026 traffic; I found no concrete removal series in the limited lore/search budget, so I did not escalate to remove. Web search/open/find produced the Intel and WikiChip URLs: Intel ARK/support pages show the hardware families are discontinued legacy products, and the Z670 EOL dates support using 2013 as the last widely available year. Conclusion: hardware is obsolete and low-deployment, but upstream still carries active fixes/treewide upkeep, so annotate rather than deprecate/remove.