<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 4, 2017 at 2:03 AM, Chris Wilson <span dir="ltr"><<a href="mailto:chris@chris-wilson.co.uk" target="_blank">chris@chris-wilson.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Jason Ekstrand (2017-08-04 02:25:27)<br>
<span class="">> @@ -1497,6 +1569,12 @@ anv_cmd_buffer_execbuf(struct anv_device *device,<br>
>        setup_empty_execbuf(&execbuf, device);<br>
>     }<br>
><br>
> +   if (execbuf.fence_count > 0) {<br>
<br>
</span>For sanity, since I just had to check, assert(device->has_syncobj);<br><div class="HOEnZb"><div class="h5"></div></div></blockquote><div><br></div><div>Good call.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
> +      execbuf.execbuf.flags |= I915_EXEC_FENCE_ARRAY;<br>
> +      execbuf.execbuf.num_cliprects = execbuf.fence_count;<br>
> +      execbuf.execbuf.cliprects_ptr = (uintptr_t) execbuf.fences;<br>
> +   }<br>
> +<br>
>     if (in_fence != -1) {<br>
>        execbuf.execbuf.flags |= I915_EXEC_FENCE_IN;<br>
>        execbuf.execbuf.rsvd2 |= (uint32_t)in_fence;<br>
</div></div></blockquote></div><br></div></div>