drm/i915/gt: Flush to global observation point before breadcrumb write
authorPrathap Kumar Valsan <prathap.kumar.valsan@intel.com>
Tue, 27 Sep 2022 17:13:13 +0000 (19:13 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Thu, 29 Sep 2022 13:15:19 +0000 (15:15 +0200)
commite26ec8aebfbbb38cb3733d64b793e5c0085cbcee
tree8d812ae5dd1813f696743881f52a31d072873cb0
parentda3dbdfea49cbaef41f37a566470b27df3e0e9ab
drm/i915/gt: Flush to global observation point before breadcrumb write

Add flag to pipecontrol instruction to ensure in-flight writes are
flushed to global observation point. Also split the pipecontrol
instruction like we have in gen8.

References: https://gitlab.freedesktop.org/drm/intel/-/issues/5886
Signed-off-by: Prathap Kumar Valsan <prathap.kumar.valsan@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220927171313.6553-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/gt/gen8_engine_cs.c