Quoting Tvrtko Ursulin (2017-10-12 10:53:13)
> > @@ -150,6 +202,15 @@ static int loop(unsigned ring, int reps, int ncpus, 
> > unsigned flags)
> >                       return 77;
> >       }
> >   
> > +     if (flags & SYNCOBJ) {
> > +             syncobj.handle = syncobj_create(fd);
> > +             syncobj.flags = LOCAL_EXEC_FENCE_SIGNAL;
> > +
> > +             execbuf.cliprects_ptr = (uintptr_t)&syncobj;
> 
> to_user_pointer if you want.

Smashed in and pushed. Thanks,
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to