drivers/gpu/drm/i915/display

Intel i915 DRM display engine subcomponent

Internal source code for the display pipeline portion of Intel's integrated graphics driver, covering things like mode setting, output encoders, and panel handling for Intel GPUs from the i915 era through modern Xe-LPD parts. It is part of the larger i915 graphics driver rather than a separately loadable module.

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

recommendation

This is not a standalone driver; it is a subdirectory of helper code inside Intel's i915 graphics driver that handles display-related functionality (outputs, panels, mode setting). It only makes sense as part of i915 and is not separately evaluated for keep-or-remove decisions.

repository signals

343 files
198,986 source lines
6,190 commits, 5y
+196,953 / −113,842 lines added / removed, 5y
173 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6,190 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 54 commits · +583 −516 2021-05: 105 commits · +3,317 −1,505 2021-06: 64 commits · +3,128 −2,299 2021-07: 91 commits · +2,877 −2,460 2021-08: 66 commits · +4,243 −3,888 2021-09: 138 commits · +3,416 −2,322 2021-10: 156 commits · +5,760 −4,478 2021-11: 89 commits · +2,632 −2,099 2021-12: 66 commits · +1,561 −795 2022-01: 77 commits · +1,762 −1,152 2022-02: 136 commits · +4,608 −2,665 2022-03: 154 commits · +2,697 −2,538 2022-04: 51 commits · +7,273 −7,275 2022-05: 63 commits · +2,060 −901 2022-06: 56 commits · +2,302 −1,911 2022-07: 29 commits · +416 −260 2022-08: 83 commits · +3,828 −1,671 2022-09: 93 commits · +5,534 −1,468 2022-10: 92 commits · +2,405 −1,804 2022-11: 129 commits · +3,503 −1,488 2022-12: 57 commits · +1,224 −1,222 2023-01: 89 commits · +2,074 −1,456 2023-02: 80 commits · +6,080 −1,446 2023-03: 150 commits · +7,116 −2,462 2023-04: 94 commits · +6,911 −2,059 2023-05: 89 commits · +6,472 −1,857 2023-06: 102 commits · +2,621 −836 2023-07: 27 commits · +291 −199 2023-08: 116 commits · +2,453 −1,625 2023-09: 112 commits · +2,797 −902 2023-10: 150 commits · +3,965 −2,196 2023-11: 117 commits · +2,589 −1,644 2023-12: 81 commits · +1,419 −967 2024-01: 63 commits · +1,353 −571 2024-02: 138 commits · +3,255 −1,655 2024-03: 87 commits · +1,633 −776 2024-04: 212 commits · +5,905 −3,310 2024-05: 238 commits · +5,309 −2,764 2024-06: 166 commits · +3,579 −1,747 2024-07: 50 commits · +1,001 −565 2024-08: 75 commits · +3,457 −2,724 2024-09: 161 commits · +5,716 −4,006 2024-10: 160 commits · +5,097 −3,766 2024-11: 127 commits · +3,740 −2,797 2024-12: 109 commits · +2,420 −1,838 2025-01: 109 commits · +2,490 −1,383 2025-02: 191 commits · +6,810 −5,454 2025-03: 144 commits · +5,084 −4,328 2025-04: 104 commits · +3,739 −2,838 2025-05: 120 commits · +3,290 −1,853 2025-06: 95 commits · +5,629 −1,097 2025-07: 64 commits · +792 −536 2025-08: 91 commits · +1,173 −682 2025-09: 143 commits · +1,975 −1,253 2025-10: 138 commits · +3,145 −1,278 2025-11: 172 commits · +6,793 −2,438 2025-12: 128 commits · +3,104 −1,498 2026-01: 19 commits · +139 −99 2026-02: 9 commits · +166 −153 2026-03: 16 commits · +231 −52 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the i915 display engine implementation/helpers as a subcomponent of the Intel i915 DRM driver, not a standalone kernel-bound hardware driver.