drm/i915/guc: Take GT PM ref when deregistering context
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / Kconfig
index f960f5d..8859444 100644 (file)
@@ -131,6 +131,17 @@ config DRM_I915_GVT_KVMGT
          Choose this option if you want to enable KVMGT support for
          Intel GVT-g.
 
+config DRM_I915_PXP
+       bool "Enable Intel PXP support for Intel Gen12 and newer platform"
+       depends on DRM_I915
+       depends on INTEL_MEI && INTEL_MEI_PXP
+       default n
+       help
+         PXP (Protected Xe Path) is an i915 component, available on GEN12 and
+         newer GPUs, that helps to establish the hardware protected session and
+         manage the status of the alive software session, as well as its life
+         cycle.
+
 menu "drm/i915 Debugging"
 depends on DRM_I915
 depends on EXPERT