]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c9abc7f8ba94b2b2239243bd109ed5b7ef36e76
tree3b39a59060b2b142c260e49b1e7734ef093eec2d
parent4cd6069f23bdf41c089b57c886e9349089b8e53a
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