drm/i915/execlists: Flush the post-sync breadcrumb write harder
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 27 Aug 2019 12:06:15 +0000 (13:06 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 28 Aug 2019 13:05:31 +0000 (14:05 +0100)
commite8f6b4952ec54a9d7e43f908d39dc168b0310599
tree3b39a59060b2b142c260e49b1e7734ef093eec2d
parentc4e6488120e9ef1ceced8fb0caf134c5242ddaf4
drm/i915/execlists: Flush the post-sync breadcrumb write harder

Quite rarely we see that the CS completion event fires before the
breadcrumb is coherent, which presumably is a result of the CS_STALL not
waiting for the post-sync operation. Try throwing in a DC_FLUSH into
the following pipecontrol to see if that makes any difference.

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/20190827120615.31390-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c