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.
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
sources
- 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.
- 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.
- 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.
- 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.