drivers/gpu/drm/i915/gem

Intel i915 GEM Memory Management Subcomponent

Internal source code for the memory-management layer of Intel's i915 graphics driver, which powers integrated GPUs in Intel CPUs from roughly the mid-2000s through the Gen12/Tiger Lake era. It manages GPU buffer objects, virtual address spaces, and command submission rather than driving any hardware on its own.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

This is not actually a standalone driver directory; it is the GEM (Graphics Execution Manager) memory-management code that lives inside Intel's i915 DRM graphics driver. It handles buffer objects, allocation, and command submission internals for Intel integrated GPUs, and only makes sense as part of the larger i915 driver.

repository signals

65 files
30,498 source lines
754 commits, 5y
+16,604 / −10,687 lines added / removed, 5y
121 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 754 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 20 commits · +576 −96 2021-05: 10 commits · +23 −20 2021-06: 40 commits · +2,304 −2,335 2021-07: 66 commits · +2,088 −2,197 2021-08: 16 commits · +140 −702 2021-09: 29 commits · +1,000 −263 2021-10: 40 commits · +1,703 −589 2021-11: 25 commits · +1,594 −670 2021-12: 28 commits · +393 −570 2022-01: 28 commits · +484 −231 2022-02: 31 commits · +743 −90 2022-03: 17 commits · +218 −154 2022-04: 12 commits · +127 −50 2022-05: 8 commits · +232 −67 2022-06: 20 commits · +451 −87 2022-07: 15 commits · +151 −61 2022-08: 9 commits · +31 −65 2022-09: 24 commits · +419 −200 2022-10: 33 commits · +642 −282 2022-11: 16 commits · +131 −100 2022-12: 15 commits · +531 −132 2023-01: 17 commits · +128 −74 2023-02: 6 commits · +26 −27 2023-03: 14 commits · +51 −45 2023-04: 6 commits · +202 −80 2023-05: 11 commits · +219 −54 2023-06: 9 commits · +175 −40 2023-07: 7 commits · +82 −12 2023-08: 7 commits · +144 −152 2023-09: 8 commits · +70 −55 2023-10: 8 commits · +49 −21 2023-11: 8 commits · +54 −95 2023-12: 13 commits · +45 −44 2024-01: 0 commits · +0 −0 2024-02: 6 commits · +34 −30 2024-03: 7 commits · +56 −56 2024-04: 1 commit · +6 −2 2024-05: 10 commits · +161 −8 2024-06: 4 commits · +30 −4 2024-07: 2 commits · +24 −27 2024-08: 16 commits · +135 −40 2024-09: 8 commits · +11 −11 2024-10: 1 commit · +3 −3 2024-11: 1 commit · +1 −3 2024-12: 2 commits · +1 −26 2025-01: 5 commits · +23 −81 2025-02: 3 commits · +3 −4 2025-03: 4 commits · +48 −61 2025-04: 1 commit · +8 −24 2025-05: 7 commits · +23 −13 2025-06: 9 commits · +155 −14 2025-07: 6 commits · +92 −150 2025-08: 4 commits · +28 −4 2025-09: 17 commits · +166 −128 2025-10: 9 commits · +162 −58 2025-11: 1 commit · +2 −2 2025-12: 6 commits · +121 −198 2026-01: 1 commit · +3 −2 2026-02: 5 commits · +79 −77 2026-03: 0 commits · +0 −0 2026-04: 2 commits · +3 −1

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: this is the i915 GEM/internal memory-management subdirectory, a component of the i915 DRM driver rather than a standalone kernel-bound hardware driver.