/* * If the context is not idle, we have to submit an ordered request to * modify its context image via the kernel context (writing to our own * image, or into the registers directory, does not stick). Pristine * and idle contexts will be configured on pinning.
*/ if (!intel_context_pin_if_active(ce)) return 0;
rq = intel_engine_create_kernel_request(ce->engine); if (IS_ERR(rq)) {
ret = PTR_ERR(rq); goto out_unpin;
}
/* Serialise with the remote context */
ret = intel_context_prepare_remote_request(ce, rq); if (ret == 0)
ret = gen8_emit_rpcs_config(rq, ce, sseu);
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.