]> Git Repo - linux.git/commit
drm/i915/gt: Flush gen7 even harder
authorChris Wilson <[email protected]>
Tue, 12 Nov 2019 16:09:41 +0000 (16:09 +0000)
committerChris Wilson <[email protected]>
Tue, 12 Nov 2019 16:53:58 +0000 (16:53 +0000)
commit860afa0868419fcf33a7160f3b48ff57e15a6e34
treeec9777c0ad70cdfc149867ba1386c67de4851582
parent8c388ac8f1866e61a811a81eb8bff429f3865512
drm/i915/gt: Flush gen7 even harder

live_blt is still failing on hsw, showing the hallmark of incoherency.
Since we are fairly certain that the interrupt is after the seqno is
visible, the other possibility is that the seqno is before the writes to
memory are flushed. Throw in an TLB invalidate before the breadcrumb as
we are reasonably confident that forces a CS stall.

References: f9228f765873 ("drm/i915/gt: Try an extra flush on the Haswell blitter")
References: https://bugs.freedesktop.org/show_bug.cgi?id=112147
Testcase: igt/i915_selftest/live_blt
Signed-off-by: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Acked-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gt/intel_ring_submission.c
This page took 0.05473 seconds and 4 git commands to generate.