intel_extreme: Disable engine for SOC0 as it also locks up.
This commit is contained in:
@@ -233,7 +233,8 @@ intel_wait_engine_idle(void)
|
|||||||
CALLED();
|
CALLED();
|
||||||
|
|
||||||
// Skylake acc engine not yet functional (stalls)
|
// Skylake acc engine not yet functional (stalls)
|
||||||
if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
|
if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)
|
||||||
|
|| gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_SOC0)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user