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.
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
19files
2,286source lines
285commits, 5y
+4,346 / −2,021lines added / removed, 5y
36authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 285 total · active in 30/61 months
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.