intel_pxp_is_active
if (!intel_pxp_is_active(i915->pxp))
if (!intel_pxp_is_active(pxp))
bool intel_pxp_is_active(const struct intel_pxp *pxp);
drm_printf(&p, "active: %s\n", str_yes_no(intel_pxp_is_active(pxp)));
if (!intel_pxp_is_active(pxp))
GEM_WARN_ON(intel_pxp_is_active(pxp));