Quoting Joonas Lahtinen (2017-12-04 10:23:11)
> On Fri, 2017-12-01 at 11:13 +0000, Chris Wilson wrote:
> > +++ b/tests/gem_exec_fence.c
> > @@ -698,7 +698,7 @@ static bool has_submit_fence(int fd)
> >       int value = 0;
> >  
> >       memset(&gp, 0, sizeof(gp));
> > -     gp.param = 50; /* I915_PARAM_HAS_EXEC_SUBMIT_FENCE */
> > +     gp.param = 0xdeadbeef ^ 51; /* I915_PARAM_HAS_EXEC_SUBMIT_FENCE */
> >       gp.value = &value;
> >  
> >       ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp, sizeof(gp));
> 
> Probably wan't to sort the param stuff out :)
> 
> With the params corrected, this is;

That is the correction! Waiting for the feature to be requested...
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to