Re: [Intel-gfx] [PATCH igt] igt/gem_exec_await: Flush the WCB before attempting to queue more work

2017-12-22 Thread Tvrtko Ursulin
On 21/12/2017 15:48, Chris Wilson wrote: Ensure that the terminating write into WC-memory is flushed before we might trigger a wait for ring space. Signed-off-by: Chris Wilson --- tests/gem_exec_await.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_exec_await.c b/tests/gem_e

[Intel-gfx] [PATCH igt] igt/gem_exec_await: Flush the WCB before attempting to queue more work

2017-12-21 Thread Chris Wilson
Ensure that the terminating write into WC-memory is flushed before we might trigger a wait for ring space. Signed-off-by: Chris Wilson --- tests/gem_exec_await.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_exec_await.c b/tests/gem_exec_await.c index 9c4467922..28b280ff6 100644