Commit eba51190 authored by Ben Widawsky's avatar Ben Widawsky Committed by Jani Nikula
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment