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

2018-04-23 Thread Eric Anholt
Stefan Schake writes: > With the syncobj support in place, lets use it to implement the > native fence fd extension. This mostly follows previous implementations > in freedreno and etnaviv. Could we include the name of the actual extension being exposed, in the commit message? > Signed-off-by:

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

2018-04-21 Thread Stefan Schake
With the syncobj support in place, lets use it to implement the native fence fd extension. This mostly follows previous implementations in freedreno and etnaviv. Signed-off-by: Stefan Schake --- src/gallium/drivers/vc4/vc4_context.c | 47 src/gallium/drivers/vc4/vc4_cont