Intel i915 integrated and discrete GPU driver
Intel's main graphics driver, covering roughly two decades of integrated GPUs built into Intel CPUs and chipsets — from the original i915/GMA parts of the mid-2000s through HD Graphics, Iris, and the Xe-LP/HPG generations — plus the early Arc discrete cards. It handles display output, 3D acceleration, and media engines on the overwhelming majority of Intel-powered PCs and laptops running Linux.
recommendation
It should stay because i915 is one of the most heavily used graphics drivers in Linux, powering nearly every Intel laptop and desktop with integrated graphics from the mid-2000s through current Core and Arc products sold in 2025. Although Intel is gradually shifting newer GPUs (Tiger Lake and later) to the separate Xe driver, kernel documentation explicitly states i915 will continue to own the hardware already out of force_probe, and the directory still sees thousands of commits from nearly 200 contributors.
repository signals
sources
- git.kernel.org
Canonical upstream log page for the i915 directory; used alongside the provided commit statistics to support that the driver is still under heavy active development.
- docs.kernel.org
Kernel documentation for i915 covers modern features including Gen12-era functionality such as PXP, indicating the driver is maintained for relatively recent Intel GPU generations.
- docs.kernel.org
Xe is a newer Intel GPU driver for Tiger Lake and later, but the document explicitly says there is a transition period where platforms are supported by both Xe and i915 and that i915 will continue to support current platforms already out of force_probe.
- intel.com
Intel support article lists Intel Arc A-series mobile graphics products, evidence that Intel GPU hardware in this general product family remained commercially offered in the mid-2020s.
codex reasoning notes (technical)
Real driver directory, not an early-exit case. Recommendation is keep: the supplied tree-history stats already show extreme current activity (2511 substantive commits in 5 years, most recent 2026-03-23, 189 authors), which is inconsistent with deprecation/removal. No removal/deprecation evidence was found before tool fallback limits hit; shell attempt to query lore via `lei` failed because `lei` is not installed. URL acquisition: git.kernel.org log page by canonical recall; docs.kernel.org i915 and xe pages via web open/search; Intel Arc support page via web search. `drivers/gpu/drm/xe` is a partial successor for newer Intel GPUs, but not a universal replacement for the full installed i915 hardware base, so removal/deprecation is not justified.