drivers/gpu/drm/i915/selftests

Intel i915 GPU driver in-kernel self-tests

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.

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

recommendation

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

47 files
14,262 source lines
192 commits, 5y
+3,121 / −3,004 lines added / removed, 5y
58 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 192 total · active in 52/61 months
2021 2022 2023 2024 2025 2026 2021-04: 5 commits · +94 −13 2021-05: 1 commit · +2 −2 2021-06: 14 commits · +1,162 −994 2021-07: 14 commits · +173 −42 2021-08: 1 commit · +0 −1 2021-09: 5 commits · +22 −6 2021-10: 5 commits · +23 −5 2021-11: 8 commits · +43 −18 2021-12: 7 commits · +115 −89 2022-01: 8 commits · +268 −891 2022-02: 10 commits · +362 −49 2022-03: 4 commits · +15 −6 2022-04: 2 commits · +10 −4 2022-05: 1 commit · +2 −0 2022-06: 1 commit · +1 −1 2022-07: 3 commits · +23 −4 2022-08: 6 commits · +9 −9 2022-09: 6 commits · +41 −36 2022-10: 6 commits · +180 −130 2022-11: 4 commits · +21 −21 2022-12: 3 commits · +12 −4 2023-01: 6 commits · +23 −18 2023-02: 1 commit · +77 −56 2023-03: 2 commits · +1 −358 2023-04: 5 commits · +39 −24 2023-05: 4 commits · +34 −15 2023-06: 6 commits · +71 −48 2023-07: 3 commits · +40 −9 2023-08: 2 commits · +4 −1 2023-09: 2 commits · +3 −1 2023-10: 1 commit · +0 −1 2023-11: 2 commits · +3 −1 2023-12: 1 commit · +7 −5 2024-01: 2 commits · +4 −4 2024-02: 3 commits · +10 −6 2024-03: 2 commits · +0 −3 2024-04: 1 commit · +32 −4 2024-05: 1 commit · +1 −1 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +2 −2 2024-09: 4 commits · +10 −10 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +1 −1 2024-12: 1 commit · +11 −1 2025-01: 3 commits · +28 −18 2025-02: 1 commit · +4 −3 2025-03: 2 commits · +36 −0 2025-04: 2 commits · +3 −3 2025-05: 6 commits · +18 −16 2025-06: 1 commit · +11 −11 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +5 −3 2025-09: 1 commit · +6 −6 2025-10: 5 commits · +14 −3 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +45 −47 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains i915 kernel selftests/test harness code, not a hardware driver implementation.