|
@@ -537,6 +537,8 @@ static int init_ring_common(struct intel_engine_cs *engine)
|
|
if (INTEL_GEN(dev_priv) > 2)
|
|
if (INTEL_GEN(dev_priv) > 2)
|
|
I915_WRITE_MODE(engine, _MASKED_BIT_DISABLE(STOP_RING));
|
|
I915_WRITE_MODE(engine, _MASKED_BIT_DISABLE(STOP_RING));
|
|
|
|
|
|
|
|
+ /* Papering over lost _interrupts_ immediately following the restart */
|
|
|
|
+ intel_engine_wakeup(engine);
|
|
out:
|
|
out:
|
|
intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
|
|
intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
|
|
|
|
|