Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/pxp/
Dintel_pxp.h18 bool intel_pxp_is_active(const struct intel_pxp *pxp);
54 static inline bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() function
Dintel_pxp_debugfs.c27 drm_printf(&p, "active: %s\n", str_yes_no(intel_pxp_is_active(pxp))); in pxp_info_show()
45 if (!intel_pxp_is_active(pxp)) in pxp_terminate_set()
Dintel_pxp.c52 bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() function
231 if (!intel_pxp_is_active(pxp)) in intel_pxp_key_check()
Dintel_pxp_irq.c89 GEM_WARN_ON(intel_pxp_is_active(pxp)); in intel_pxp_irq_disable()
/linux-5.19.10/drivers/gpu/drm/i915/gem/
Di915_gem_context.c274 if (!intel_pxp_is_active(&to_gt(i915)->pxp)) in proto_context_set_protected()