On Wed, 30 Dec 2015, Ben Widawsky <benjamin.widawsky@xxxxxxxxx> wrote: > Signed-off-by: Ben Widawsky <benjamin.widawsky@xxxxxxxxx> Pushed to drm-intel-next-queued, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/intel_lrc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c > index ca5c0e8..973487a 100644 > --- a/drivers/gpu/drm/i915/intel_lrc.c > +++ b/drivers/gpu/drm/i915/intel_lrc.c > @@ -538,8 +538,8 @@ void intel_lrc_irq_handler(struct intel_engine_cs *ring) > WARN(1, "Preemption without Lite Restore\n"); > } > > - if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) || > - (status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) { > + if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) || > + (status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) { > if (execlists_check_remove_request(ring, status_id)) > submit_contexts++; > } -- Jani Nikula, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx