[PATCH 10/10] no-op

Chris Wilson chris at chris-wilson.co.uk
Sun Feb 9 12:45:53 UTC 2020


---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index 625b666af3d1..d1821c355681 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -4211,6 +4211,9 @@ gen8_emit_fini_breadcrumb_footer(struct i915_request *request, u32 *cs)
 	if (intel_engine_has_semaphores(request->engine)) {
 		cs = emit_preempt_busywait(request, cs);
 		cs = emit_lrm_tail(request, cs);
+
+		*cs++ = MI_NOOP;
+		*cs++ = MI_NOOP;
 	}
 
 	request->tail = intel_ring_offset(request, cs);
-- 
2.25.0



More information about the Intel-gfx-trybot mailing list