]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/execlists: Try rearranging breadcrumb flush
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 29 Aug 2019 08:11:15 +0000 (09:11 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 29 Aug 2019 22:47:36 +0000 (23:47 +0100)
commita0e6d602c347dc843448329d9db50a4112018555
tree088a31837d3014284afd4bebc95a95499b3eed80
parent0a3c360a7b4e0f3b5ca448a1a0b92057c709b254
drm/i915/execlists: Try rearranging breadcrumb flush

The addition of the DC_FLUSH failed to ensure sanctity of the post-sync
write as CI immediately got a completion CS-event before the breadcrumb
was coherent. So let's try the other idea of moving the post-sync write
into the CS_STALL.

References: https://bugs.freedesktop.org/show_bug.cgi?id=111514
References: 4c9abc7f8ba9 ("drm/i915/execlists: Flush the post-sync breadcrumb write harder")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190829081150.10271-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c