Re: [PATCH 3/4] drm/vc4: Export fence through syncobj

2018-04-23 Thread Eric Anholt
Stefan Schake writes: > Allow specifying a syncobj on render job submission where we store the > fence for the job. This gives userland flexible access to the fence. > > Signed-off-by: Stefan Schake > --- > drivers/gpu/drm/vc4/vc4_gem.c | 38 +++--- > include/uap

[PATCH 3/4] drm/vc4: Export fence through syncobj

2018-04-21 Thread Stefan Schake
Allow specifying a syncobj on render job submission where we store the fence for the job. This gives userland flexible access to the fence. Signed-off-by: Stefan Schake --- drivers/gpu/drm/vc4/vc4_gem.c | 38 +++--- include/uapi/drm/vc4_drm.h| 13 +