A collection of in-kernel self-tests that exercise the graphics memory manager (GEM) inside Intel's i915 GPU driver. The code runs validation checks against buffer allocation, command submission, and related GEM behaviour during development, rather than driving any hardware itself.
This is not actually a driver directory; it is the self-test harness that lives alongside the Intel i915 graphics driver to verify its memory-management code. It has no hardware bindings of its own and should be evaluated together with the i915 driver it tests.
repository signals
18files
8,965source lines
143commits, 5y
+2,752 / −2,014lines added / removed, 5y
47authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 143 total · active in 47/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains i915 GEM selftest code under kernel selftests, not hardware driver implementation or binding entry points.