drivers/gpu/drm/xe

Intel Xe and Xe2 (Arc Battlemage) GPU driver

The Linux kernel's modern driver for Intel's discrete and integrated GPUs starting with the Xe2 architecture, including the Arc B-series "Battlemage" desktop cards Intel launched in December 2024, plus prototype support for earlier platforms like Tiger Lake, Alder Lake, and DG2. It handles display output, 3D acceleration, and compute workloads on current and future Intel graphics hardware.

keep conf=0.97 deploy=medium replacement=none subsystem=gpu category=graphics-display
97%

recommendation

It should stay because this is Intel's actively developed graphics driver for newer GPU generations, including the Arc Battlemage B580/B570 cards launched in late 2024 and still on sale in 2025. Development is intense, with thousands of commits in recent years and ongoing fixes through 2026, and there is no in-tree alternative since the older i915 driver only covers earlier Intel graphics generations.

repository signals

520 files
131,701 source lines
4,762 commits, 5y
+195,725 / −60,074 lines added / removed, 5y
201 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4,762 total · active in 41/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: 0 commits · +0 −0 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: 0 commits · +0 −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: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 9 commits · +58 −82 2023-01: 70 commits · +2,547 −1,029 2023-02: 37 commits · +1,195 −632 2023-03: 94 commits · +41,740 −1,013 2023-04: 76 commits · +3,276 −2,066 2023-05: 76 commits · +3,081 −1,194 2023-06: 81 commits · +2,821 −1,762 2023-07: 102 commits · +5,248 −4,254 2023-08: 74 commits · +6,296 −737 2023-09: 103 commits · +3,548 −2,307 2023-10: 73 commits · +2,691 −588 2023-11: 109 commits · +4,237 −1,478 2023-12: 108 commits · +3,753 −2,469 2024-01: 149 commits · +5,000 −1,253 2024-02: 137 commits · +2,194 −1,296 2024-03: 133 commits · +2,815 −1,539 2024-04: 208 commits · +7,854 −1,794 2024-05: 178 commits · +5,448 −1,568 2024-06: 137 commits · +5,561 −1,126 2024-07: 136 commits · +4,532 −2,454 2024-08: 167 commits · +4,848 −1,645 2024-09: 186 commits · +3,341 −1,243 2024-10: 155 commits · +5,455 −1,728 2024-11: 117 commits · +2,130 −669 2024-12: 83 commits · +1,849 −796 2025-01: 91 commits · +4,452 −517 2025-02: 123 commits · +3,428 −1,288 2025-03: 135 commits · +5,055 −1,137 2025-04: 77 commits · +1,962 −1,007 2025-05: 147 commits · +4,307 −1,438 2025-06: 135 commits · +3,049 −1,723 2025-07: 168 commits · +5,422 −1,812 2025-08: 142 commits · +6,511 −3,029 2025-09: 199 commits · +7,633 −2,721 2025-10: 248 commits · +7,487 −3,685 2025-11: 187 commits · +6,633 −2,029 2025-12: 180 commits · +6,154 −1,577 2026-01: 87 commits · +1,520 −1,023 2026-02: 25 commits · +379 −278 2026-03: 19 commits · +214 −86 2026-04: 1 commit · +1 −2

sources

  1. docs.kernel.org

    Kernel documentation describes drm/xe as the Intel GFX driver, supporting future GFX cards and prototyping support for currently available platforms such as TGL, ADL, and DG2.

  2. cateee.net

    LKDDb shows CONFIG_DRM_XE present from Linux 6.8 through 7.0-rc+HEAD and lists recognized Intel PCI IDs, indicating active upstream inclusion rather than retirement.

  3. intel.com

    Intel lists Arc B580 as a launched Q4 2024 desktop product based on Xe2, confirming xe-covered hardware was still being sold new into 2025.

  4. newsroom.intel.com

    Intel announced Arc B580/B570 Battlemage cards in December 2024 with retail availability into late 2024 and January 2025, supporting continuing new deployments.

codex reasoning notes (technical)

Keep. Static signals already show extremely high activity (4553 substantive commits in 5y, latest touch 2026-04-07). Local shell check `git -c safe.directory=/nas4/data/workspace/personal/linux-drivers/.kernel-snapshot log --since='2025-01-01' -- drivers/gpu/drm/xe` showed a dense stream of 2025-2026 fixes/features, so this is an actively maintained growth driver, not an obsolescence candidate. Removal-check attempt via shell `lei q` could not run because `lei` is not installed; fallback web search on lore.kernel.org for remove/deprecate/obsolete hits returned none. URLs were obtained via `web` search/open for docs.kernel.org, LKDDb, and Intel product/news pages. No natural replacement exists for Xe2+ parts inside upstream today; `i915` is older-generation Intel graphics coverage, not a replacement for new Xe2 deployments.