A subcomponent inside the Intel i915 GPU driver that implements PXP (Protected Xe Path), the GPU-side machinery used to set up protected sessions for hardware-accelerated DRM-protected video playback on Intel integrated graphics. It is not a standalone driver but a helper module bound into i915.
This is not a driver directory in its own right; it is an internal piece of the Intel i915 graphics driver that handles protected content sessions. Any keep/remove decision belongs with i915 as a whole rather than with this subdirectory.
repository signals
23files
2,653source lines
77commits, 5y
+3,153 / −500lines added / removed, 5y
22authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 77 total · active in 31/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: this is an internal i915 PXP subcomponent/helper area under the Intel GPU driver, not a standalone kernel-bound hardware driver.