drm/i915: Fix whitespace (trivial)
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1451427643-7266-1-git-send-email-benjamin.widawsky@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
f8d03ea005
commit
eba51190f3
|
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue