drivers/gpu/drm/xe/display

Intel Xe DRM display support code

Shared display-pipeline glue inside Intel's newer Xe graphics driver, which handles modern Intel GPUs starting with the Tiger Lake / Alder Lake era and the Arc discrete cards. It is not its own driver but a set of helpers the Xe driver uses to drive display outputs.

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; it is a subdirectory of helper code inside the Intel Xe DRM graphics driver that handles display-side functionality. It only makes sense as part of the larger Xe driver and shouldn't be evaluated for keep-or-remove on its own.

repository signals

19 files
2,286 source lines
285 commits, 5y
+4,346 / −2,021 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 285 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +17 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +980 −0 2023-09: 0 commits · +0 −0 2023-10: 4 commits · +78 −11 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +75 −0 2024-01: 1 commit · +494 −0 2024-02: 4 commits · +44 −37 2024-03: 9 commits · +277 −55 2024-04: 9 commits · +26 −31 2024-05: 14 commits · +87 −100 2024-06: 3 commits · +8 −21 2024-07: 9 commits · +79 −13 2024-08: 18 commits · +191 −84 2024-09: 27 commits · +245 −108 2024-10: 9 commits · +77 −53 2024-11: 12 commits · +65 −62 2024-12: 8 commits · +82 −52 2025-01: 7 commits · +47 −66 2025-02: 11 commits · +108 −61 2025-03: 7 commits · +112 −29 2025-04: 13 commits · +68 −122 2025-05: 17 commits · +121 −151 2025-06: 11 commits · +128 −34 2025-07: 7 commits · +35 −9 2025-08: 1 commit · +3 −3 2025-09: 28 commits · +380 −297 2025-10: 14 commits · +196 −131 2025-11: 14 commits · +112 −179 2025-12: 19 commits · +146 −247 2026-01: 3 commits · +55 −55 2026-02: 2 commits · +10 −10 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: display subcomponent/helper code inside the Intel Xe DRM driver, not a standalone kernel-bound hardware driver directory.