Re: [Mesa-dev] [PATCH 0/7] broadcom/vc4: Native fence fd support

2018-04-23 Thread Eric Anholt
Stefan Schake writes: > This series adds support for the native fence fd extension to vc4. > The implementation relies on a newly introduced kernel interface that > allows submitting syncobjs for in/out fences during job submission. > > Since syncobjs are relatively new, patches 1 and 3 have buil

Re: [Mesa-dev] [PATCH 0/7] broadcom/vc4: Native fence fd support

2018-04-21 Thread Stefan Schake
On Sun, Apr 22, 2018 at 12:41 AM, Stefan Schake wrote: > This series adds support for the native fence fd extension to vc4. > The implementation relies on a newly introduced kernel interface that > allows submitting syncobjs for in/out fences during job submission. > > Since syncobjs are relativel

[Mesa-dev] [PATCH 0/7] broadcom/vc4: Native fence fd support

2018-04-21 Thread Stefan Schake
This series adds support for the native fence fd extension to vc4. The implementation relies on a newly introduced kernel interface that allows submitting syncobjs for in/out fences during job submission. Since syncobjs are relatively new, patches 1 and 3 have build changes for automake and meson