A collection of in-kernel self-tests and test harness code for the Intel i915 graphics driver, used by developers to validate the driver's behavior on Intel integrated GPUs. It is test scaffolding rather than code that talks to hardware in production.
This is not actually a driver directory; it is the test suite that ships alongside the Intel i915 graphics driver. It exists to let kernel developers exercise i915 internals during development and CI, and has no standalone hardware to support or deprecate.
repository signals
47files
14,262source lines
192commits, 5y
+3,121 / −3,004lines added / removed, 5y
58authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 192 total · active in 52/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains i915 kernel selftests/test harness code, not a hardware driver implementation.