/* * The PXP component gets automatically unbound when we go into S3 and * re-bound after we come out, so in that scenario we can defer the * hw init to the bind call. * NOTE: GSC-CS backend doesn't rely on components.
*/ if (!HAS_ENGINE(pxp->ctrl_gt, GSC0) && !pxp->pxp_component) return;
if (take_wakeref)
wakeref = intel_runtime_pm_get(&pxp->ctrl_gt->i915->runtime_pm);
intel_pxp_init_hw(pxp); if (take_wakeref)
intel_runtime_pm_put(&pxp->ctrl_gt->i915->runtime_pm, wakeref);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.