drivers/gpu/drm/i915/gt

Intel i915 GPU execution engine (GT) support

The GT (graphics technology) layer of Intel's i915 driver, which handles command submission, execution engines, power management, and workarounds for the integrated GPUs found in most Intel Core laptops and desktops from roughly the mid-2000s through current Core Ultra parts.

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

recommendation

It should stay because this is the core "graphics engine" code inside the i915 driver that powers Intel's integrated graphics across many generations of Core processors, including chips Intel was still selling new in 2025 (12th/13th/14th Gen Core and Core Ultra). The subtree sees ongoing upstream activity and has no drop-in replacement covering the full hardware range.

repository signals

229 files
94,252 source lines
1,686 commits, 5y
+57,623 / −24,010 lines added / removed, 5y
173 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,686 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 13 commits · +138 −91 2021-05: 11 commits · +351 −239 2021-06: 53 commits · +4,033 −1,847 2021-07: 127 commits · +7,433 −1,973 2021-08: 15 commits · +255 −79 2021-09: 73 commits · +1,763 −827 2021-10: 46 commits · +2,853 −517 2021-11: 37 commits · +878 −196 2021-12: 44 commits · +859 −759 2022-01: 42 commits · +2,867 −468 2022-02: 55 commits · +3,359 −2,890 2022-03: 75 commits · +5,132 −1,309 2022-04: 33 commits · +1,866 −486 2022-05: 49 commits · +991 −378 2022-06: 34 commits · +2,500 −1,873 2022-07: 47 commits · +2,048 −509 2022-08: 31 commits · +619 −475 2022-09: 69 commits · +2,286 −812 2022-10: 66 commits · +2,391 −1,304 2022-11: 70 commits · +1,789 −718 2022-12: 26 commits · +965 −168 2023-01: 45 commits · +1,221 −672 2023-02: 41 commits · +691 −568 2023-03: 39 commits · +758 −250 2023-04: 31 commits · +822 −311 2023-05: 49 commits · +2,013 −583 2023-06: 30 commits · +811 −236 2023-07: 25 commits · +445 −152 2023-08: 30 commits · +592 −696 2023-09: 33 commits · +673 −90 2023-10: 33 commits · +909 −220 2023-11: 19 commits · +254 −80 2023-12: 14 commits · +301 −147 2024-01: 12 commits · +126 −67 2024-02: 16 commits · +181 −56 2024-03: 22 commits · +422 −600 2024-04: 10 commits · +86 −50 2024-05: 13 commits · +109 −33 2024-06: 11 commits · +43 −140 2024-07: 5 commits · +22 −15 2024-08: 16 commits · +125 −23 2024-09: 10 commits · +42 −18 2024-10: 13 commits · +147 −111 2024-11: 8 commits · +80 −25 2024-12: 11 commits · +48 −66 2025-01: 16 commits · +291 −80 2025-02: 18 commits · +204 −228 2025-03: 17 commits · +177 −73 2025-04: 9 commits · +55 −31 2025-05: 16 commits · +115 −90 2025-06: 7 commits · +54 −12 2025-07: 1 commit · +3 −2 2025-08: 7 commits · +37 −29 2025-09: 17 commits · +111 −58 2025-10: 6 commits · +60 −8 2025-11: 7 commits · +48 −28 2025-12: 3 commits · +63 −137 2026-01: 2 commits · +3 −1 2026-02: 6 commits · +87 −97 2026-03: 0 commits · +0 −0 2026-04: 1 commit · +18 −8

sources

  1. git.kernel.org

    `DRM_I915` is the in-tree Intel graphics driver covering a broad span of Intel integrated graphics generations, so `drivers/gpu/drm/i915/gt` is part of a live primary driver rather than a legacy side module.

  2. git.kernel.org

    The `drivers/gpu/drm/i915/gt` subtree has ongoing upstream maintenance, with recent non-mechanical fixes in 2026 and no evident removal trajectory in the directory log.

  3. intel.com

    Intel still documented desktop Core and Core Ultra processors with integrated Intel graphics across 12th/13th/14th Gen and Core Ultra lines as of December 24, 2025, supporting that i915-class hardware was still sold new in 2025.

codex reasoning notes (technical)

`exec_command` inspected local `drivers/gpu/drm/i915/Kconfig`, file inventory, and local git history; those findings were mapped to canonical `git.kernel.org` tree/log URLs for citation. `web.search_query` + `open` retrieved Intel's support article showing current desktop Core/Core Ultra processors with integrated graphics. The subtree is heavily active, has broad current deployment through Intel integrated graphics systems, and has no natural one-for-one upstream replacement across the full i915 hardware base, so removal/deprecation is not indicated.