]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Only trigger missed-seqno checking next to boundary
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Jun 2018 20:13:02 +0000 (21:13 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Jun 2018 19:56:35 +0000 (20:56 +0100)
commit69dc4d003e3b7c262fd5fea3f25852e853eb6d4f
tree2158a840ce34c4a7fd3563bd2380428a34549f74
parent3f88325c2e396658a17632a19b59958750d7ad89
drm/i915: Only trigger missed-seqno checking next to boundary

If we have more interrupts pending (because we know there are more
breadcrumb signals before the completion), then we do not need to
trigger an irq_seqno_barrier or even wakeup the task on this interrupt
as there will be another. To allow some margin of error (we are trying
to work around incoherent seqno after all), we wakeup the breadcrumb
before the target as well as on the target.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180627201304.15817-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_irq.c