Home
last modified time | relevance | path

Searched refs:intel_pxp_is_active (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/pxp/
Dintel_pxp_debugfs.c31 drm_printf(&p, "active: %s\n", str_yes_no(intel_pxp_is_active(pxp))); in pxp_info_show()
51 if (!intel_pxp_is_active(pxp)) in pxp_terminate_set()
Dintel_pxp.h18 bool intel_pxp_is_active(const struct intel_pxp *pxp);
Dintel_pxp_irq.c95 GEM_WARN_ON(intel_pxp_is_active(pxp)); in intel_pxp_irq_disable()
Dintel_pxp.c60 bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() function
429 if (!intel_pxp_is_active(pxp)) in intel_pxp_key_check()
/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_context.c274 if (!intel_pxp_is_active(i915->pxp)) in proto_context_set_protected()