Lines Matching full:sfc
444 * If the VCS-MFX isn't using the SFC, we also need to check in gen11_lock_sfc()
446 * forced lock on the VE engine that shares the same SFC. in gen11_lock_sfc()
462 * If the engine is using an SFC, tell the engine that a software reset in gen11_lock_sfc()
463 * is going to happen. The engine will then try to force lock the SFC. in gen11_lock_sfc()
464 * If SFC ends up being locked to the engine we want to reset, we have in gen11_lock_sfc()
477 * Was the SFC released while we were trying to lock it? in gen11_lock_sfc()
479 * We should reset both the engine and the SFC if: in gen11_lock_sfc()
480 * - We were locking the SFC to this engine and the lock succeeded in gen11_lock_sfc()
482 * - We were locking the SFC to a different engine (Wa_14010733141) in gen11_lock_sfc()
483 * but the SFC was released before the lock was obtained. in gen11_lock_sfc()
486 * leave the SFC alone. in gen11_lock_sfc()
494 ENGINE_TRACE(engine, "Wait for SFC forced lock ack failed\n"); in gen11_lock_sfc()
546 * We unlock the SFC based on the lock status and not the result of in __gen11_reset_engines()
551 * Due to Wa_14010733141, we may have locked an SFC to an engine that in __gen11_reset_engines()