提交 eba51190 编写于 作者: B Ben Widawsky 提交者: Jani Nikula
上级 f8d03ea0
...@@ -538,8 +538,8 @@ void intel_lrc_irq_handler(struct intel_engine_cs *ring) ...@@ -538,8 +538,8 @@ void intel_lrc_irq_handler(struct intel_engine_cs *ring)
WARN(1, "Preemption without Lite Restore\n"); WARN(1, "Preemption without Lite Restore\n");
} }
if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) || if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) ||
(status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) { (status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) {
if (execlists_check_remove_request(ring, status_id)) if (execlists_check_remove_request(ring, status_id))
submit_contexts++; submit_contexts++;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册